Skip to content

Conversation

@bzoz
Copy link
Contributor

@bzoz bzoz commented Mar 6, 2017

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 nodejs-github-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Mar 6, 2017
@mscdex 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
Copy link
Contributor Author

bzoz commented Mar 9, 2017

Landed in 6df23fa

@bzoz 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 jasnell mentioned this pull request Apr 4, 2017
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.

8 participants