Skip to content

Commit

Permalink
Merge pull request #3794 from DataDog/ivoanjo/enable-ddprof-benchmark…
Browse files Browse the repository at this point in the history
…-platform

[PROF-10198] Add benchmark config with allocation profiling + ddprof
  • Loading branch information
ivoanjo authored Jul 22, 2024
2 parents 2f089cd + 66a4d15 commit 40d80cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40d80cd

Please sign in to comment.