diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index ee2ff15b4c3..fb0d18f3043 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -114,6 +114,14 @@ only-profiling-heap-clean-after-gc: DD_PROFILING_HEAP_CLEAN_AFTER_GC_ENABLED: "true" ADD_TO_GEMFILE: "gem 'datadog', github: 'datadog/dd-trace-rb', ref: '$CI_COMMIT_SHA'" +only-profiling-gvl: + extends: .benchmarks + variables: + DD_BENCHMARKS_CONFIGURATION: only-profiling + DD_PROFILING_ENABLED: "true" + DD_PROFILING_PREVIEW_GVL_ENABLED: "true" + ADD_TO_GEMFILE: "gem 'datadog', github: 'datadog/dd-trace-rb', ref: '$CI_COMMIT_SHA'" + profiling-and-tracing: extends: .benchmarks variables: