Skip to content

Commit 451f80e

Browse files
committed
Try benchmark baseline main instead of master
1 parent 4b89925 commit 451f80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Install dependencies
1616
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
1717
- name: Run benchmarks
18-
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(retune=true)' # retune sometimes necessary to avoid counting compile-time
18+
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(retune=true,baseline="origin/main")' # retune sometimes necessary to avoid counting compile-time
1919
- name: Print judgement
2020
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'

0 commit comments

Comments
 (0)