From 22f0d75bf34bea8bce00dd8d9780133391c40da5 Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Mon, 16 Sep 2024 10:37:58 +0200 Subject: [PATCH] Checkout specific bp commit --- .gitlab/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 98e3f7a76f0..f86058b6618 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -14,6 +14,7 @@ variables: script: - export ARTIFACTS_DIR="$(pwd)/reports" && (mkdir "${ARTIFACTS_DIR}" || :) - git clone --branch dd-trace-php https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform + - git checkout 6e1b52c - ./steps/capture-hardware-software-info.sh - ./steps/run-benchmarks.sh - ./steps/analyze-results.sh