Skip to content

Commit

Permalink
test: reduce benchmark cases in test-benchmark-buffer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and gibfahn committed Dec 19, 2017
1 parent d4e4207 commit 7b9458b
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 @@ -8,6 +8,7 @@ runBenchmark('buffers',
[
'aligned=true',
'args=1',
'buffer=fast',
'encoding=utf8',
'len=2',
'method=',
Expand Down

0 comments on commit 7b9458b

Please sign in to comment.