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: convert var to es6 const, let #12886

Closed
wants to merge 3 commits into from
Closed

benchmark: convert var to es6 const, let #12886

wants to merge 3 commits into from

Commits on May 7, 2017

  1. benchmark: convert var to es6 const, let

    Converted var variable to es6 const and let to maintain
    consistency with other benchmark files. Also clean up
    the types array to make the files more succinct.
    sebasmurphy committed May 7, 2017
    Configuration menu
    Copy the full SHA
    e4a386d View commit details
    Browse the repository at this point in the history
  2. revert let to var

    sebasmurphy committed May 7, 2017
    Configuration menu
    Copy the full SHA
    11e0ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cce53b View commit details
    Browse the repository at this point in the history