Skip to content

Commit

Permalink
Fix the benchmark setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsch committed Oct 10, 2023
1 parent 450a771 commit 15edaf4
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", env=Dict("JULIA_NUM_THREADS" => 2)); BenchmarkCI.displayjudgement()'
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(baseline="origin/develop"); BenchmarkCI.displayjudgement()'

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

0 comments on commit 15edaf4

Please sign in to comment.