From 93c79dcb6e4dd4c9dc9ee04324446ee29f645478 Mon Sep 17 00:00:00 2001 From: Ivo Anjo Date: Wed, 19 Jun 2024 14:33:10 +0100 Subject: [PATCH] [PROF-9993] Add new `only-profiling-crashtracking` variant to benchmarks **What does this PR do?** This PR adds a new `only-profiling-crashtracking` variant to our benchmarks. **Motivation:** I've been going around enabling this feature for all Datadog Ruby apps (benchmarking, testing, demo, etc) so we can validate everything is in good shape before enabling it by default. **Additional Notes:** N/A **How to test the change?** Validate that new benchmark variant shows up in results. --- .gitlab/benchmarks.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index f252295217f..8a6f1cd38a7 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: