summaryrefslogtreecommitdiff
path: root/benchmark/http
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-05-08 22:54:18 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-05-08 23:19:41 +0300
commit65d6249979fc0dc0376a170ecf252db095ea656a (patch)
treed8cfabf592f7a5f630d1cec90b25473cf9de789a /benchmark/http
parentdc4313c62007c8473331221c501d09fa70fa3478 (diff)
downloadandroid-node-v8-65d6249979fc0dc0376a170ecf252db095ea656a.tar.gz
android-node-v8-65d6249979fc0dc0376a170ecf252db095ea656a.tar.bz2
android-node-v8-65d6249979fc0dc0376a170ecf252db095ea656a.zip
benchmark: update an obsolete path
PR-URL: https://github.com/nodejs/node/pull/12904 Refs: https://github.com/nodejs/node/issues/12903 Refs: https://github.com/nodejs/node/commit/ff001c1 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'benchmark/http')
-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],