Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
test: add option to test-benchmark-timers
Add option to test-benchmark-timers such that all benchmark files return
only a single set of results. (This helps prevent benchmark tests from
taking a long time to run.)

Alphabetize options in the file.
  • Loading branch information
Trott committed May 30, 2018
commit ffe2fab981e5e8ef1ef2d21ab175b47b8a92c93a
3 changes: 2 additions & 1 deletion test/parallel/test-benchmark-timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const runBenchmark = require('../common/benchmark');

runBenchmark('timers',
[
'direction=start',
'n=1',
'type=depth',
'n=1'
],
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });