We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BenchmarkCI.jl
1 parent b3c8b0f commit f6fe183Copy full SHA for f6fe183
benchmark/run_benchmarks.jl
@@ -1,10 +1 @@
1
-# To run benchmarks locally, BenchmarkCI should be added to root project. Then call:
2
-# ```bash
3
-# julia benchmark/run_benchmarks.jl
4
-# ```
5
-
6
-using BenchmarkCI
7
-on_CI = haskey(ENV, "GITHUB_ACTIONS")
8
9
-BenchmarkCI.judge(; baseline = "origin/main")
10
-on_CI ? BenchmarkCI.postjudge() : BenchmarkCI.displayjudgement()
+using AirspeedVelocity
0 commit comments