test: fix flaky test-benchmark-misc

Allow zero results for short benchmark test.

PR-URL: https://github.com/nodejs/node/pull/17686
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2017-12-14 10:58:19 -08:00
parent b021169a11
commit eecea2e0e5

View File

@ -11,4 +11,4 @@ runBenchmark('misc', [
'n=1',
'type=extend',
'val=magyarország.icom.museum'
]);
], { NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });