Skip to content

Commit 0804e74

Browse files
committed
Start Julia with 4 threads in the benchmark GH action
1 parent e6a8846 commit 0804e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks_and_downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run benchmarks
4343
run: |
4444
cd test/downstream
45-
julia --project --color=yes -e '
45+
julia --project --threads 4 --color=yes -e '
4646
using Pkg;
4747
Pkg.instantiate();
4848
include("test-all-benchmarks.jl")'

0 commit comments

Comments
 (0)