Skip to content

Commit aff1ef9

Browse files
Trotttargos
authored andcommitted
test: add required settings to test-benchmark-buffer
A benchmark was added but the appropriate settings were not added to test-benchmark-buffer. These two additions make sure that the new benchmark file only runs a single benchmark during testing. PR-URL: #29163 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
1 parent ebfe636 commit aff1ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/benchmark/test-benchmark-buffer.js

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runBenchmark('buffers',
99
'aligned=true',
1010
'args=1',
1111
'buffer=fast',
12+
'bytes=0',
1213
'byteLength=1',
1314
'charsPerLine=6',
1415
'encoding=utf8',
@@ -17,6 +18,7 @@ runBenchmark('buffers',
1718
'linesCount=1',
1819
'method=',
1920
'n=1',
21+
'partial=true',
2022
'pieces=1',
2123
'pieceSize=1',
2224
'search=@',

0 commit comments

Comments
 (0)