summaryrefslogtreecommitdiff
path: root/benchmark/http/_chunky_http_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/http/_chunky_http_client.js')
-rw-r--r--benchmark/http/_chunky_http_client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/http/_chunky_http_client.js b/benchmark/http/_chunky_http_client.js
index d235a5e04a..e9ba435f11 100644
--- a/benchmark/http/_chunky_http_client.js
+++ b/benchmark/http/_chunky_http_client.js
@@ -3,7 +3,7 @@
// test HTTP throughput in fragmented header case
var common = require('../common.js');
var net = require('net');
-var test = require('../../test/common.js');
+var test = require('../../test/common');
var bench = common.createBenchmark(main, {
len: [1, 4, 8, 16, 32, 64, 128],