diff --git a/benchmark/http/headers.js b/benchmark/http/headers.js index b83ac17e742a2e..a3d2b7810be676 100644 --- a/benchmark/http/headers.js +++ b/benchmark/http/headers.js @@ -4,7 +4,7 @@ const common = require('../common.js'); const http = require('http'); const bench = common.createBenchmark(main, { - n: [10, 1000], + n: [10, 600], len: [1, 100], duration: 5 });