From d2171e0bb6ea9aa046ca16c9f6ccbe7197b32d42 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Mon, 24 Jun 2024 14:00:34 -0700 Subject: [PATCH] Fix microbenchmark CI --- .gitlab/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index f252295217f..41753f938c9 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -153,7 +153,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 platform && cd platform + - git clone --branch dd-trace-rb 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