Skip to content

Commit b826528

Browse files
TrottMylesBorins
authored andcommitted
test: fix flaky test-benchmark-misc
Allow zero results for short benchmark test. PR-URL: #17686 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7bf4102 commit b826528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-benchmark-misc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ runBenchmark('misc', [
1111
'n=1',
1212
'type=extend',
1313
'val=magyarország.icom.museum'
14-
]);
14+
], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)