Skip to content

Commit e136903

Browse files
committed
benchmark: remove excessive value from http2 benchmark
`requests = 1000000` took about 10 minutes per run for me and doesn’t seem to add much value on its own. PR-URL: #18936 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent d93c48b commit e136903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/http2/respond-with-fd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fs = require('fs');
77
const file = path.join(path.resolve(__dirname, '../fixtures'), 'alice.html');
88

99
const bench = common.createBenchmark(main, {
10-
requests: [100, 1000, 10000, 100000, 1000000],
10+
requests: [100, 1000, 10000, 100000],
1111
streams: [100, 200, 1000],
1212
clients: [1, 2],
1313
benchmarker: ['h2load']

0 commit comments

Comments
 (0)