mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
benchmark: update interations and len in benchmark/util/text-decoder.js
Fixes: https://github.com/nodejs/node/issues/50571 PR-URL: https://github.com/nodejs/node/pull/50938 Refs: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
This commit is contained in:
parent
36a75e8b39
commit
cd71838675
@ -6,8 +6,8 @@ const bench = common.createBenchmark(main, {
|
||||
encoding: ['utf-8', 'latin1', 'iso-8859-3'],
|
||||
ignoreBOM: [0, 1],
|
||||
fatal: [0, 1],
|
||||
len: [256, 1024 * 16, 1024 * 512],
|
||||
n: [1e2],
|
||||
len: [256, 1024 * 16, 1024 * 128],
|
||||
n: [1e3],
|
||||
type: ['SharedArrayBuffer', 'ArrayBuffer', 'Buffer'],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user