Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/http_simple.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index 8d66190e0fb..6d6b0d39c46 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -43,6 +43,7 @@ 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) {