Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdd8c18

Browse filesBrowse files
Lei ShiRafaelGSS
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 <contact@viniciusl.com.br>
1 parent a997205 commit fdd8c18
Copy full SHA for fdd8c18

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎benchmark/util/text-decoder.js‎

Copy file name to clipboardExpand all lines: benchmark/util/text-decoder.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.