Skip to content

Commit 8b9be4d

Browse files
sync: add arch option in line with gpu benchmarks
1 parent b485001 commit 8b9be4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
command: |
1313
git fetch origin && git fetch origin benchmark-tuning:benchmark-tuning
1414
julia --project=benchmark benchmark/runbenchmarks.jl --pr \
15+
--arch=gpu \
1516
--target=$TARGET_URL --baseline=$BASELINE_URL \
1617
--enable="{{matrix.bm}}" \
1718
--fetch-result
@@ -54,6 +55,7 @@ steps:
5455
find . -name "fluxml-benchmark-result-*.tar" -print0 | xargs -0 --max-args=1 tar xf
5556
5657
julia --project=benchmark benchmark/runbenchmarks.jl --merge-reports \
58+
--arch=gpu \
5759
--target=$TARGET_URL --baseline=$BASELINE_URL
5860
5961
cat benchmark/report.md && cp benchmark/report.md comment.txt

0 commit comments

Comments
 (0)