We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203fb3c commit 240f433Copy full SHA for 240f433
.buildkite/runbenchmarks.yml
@@ -18,7 +18,7 @@ steps:
18
PackageSpec(path=pwd(), subdir="KomaMRICore"),
19
])'
20
21
- julia --project=bench --threads=auto -e 'println("--- :julia: Run Benchmarks")
+ julia --project=bench -e 'println("--- :julia: Run Benchmarks")
22
include("bench/runbenchmarks.jl")'
23
artifact_paths:
24
- "bench/results/*"
0 commit comments