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 9d3b58a commit ab5b049Copy full SHA for ab5b049
.github/workflows/benchmark.yml
@@ -15,7 +15,7 @@ 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(baseline = "origin/main")'
+ run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(baseline="origin/main")'
19
- name: Post results
20
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
21
env:
0 commit comments