Skip to content

Commit

Permalink
test: reduce benchmark test run time
Browse files Browse the repository at this point in the history
The `millions` argument was missing.

PR-URL: #18787
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
juggernaut451 authored and BridgeAR committed Feb 16, 2018
1 parent befe675 commit 85893af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sequential/test-benchmark-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runBenchmark('buffers',
'encoding=utf8',
'endian=BE',
'len=2',
'millions=0.000001',
'method=',
'n=1',
'noAssert=true',
Expand Down

0 comments on commit 85893af

Please sign in to comment.