Skip to content

Commit 8f72f97

Browse files
committed
chore: target local regression check bp-runner config
1 parent c8de7c1 commit 8f72f97

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitlab/benchmarks/microbenchmarks.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,12 @@ run-benchmarks:
163163
- artifacts/
164164
expire_in: "30 days"
165165
variables:
166-
BP_INFRA_BENCHMARKING_PLATFORM_BRANCH: "dd-trace-dotnet/micro"
167-
168166
# Benchmarks matching this regex are marked as flaky by benchmark_analyzer
169167
# and excluded from gating decisions (regression and SLO breach checks).
170168
FLAKY_BENCHMARKS_REGEX: "Trace.Iast.StringAspectsBenchmark|Trace.CharSliceBenchmark|Trace.Asm.AppSecWafBenchmark|Trace.Asm.AppSecBodyBenchmark|Trace.Asm.AppSecEncodeBenchmark|Trace.CIVisibilityProtocolWriterBenchmark|Trace.AgentWriterBenchmark|Trace.AspNetCoreBenchmark|Trace.SingleSpanAspNetCoreBenchmark|Trace.ElasticsearchBenchmark|Trace.GraphQLBenchmark|Trace.Log4netBenchmark|Trace.SerilogBenchmark|Trace.RedisBenchmark|Trace.ILoggerBenchmark"
171169
script: |
172170
export ARTIFACTS_DIR="$(pwd)/artifacts"
173-
174-
git clone --branch $BP_INFRA_BENCHMARKING_PLATFORM_BRANCH https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform
175-
bp-runner /platform/bp-runner.fail-on-regression.yml --debug
171+
bp-runner bp-runner.fail-on-regression.yml --debug
176172
177173
check-big-regressions:
178174
extends: .check-big-regressions

0 commit comments

Comments
 (0)