Browse Source

Remove debugger statement from http_simple.js

results in slow bench
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
08bec7ab0a
  1. 1
      benchmark/http_simple.js

1
benchmark/http_simple.js

@ -43,7 +43,6 @@ var server = http.createServer(function (req, res) {
if (command == "bytes") {
var n = parseInt(arg, 10)
debugger;
if (n <= 0)
throw "bytes called with n <= 0"
if (stored[n] === undefined) {

Loading…
Cancel
Save