Skip to content

Commit c1dfbeb

Browse files
committed
benchmark: calibrate util.inspect-proxy
According to nodejs/performance#186 this benchmark takes 0.47 minute to run a single run. So using calibrate-n script it suggests reduce it from 1e5 to 1e2
1 parent 25f6053 commit c1dfbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/util/inspect-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const util = require('util');
44
const common = require('../common.js');
55

66
const bench = common.createBenchmark(main, {
7-
n: [1e5],
7+
n: [100],
88
showProxy: [0, 1],
99
isProxy: [0, 1],
1010
});

0 commit comments

Comments
 (0)