We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arch
1 parent b485001 commit 8b9be4dCopy full SHA for 8b9be4d
.buildkite/pipeline.yml
@@ -12,6 +12,7 @@ steps:
12
command: |
13
git fetch origin && git fetch origin benchmark-tuning:benchmark-tuning
14
julia --project=benchmark benchmark/runbenchmarks.jl --pr \
15
+ --arch=gpu \
16
--target=$TARGET_URL --baseline=$BASELINE_URL \
17
--enable="{{matrix.bm}}" \
18
--fetch-result
@@ -54,6 +55,7 @@ steps:
54
55
find . -name "fluxml-benchmark-result-*.tar" -print0 | xargs -0 --max-args=1 tar xf
56
57
julia --project=benchmark benchmark/runbenchmarks.jl --merge-reports \
58
59
--target=$TARGET_URL --baseline=$BASELINE_URL
60
61
cat benchmark/report.md && cp benchmark/report.md comment.txt
0 commit comments