We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f330604 commit c808bddCopy full SHA for c808bdd
.github/workflows/benchmark.yml
@@ -15,7 +15,5 @@ jobs:
15
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
16
- name: Run benchmarks
17
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge()'
18
- - name: Post results
19
- run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
20
- env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Print judgement
+ run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'
0 commit comments