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

Separate benchmarks #123

Merged
merged 16 commits into from
Sep 24, 2019
Merged

Separate benchmarks #123

merged 16 commits into from
Sep 24, 2019

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    96c6439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebbd264 View commit details
    Browse the repository at this point in the history
  3. Changed tests to only check each operation’s base function (e.g. `fun…

    …c addInPlace`), not a derived wrapper function (e.g. `func add` or `func +`, etc.)
    
    This also removed any previously added benchmarks. But not to worry we’ll add them back in a dedicated `SurgeBenchmarkTests` test target.
    regexident committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    d387b77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ce17a View commit details
    Browse the repository at this point in the history
  5. Added benchmarks corresponding to those previously found in `SurgeTes…

    …ts/ArithmeticTests.swift`
    regexident committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    5ffac90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6b27f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38abb14 View commit details
    Browse the repository at this point in the history
  8. Changed tests to only check each operation’s base function (e.g. `fun…

    …c logInPlace`), not a derived wrapper function (e.g. `func log`)
    
    This also removed any previously added benchmarks. But not to worry we’ll add them back in a dedicated `SurgeBenchmarkTests` test target.
    regexident committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3c0dead View commit details
    Browse the repository at this point in the history
  9. Added benchmarks corresponding to those previously found in `SurgeTes…

    …ts/LogarithmTests.swift`
    regexident committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    cb700bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21accbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2345be4 View commit details
    Browse the repository at this point in the history
  12. Improved test fixtures

    regexident committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7bd4653 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e8713a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88c1eae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f179a1e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25772c9 View commit details
    Browse the repository at this point in the history