Skip to content

Commit

Permalink
Start Julia with 4 threads in the benchmark GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-amap committed Jan 28, 2025
1 parent e6a8846 commit 0804e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks_and_downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run benchmarks
run: |
cd test/downstream
julia --project --color=yes -e '
julia --project --threads 4 --color=yes -e '
using Pkg;
Pkg.instantiate();
include("test-all-benchmarks.jl")'
Expand Down

0 comments on commit 0804e74

Please sign in to comment.