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 32f7698

Browse filesBrowse files
mscdexevanlucas
authored andcommitted
benchmark: increase http token check iterations
PR-URL: #6570 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 2a462ba commit 32f7698
Copy full SHA for 32f7698

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

Copy file name to clipboardExpand all lines: benchmark/http/check_is_http_token.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const bench = common.createBenchmark(main, {
3737
':alternate-protocol', // fast bailout
3838
'alternate-protocol:' // slow bailout
3939
],
40-
n: [1e6],
40+
n: [5e8],
4141
});
4242

4343
function main(conf) {

0 commit comments

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