0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

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: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Rich Trott 2017-11-17 21:02:31 -08:00 committed by Anna Henningsen
parent 24e824ad68
commit 5f720bebe7
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

View File

@ -8,6 +8,7 @@ runBenchmark('buffers',
[
'aligned=true',
'args=1',
'buffer=fast',
'encoding=utf8',
'len=2',
'method=',