Uh oh!
There was an error while loading. Please reload this page.
benchmark swap var for let refactor in for loops - #28958
Conversation
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? |
RamirezAlex
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. |
nodejs-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/ |
In 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
Trott
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 <anna@addaleax.net>
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 <anna@addaleax.net>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <anna@addaleax.net>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <anna@addaleax.net>
In benchmark directory this changes for loops using var to let when it applies for consistency PR-URL: #28958 Reviewed-By: Anna Henningsen <anna@addaleax.net>
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)