diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index c6d19493a8b..26585a26932 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -88,6 +88,14 @@ only-profiling-alloc: DD_PROFILING_ENABLED: "true" DD_PROFILING_ALLOCATION_ENABLED: "true" +only-profiling-alloc-ddprof: + extends: .benchmarks + variables: + DD_BENCHMARKS_DDPROF: "true" + DD_BENCHMARKS_CONFIGURATION: only-profiling + DD_PROFILING_ENABLED: "true" + DD_PROFILING_ALLOCATION_ENABLED: "true" + only-profiling-heap: extends: .benchmarks variables: