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.
1 parent 4f428b1 commit c61dca2Copy full SHA for c61dca2
.gitlab/benchmarks.yml
@@ -15,7 +15,7 @@
15
script:
16
- export ARTIFACTS_DIR="$(pwd)/reports" && mkdir -p "${ARTIFACTS_DIR}"
17
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/"
18
- - git clone --branch dd-trace-java/tracer-benchmarks-parallel https://github.com/DataDog/benchmarking-platform.git /platform && cd /platform
+ - git clone --branch sarahchen6/compare-with-latest-shared-commit https://github.com/DataDog/benchmarking-platform.git /platform && cd /platform
19
artifacts:
20
name: "reports"
21
paths:
0 commit comments