We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb0d10 commit 95aa3f3Copy full SHA for 95aa3f3
1 file changed
.gitlab/benchmarks.yml
@@ -13,7 +13,7 @@ variables:
13
timeout: 1h
14
script:
15
- export ARTIFACTS_DIR="$(pwd)/reports" && (mkdir "${ARTIFACTS_DIR}" || :)
16
- - git clone --branch estringana/add-appsec https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform
+ - git clone --branch dd-trace-php https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform
17
- ./steps/capture-hardware-software-info.sh
18
- ./steps/run-benchmarks.sh
19
- ./steps/analyze-results.sh
0 commit comments