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 <cjihrig@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and MylesBorins committed Jan 23, 2018
1 parent 4899eea commit 9d3e4c0
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 9d3e4c0

Please sign in to comment.