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 da1abbd commit 0c4c7b7Copy full SHA for 0c4c7b7
.github/workflows/postbench.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- name: 'Unzip artifact'
35
run: unzip BenchmarkResults.zip -d .benchmarkci/
36
+ - name: install dependencies
37
+ run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
38
- name: 'Post results test 1'
39
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
40
env:
0 commit comments