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

Add postprocess::Function arg to benchmarkpkg() #75

Merged
merged 3 commits into from
Jan 24, 2019

Commits on Dec 20, 2018

  1. Add postprocess::Function arg to benchmarkpkg()

    postprocess is a function that takes the results `Benchmarkgroup` and
    either modifies them or returns a new version.
    
    This allows users to inject logic into the benchmarking pipeline,
    including subtracting two runs, dividing by N, or other such operations.
    NHDaly committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    a47ac52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7eac0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad36c98 View commit details
    Browse the repository at this point in the history