Skip to content

Commit

Permalink
test: fix flaky test-benchmark-misc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and MylesBorins committed Jan 8, 2018
1 parent 7bf4102 commit b826528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-benchmark-misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ runBenchmark('misc', [
'n=1',
'type=extend',
'val=magyarország.icom.museum'
]);
], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 comments on commit b826528

Please sign in to comment.