Skip to content

Commit e16d833

Browse files
TrottMylesBorins
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 <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 1b76cfe commit e16d833

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
@@ -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)