We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for benchmarking/running a particular benchmark:
# Runs the ["bench_foo.jl", "foo"] benchmark JogAwesome.benchmark(["bench_foo.jl", "foo"])
Key features:
save
ref
["bench_foo.jl", "foo"]
@tagged
BenchmarkGroup
Issues
run(b::BenchmarkGroupOrTrial, p::Parameters; kwargs...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for benchmarking/running a particular benchmark:
Key features:
save
andref
flags["bench_foo.jl", "foo"]
is a group -> run all benchmarks in that group["bench_foo.jl", "foo"]
is a benchmark -> run that benchmark@tagged
or indexing via anotherBenchmarkGroup
?Issues
run(b::BenchmarkGroupOrTrial, p::Parameters; kwargs...)
, but I think that's fineThe text was updated successfully, but these errors were encountered: