We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c97f7f commit 50f120eCopy full SHA for 50f120e
test/parallel/test-benchmark-util.js
@@ -11,4 +11,5 @@ runBenchmark('util',
11
'n=1',
12
'option=none',
13
'type=',
14
- 'version=native']);
+ 'version=native'],
15
+ { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });
0 commit comments