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 b80bb13

Browse filesBrowse files
Lei ShiRafaelGSS
authored andcommitted
benchmark: update iterations in benchmark/util/normalize-encoding.js
Fixes: #50571 PR-URL: #50934 Refs: #50571 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent dbee03d commit b80bb13
Copy full SHA for b80bb13

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎benchmark/util/normalize-encoding.js‎

Copy file name to clipboardExpand all lines: benchmark/util/normalize-encoding.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const inputs = [
2121

2222
const bench = common.createBenchmark(main, {
2323
input: inputs.concat(Object.keys(groupedInputs)),
24-
n: [1e5],
24+
n: [1e6],
2525
}, {
2626
flags: '--expose-internals',
2727
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.