FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

benchmark: fix punycode and get-ciphers benchmark by bzoz · Pull Request #11720 · nodejs/node · GitHub

/ node Public

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 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-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Mar 6, 2017
mscdex 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 commented Mar 9, 2017

Copy link
Copy Markdown
Contributor Author

Landed in 6df23fa

bzoz 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
jasnell mentioned this pull request Apr 4, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmark Issues and PRs related to the benchmark subsystem. crypto Issues and PRs related to the crypto subsystem. punycode Issues 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


Back | FazBrowse Home | New Git URL