summaryrefslogtreecommitdiff
path: root/benchmark/util/inspect-proxy.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/util/inspect-proxy.js')
-rw-r--r--benchmark/util/inspect-proxy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/util/inspect-proxy.js b/benchmark/util/inspect-proxy.js
index fd89d568ab..02379cdc77 100644
--- a/benchmark/util/inspect-proxy.js
+++ b/benchmark/util/inspect-proxy.js
@@ -4,7 +4,7 @@ const util = require('util');
const common = require('../common.js');
const bench = common.createBenchmark(main, {
- n: [2e4],
+ n: [1e5],
showProxy: [0, 1],
isProxy: [0, 1]
});