Skip to content

Commit 240f433

Browse files
committed
Remove --threads=auto to respect JULIA_NUM_THREADS
1 parent 203fb3c commit 240f433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/runbenchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
PackageSpec(path=pwd(), subdir="KomaMRICore"),
1919
])'
2020
21-
julia --project=bench --threads=auto -e 'println("--- :julia: Run Benchmarks")
21+
julia --project=bench -e 'println("--- :julia: Run Benchmarks")
2222
include("bench/runbenchmarks.jl")'
2323
artifact_paths:
2424
- "bench/results/*"

0 commit comments

Comments
 (0)