Skip to content

Commit

Permalink
benchmark: update an obsolete path
Browse files Browse the repository at this point in the history
PR-URL: #12904
Refs: #12903
Refs: ff001c1
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Jul 11, 2017
1 parent c35f490 commit bb3f547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/http/_chunky_http_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit bb3f547

Please sign in to comment.