diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 41753f938c9..c6d19493a8b 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -96,6 +96,13 @@ only-profiling-heap: DD_PROFILING_ALLOCATION_ENABLED: "true" DD_PROFILING_EXPERIMENTAL_HEAP_ENABLED: "true" +only-profiling-crashtracking: + extends: .benchmarks + variables: + DD_BENCHMARKS_CONFIGURATION: only-profiling + DD_PROFILING_ENABLED: "true" + DD_PROFILING_EXPERIMENTAL_CRASH_TRACKING_ENABLED: "true" + profiling-and-tracing: extends: .benchmarks variables: