diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eee2c1c9e4..0b6ddc8d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ variables: INDEX_FILE: index.txt KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-go FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" - BENCHMARK_TARGETS: "BenchmarkConcurrentTracing|BenchmarkStartSpan|BenchmarkSingleSpanRetention|BenchmarkOTelApiWithCustomTags|BenchmarkInjectW3C|BenchmarkExtractW3C" + BENCHMARK_TARGETS: "BenchmarkTracerAddSpans|BenchmarkStartSpan|BenchmarkSingleSpanRetention|BenchmarkOTelApiWithCustomTags|BenchmarkInjectW3C|BenchmarkExtractW3C" include: - ".gitlab/benchmarks.yml" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 026ff18d27..7ffe81be80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,4 +68,3 @@ Some benchmarks will run on any new PR commits, the results will be commented in #### Adding a new benchmark To add additional benchmarks that should run for every PR, go to `.gitlab-ci.yml`. Add the name of your benchmark to the `BENCHMARK_TARGETS` variable using pipe character separators. -