-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
benchmark swap var for let refactor in for loops #28958
Conversation
Benchmark CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/8415/ (queued, will 404 until a worker becomes available) |
@mscdex Are you 👍, 👎 , or ❓ on these changes in the benchmark files? |
c9ede31
to
aa4c956
Compare
a66ae47
to
988183f
Compare
Hi @Trott, I have resolved some conflicts that we recently had in this PR after more |
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
54b4c84
Compare
Benchmark suite in CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/11961/ |
54b4c84
to
988183f
Compare
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
988183f
to
7b0a8c8
Compare
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>
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
benchmark
directories this changes for loops usingvar
tolet
when it applies for consistency. So it finishes what started on #28867
The list of files below remain using
var
in the nestedfor
loops, rest which is the majority uselet
now for consistency.make -j4 test
(UNIX)