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 f2d83a3

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

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/format.js‎

Copy file name to clipboardExpand all lines: benchmark/util/format.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const inputs = {
1818
};
1919

2020
const bench = common.createBenchmark(main, {
21-
n: [1e5],
21+
n: [1e6],
2222
type: Object.keys(inputs),
2323
});
2424

0 commit comments

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