Skip to content

Commit 3361dd9

Browse files
committed
download SMP binary
1 parent 45c414a commit 3361dd9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitlab/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ report-benchmarks-adp:
229229
- outputs/condensed-report.md
230230
when: always
231231
script:
232+
# Do some pre-flight steps like creating directories, installing helper utilities, setting credentials, and so on.
233+
- mkdir outputs
234+
- ./ci/tooling/configure-smp-aws-credentials.sh
235+
# Download the SMP binary.
236+
- aws --profile ${AWS_NAMED_PROFILE} s3 cp s3://smp-cli-releases/${SMP_VERSION}/x86_64-unknown-linux-musl/smp smp && chmod +x smp
232237
- python3 ./ci/tooling/build-smp-report.py
233238
--report-json outputs/report.json
234239
--output-report outputs/condensed-report.md

0 commit comments

Comments
 (0)