Skip to content

Commit 6a8ff09

Browse files
Lei Shirichardlau
Lei Shi
authored andcommitted
benchmark: update interations and len in benchmark/util/text-decoder.js
Fixes: #50571 PR-URL: #50938 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent 22b53bc commit 6a8ff09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/util/text-decoder.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const bench = common.createBenchmark(main, {
66
encoding: ['utf-8', 'latin1', 'iso-8859-3'],
77
ignoreBOM: [0, 1],
88
fatal: [0, 1],
9-
len: [256, 1024 * 16, 1024 * 512],
10-
n: [1e2],
9+
len: [256, 1024 * 16, 1024 * 128],
10+
n: [1e3],
1111
type: ['SharedArrayBuffer', 'ArrayBuffer', 'Buffer'],
1212
});
1313

0 commit comments

Comments
 (0)