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.
1 parent 4b89925 commit 451f80eCopy full SHA for 451f80e
.github/workflows/benchmark.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Install dependencies
16
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'
17
- name: Run benchmarks
18
- run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(retune=true)' # retune sometimes necessary to avoid counting compile-time
+ run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(retune=true,baseline="origin/main")' # retune sometimes necessary to avoid counting compile-time
19
- name: Print judgement
20
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'
0 commit comments