Skip to content
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: use let instead of var in assert #30451

Closed

Conversation

dnlup
Copy link
Contributor

@dnlup dnlup commented Nov 12, 2019

Use let instead of var in benchmark/assert/deepequal-map.js.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Use let instead of var in benchmark/assert/deepequal-map.js.
@nodejs-github-bot nodejs-github-bot added assert Issues and PRs related to the assert subsystem. benchmark Issues and PRs related to the benchmark subsystem. labels Nov 12, 2019
Copy link
Contributor

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice but could have been done in one PR eventually with the previous.

@dnlup
Copy link
Contributor Author

dnlup commented Nov 12, 2019

@devnexen Makes sense, should I finish all the remaining files in assert here or in the first PR Sorry, I'll put everything in the previous PR.

@dnlup
Copy link
Contributor Author

dnlup commented Nov 12, 2019

Closing in favour of #30450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assert Issues and PRs related to the assert subsystem. benchmark Issues and PRs related to the benchmark subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants