diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index ff9a2dc972..e417154c25 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -13,7 +13,7 @@ variables: timeout: 1h 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 clone --branch estringana/add-appsec https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform - ./steps/capture-hardware-software-info.sh - ./steps/run-benchmarks.sh - ./steps/analyze-results.sh diff --git a/benchmark/runall.sh b/benchmark/runall.sh index 8ff6c080aa..9e26d311c7 100755 --- a/benchmark/runall.sh +++ b/benchmark/runall.sh @@ -30,7 +30,7 @@ elif [ "$SCENARIO" = "tracer" ]; then ## Request Startup/Shutdown Benchmarks make benchmarks_tea - cp tea/benchmarks/reports/tea-bench-results.json "$ARTIFACTS_DIR/tracer-tea-bench-results.json" + cp tea/benchmarks/reports/tracer-tea-bench-results.json "$ARTIFACTS_DIR/tracer-tea-bench-results.json" elif [ "$SCENARIO" = "appsec" ]; then # Run Appsec Benchmarks cd ..