diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 116629f66cb..1b69671563e 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -172,7 +172,7 @@ benchmarks: script: - export ARTIFACTS_DIR="$(pwd)/artifacts" && (mkdir "${ARTIFACTS_DIR}" || :) - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/".insteadOf "https://github.com/DataDog/" - - git clone --branch dd-trace-rb https://github.com/DataDog/benchmarking-platform benchmarking-platform && cd benchmarking-platform + - git clone --branch ruby-multi-benchmarks https://github.com/DataDog/benchmarking-platform benchmarking-platform && cd benchmarking-platform - ./steps/capture-hardware-software-info.sh - ./steps/run-benchmarks.sh - ./steps/analyze-results.sh