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 <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
juggernaut451 authored and MylesBorins committed Feb 21, 2018
1 parent 8b5ca48 commit cf10a94
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 @@ -11,6 +11,7 @@ runBenchmark('buffers',
'buffer=fast',
'encoding=utf8',
'len=2',
'millions=0.000001',
'method=',
'n=1',
'noAssert=true',
Expand Down

0 comments on commit cf10a94

Please sign in to comment.