Skip to content

Commit 5f720be

Browse files
Trottaddaleax
authored andcommitted
test: reduce benchmark cases in test-benchmark-buffer
Specify `buffer=fast` so that we only run that and not that along with `buffer=slow` in two benchmarks. PR-URL: #17111 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 24e824a commit 5f720be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/sequential/test-benchmark-buffer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runBenchmark('buffers',
88
[
99
'aligned=true',
1010
'args=1',
11+
'buffer=fast',
1112
'encoding=utf8',
1213
'len=2',
1314
'method=',

0 commit comments

Comments
 (0)