Skip to content

Commit

Permalink
force appsec disabled to make sur this does not impact benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness committed Nov 22, 2023
1 parent 382e61c commit d54f69b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ benchmark:
tags: ["runner:apm-k8s-tweaked-metal"]
script:
- export ARTIFACTS_DIR="$(pwd)/reports" && (mkdir "${ARTIFACTS_DIR}" || :)
- export DD_APPSEC_ENABLED=false # TODO(eliott.bouhana): add appsec specific benchmark
- 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-go https://github.com/DataDog/benchmarking-platform /platform && cd /platform
- ./steps/capture-hardware-software-info.sh
Expand Down

0 comments on commit d54f69b

Please sign in to comment.