From bb3f54771bf7d0dd18e8bb6c7dfc578a849ed83c Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 8 May 2017 22:54:18 +0300 Subject: [PATCH] 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 --- benchmark/http/_chunky_http_client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/http/_chunky_http_client.js b/benchmark/http/_chunky_http_client.js index bde4eed7444e6f..f29f3ed05d8116 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],