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

First stab at implementing benchmarks #165

Merged
merged 7 commits into from
Jun 5, 2020
Merged

First stab at implementing benchmarks #165

merged 7 commits into from
Jun 5, 2020

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    b197c17 View commit details
    Browse the repository at this point in the history
  2. Update bench results

    purrgrammer authored and alejandrohdezma committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    30eadc6 View commit details
    Browse the repository at this point in the history
  3. Increase the number of warm ups and measures

    As it's recommended `sbt-jmh` repo (https://github.com/ktoso/sbt-jmh), warm ups and measures iterations should be between 10 and 20.
    gutiory authored and alejandrohdezma committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    1b0aac5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f55c1a View commit details
    Browse the repository at this point in the history
  5. Run fix

    gutiory committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ed628fd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Disable scoverage plugin for benchmark project

    Benchmark project is not a part of the library per se. So we keep it out of the code coverage.
    gutiory committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    04f5982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e2356 View commit details
    Browse the repository at this point in the history