Skip to content

Commit

Permalink
Merge pull request #3727 from DataDog/ivoanjo/prof-9993-profiling-cra…
Browse files Browse the repository at this point in the history
…shtracking-benchmark

[PROF-9993] Add new `only-profiling-crashtracking` variant to benchmarks
  • Loading branch information
ivoanjo committed Jul 1, 2024
2 parents 07e3a5a + de6ba75 commit 240dcbc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 240dcbc

Please sign in to comment.