Skip to content

Commit f6fe183

Browse files
committed
bench: removing old code with BenchmarkCI.jl
1 parent b3c8b0f commit f6fe183

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

benchmark/run_benchmarks.jl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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()
1+
using AirspeedVelocity

0 commit comments

Comments
 (0)