| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add missing 'i=0' from for-loops from punycode and get-ciphers benchmarks.
Removes all instances of %OptimizeFunctionOnNextCall from benchmarks Refs: nodejs#9615 Refs: nodejs#11720
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>
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>
Removes all instances of %OptimizeFunctionOnNextCall from benchmarks Refs: nodejs#9615 Refs: nodejs#11720
| Back | FazBrowse Home | New Git URL |
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
Affected core subsystem(s)
benchmarks