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 swap var for let refactor in for loops #28958

Closed
wants to merge 6 commits into from

Commits on Feb 3, 2020

  1. benchmark: swap var to let in timers benchmarks

    In benchmark timers directory this changes for loops using var to let
    when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f86cdf3 View commit details
    Browse the repository at this point in the history
  2. benchmark: swap var for let in path benchmarks

    In benchmark path directory this changes for loops
    using var to let when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    02e9a40 View commit details
    Browse the repository at this point in the history
  3. benchmark: swap var for let in os benchmarks

    In benchmark os directory this changes for loops
    using var to let when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ca40ff3 View commit details
    Browse the repository at this point in the history
  4. benchmark: swap var for let in querystring benchmarks

    In benchmark querystring directory this changes for loops
    using var to let when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    a76f1c7 View commit details
    Browse the repository at this point in the history
  5. benchmark: swap var for let in vm benchmarks

    In benchmark vm directory this changes for loops
    using var to let when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ea0ffdb View commit details
    Browse the repository at this point in the history
  6. benchmark: swap var for let in benchmarks

    In benchmark directory this changes for loops
    using var to let when it applies for consistency
    RamirezAlex committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    7b0a8c8 View commit details
    Browse the repository at this point in the history