Skip to content

Commit

Permalink
CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsch committed Sep 24, 2023
1 parent d993a52 commit 213b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkTools BenchmarkCI@0.1"'
- name: Run benchmarks
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(baseline="origin/develop"); BenchmarkCI.displayjudgement()'
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(baseline="origin/develop", env=Dict("JULIA_NUM_THREADS" => 2)); BenchmarkCI.displayjudgement()'

# generate result markdown
- name: generate benchmark result
Expand Down

0 comments on commit 213b4ca

Please sign in to comment.