We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591a24b commit 394ace6Copy full SHA for 394ace6
test/parallel/test-benchmark-events.js
@@ -4,4 +4,6 @@ require('../common');
4
5
const runBenchmark = require('../common/benchmark');
6
7
-runBenchmark('events', ['n=1']);
+runBenchmark('events',
8
+ ['argc=0', 'listeners=1', 'n=1'],
9
+ { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
0 commit comments