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:
authorRyan Dahl <ry@tinyclouds.org>2010-03-19 01:49:42 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-03-19 01:49:42 +0300
commit1762abcecefb41fd68692b12ceba441aaa33c7c3 (patch)
treedad834930104061c522588a31e35e4962454b391 /benchmark
parent916e057feab485d05888f94b00dd0fe8753753b5 (diff)
http2 now passes all tests
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/http_simple.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index 2f80b43ff6a..6d21c38eb5e 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -1,7 +1,7 @@
path = require("path");
-var puts = require("../lib/sys").puts;
-http = require("../lib/http2");
+var puts = require("sys").puts;
+http = require("http2");
fixed = ""
for (var i = 0; i < 20*1024; i++) {