-
Notifications
You must be signed in to change notification settings - Fork 469
Modify Test Optimization repository URL #15360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 254 ± 4 ms. The average import time from base is: 260 ± 3 ms. The import time difference between this PR and base is: -6.1 ± 0.2 ms. Import time breakdownThe following import paths have shrunk:
|
Performance SLOsComparing candidate manuel.palenzuela/change-repourl (e7d29da) with baseline main (0972046) 🟡 Near SLO Breach (1 suite)🟡 flasksimple - 18/18✅ appsec-getTime: ✅ 4.595ms (SLO: <4.750ms -3.3%) vs baseline: +0.1% Memory: ✅ 64.062MB (SLO: <66.500MB -3.7%) vs baseline: +4.9% ✅ appsec-postTime: ✅ 6.622ms (SLO: <6.750ms 🟡 -1.9%) vs baseline: +0.2% Memory: ✅ 64.440MB (SLO: <66.500MB -3.1%) vs baseline: +4.9% ✅ appsec-telemetryTime: ✅ 4.599ms (SLO: <4.750ms -3.2%) vs baseline: ~same Memory: ✅ 64.024MB (SLO: <66.500MB -3.7%) vs baseline: +4.8% ✅ debuggerTime: ✅ 1.855ms (SLO: <2.000ms -7.2%) vs baseline: -0.3% Memory: ✅ 47.862MB (SLO: <49.500MB -3.3%) vs baseline: +5.0% ✅ iast-getTime: ✅ 1.856ms (SLO: <2.000ms -7.2%) vs baseline: +0.2% Memory: ✅ 44.516MB (SLO: <49.000MB -9.2%) vs baseline: +4.5% ✅ profilerTime: ✅ 1.926ms (SLO: <2.100ms -8.3%) vs baseline: -0.2% Memory: ✅ 48.394MB (SLO: <50.000MB -3.2%) vs baseline: +4.9% ✅ resource-renamingTime: ✅ 3.377ms (SLO: <3.650ms -7.5%) vs baseline: +0.2% Memory: ✅ 54.669MB (SLO: <56.000MB -2.4%) vs baseline: +4.8% ✅ tracerTime: ✅ 3.360ms (SLO: <3.650ms -7.9%) vs baseline: -0.3% Memory: ✅ 54.646MB (SLO: <56.500MB -3.3%) vs baseline: +5.1% ✅ tracer-nativeTime: ✅ 3.365ms (SLO: <3.650ms -7.8%) vs baseline: +0.2% Memory: ✅ 54.666MB (SLO: <60.000MB -8.9%) vs baseline: +4.9%
|
fbecb94 to
076cdca
Compare
This patch changes the repoURL reported to DataDog Test Optimziation from
https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py.gittogithub.com/datadog/dd-trace-py, following what other traces do.This is needed because with the original URL, it gets converted to the
github.com/datadog/apm-reliability/dd-trace-pyrepository ID, which is invalid and causes Source Code Integration endpoints to fail.