You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add postprocess::Function arg to benchmarkpkg() (#75)
* 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.
* Add unit test covering `postprocess=()->()`.
0 commit comments