Skip to content

Commit 85893af

Browse files
juggernaut451BridgeAR
authored andcommitted
test: reduce benchmark test run time
The `millions` argument was missing. PR-URL: nodejs#18787 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent befe675 commit 85893af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sequential/test-benchmark-buffer.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ runBenchmark('buffers',
1313
'encoding=utf8',
1414
'endian=BE',
1515
'len=2',
16+
'millions=0.000001',
1617
'method=',
1718
'n=1',
1819
'noAssert=true',

0 commit comments

Comments
 (0)