Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.4k
benchmark swap var for let refactor in for loops#28958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
RamirezAlex commented Aug 4, 2019 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Trott commented Aug 7, 2019
Trott commented Aug 7, 2019
Benchmark CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/8415/ (queued, will 404 until a worker becomes available) |
Trott commented Aug 25, 2019
@mscdex Are you 👍, 👎 , or ❓ on these changes in the benchmark files? |
c9ede31 to aa4c956Comparea66ae47 to 988183fCompareRamirezAlex commented Oct 29, 2019
Hi @Trott, I have resolved some conflicts that we recently had in this PR after more |
BridgeAR commented Jan 12, 2020
This needs a rebase. @RamirezAlex sorry that it took so long for someone to look at this again! Some times it's difficult to keep an overview over everything. |
70c8fc1 to 54b4c84Comparenodejs-github-bot commented Feb 2, 2020
nodejs-github-bot commented Feb 3, 2020
Trott commented Feb 3, 2020
Benchmark suite in CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/11961/ |
54b4c84 to 988183fCompareIn benchmark timers directory this changes for loops using var to let when it applies for consistency
In benchmark path directory this changes for loops using var to let when it applies for consistency
In benchmark os directory this changes for loops using var to let when it applies for consistency
In benchmark querystring directory this changes for loops using var to let when it applies for consistency
In benchmark vm directory this changes for loops using var to let when it applies for consistency
In benchmark directory this changes for loops using var to let when it applies for consistency
988183f to 7b0a8c8CompareTrott commented Feb 3, 2020
nodejs-github-bot commented Feb 3, 2020
nodejs-github-bot commented Feb 4, 2020
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <[email protected]>
addaleax commented Feb 13, 2020
Landed in d0ed431 🎉 |
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <[email protected]>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <[email protected]>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <[email protected]>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <[email protected]>
In
benchmarkdirectories this changes for loops usingvartoletwhen it applies for consistency. So it finishes what started on #28867
The list of files below remain using
varin the nestedforloops, rest which is the majority useletnow for consistency.make -j4 test(UNIX)