Skip to content

benchmark: fix punycode and get-ciphers benchmark - #11720

Closed
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-fix-benchmarks
Closed

benchmark: fix punycode and get-ciphers benchmark#11720
bzoz wants to merge 1 commit into
nodejs:masterfrom
JaneaSystems:bartek-fix-benchmarks

Conversation

@bzoz

@bzozbzoz commented Mar 6, 2017

Copy link
Copy Markdown
Contributor

I've missed two for loops without initialization in #9615. This adds missing i = 0 to those loops in punycode and get-ciphers benchmarks.

Sorry for the trouble.

/cc @mcollina@jasnell

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

benchmarks

Add missing 'i=0' from for-loops from punycode and get-ciphers
benchmarks.
@nodejs-github-botnodejs-github-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Mar 6, 2017
@mscdexmscdex added crypto Issues and PRs related to the crypto subsystem. punycode Issues and PRs related to the punycode module bundled in Node.js. labels Mar 6, 2017
bzoz added a commit to JaneaSystems/node that referenced this pull request Mar 8, 2017
Removes all instances of %OptimizeFunctionOnNextCall from benchmarks
Refs: nodejs#9615
Refs: nodejs#11720
@bzoz

bzoz commented Mar 9, 2017

Copy link
Copy Markdown
ContributorAuthor

Landed in 6df23fa

@bzozbzoz closed this Mar 9, 2017
bzoz added a commit that referenced this pull request Mar 9, 2017
Add missing 'i=0' from for-loops from punycode and get-ciphers
benchmarks.
PR-URL: #11720
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
jungx098 pushed a commit to jungx098/node that referenced this pull request Mar 21, 2017
Add missing 'i=0' from for-loops from punycode and get-ciphers
benchmarks.
PR-URL: nodejs#11720
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Mar 21, 2017
Removes all instances of %OptimizeFunctionOnNextCall from benchmarks
Refs: nodejs#9615
Refs: nodejs#11720
@jasnelljasnell mentioned this pull request Apr 4, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarkIssues and PRs related to the benchmark subsystem.cryptoIssues and PRs related to the crypto subsystem.punycodeIssues and PRs related to the punycode module bundled in Node.js.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@bzoz@jasnell@lpinca@TimothyGu@cjihrig@mscdex@MylesBorins@nodejs-github-bot