diff --git a/test/parallel/test-benchmark-path.js b/test/parallel/test-benchmark-path.js index 9b73b92100880d..890fd7ae41f548 100644 --- a/test/parallel/test-benchmark-path.js +++ b/test/parallel/test-benchmark-path.js @@ -11,4 +11,4 @@ runBenchmark('path', 'pathext=', 'paths=', 'props=' - ]); + ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 }); diff --git a/test/parallel/test-benchmark-process.js b/test/parallel/test-benchmark-process.js index 08b28269159a16..c11d82b327f743 100644 --- a/test/parallel/test-benchmark-process.js +++ b/test/parallel/test-benchmark-process.js @@ -9,4 +9,4 @@ runBenchmark('process', 'millions=0.000001', 'n=1', 'type=raw' - ]); + ], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });