-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: Add support for running a subset of the suite
Can now do `JogAwesome.benchmark("bench_foo.jl")` to only run benchmarks within `bench_foo.jl`. The downside is that specifying arguments to `BenchmarkTools.run` is no longer possible. That is a breaking change, but the lost is the ability to run with different parameters. So hopefully minor.
- Loading branch information
Showing
3 changed files
with
228 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.