Skip to content

Conversation

@brettlangdon
Copy link
Member

@brettlangdon brettlangdon commented Aug 12, 2025

ls-remote will use the provided string as a pattern, so when checking if the '3.12' branch exists, it'll allow anything that contains '3.12' in the name.

this change is more exacting by checking for a specific ref instead

UPSTREAM_BRANCH=v3.12.0rc1
+ '[' v3.12.0rc1 == main ']'
+ [[ v3.12.0rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
++ echo 3.12.0rc1
++ cut -d. -f1-2
+ BASELINE_BRANCH=3.12
+ git ls-remote --exit-code --heads origin 3.12
+ echo 'Found remote branch origin/3.12'
Found remote branch origin/3.12
++ git describe --tags --abbrev=0 --exclude '*rc*' --exclude v3.12.0rc1 origin/3.12
fatal: Not a valid object name origin/3.12

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

ls-remote will use the provided string as a pattern, so when checking if the '3.12' branch
exists, it'll allow anything that contains '3.12' in the name.

this change is more exacting by checking for a specific ref instead
@brettlangdon brettlangdon requested review from a team as code owners August 12, 2025 17:51
@brettlangdon brettlangdon added the changelog/no-changelog A changelog entry is not required for this PR. label Aug 12, 2025
@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

.gitlab/benchmarks/steps/detect-baseline.sh                             @DataDog/python-guild @DataDog/apm-core-python

@brettlangdon brettlangdon enabled auto-merge (squash) August 12, 2025 17:52
@github-actions
Copy link
Contributor

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 277 ± 5 ms.

The average import time from base is: 285 ± 5 ms.

The import time difference between this PR and base is: -7.8 ± 0.2 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 2.901 ms (1.05%)
ddtrace.bootstrap.sitecustomize 2.067 ms (0.75%)
ddtrace.bootstrap.preload 2.067 ms (0.75%)
ddtrace.internal.remoteconfig.client 0.796 ms (0.29%)
multiprocessing 0.143 ms (0.05%)
multiprocessing.context 0.143 ms (0.05%)
multiprocessing.process 0.143 ms (0.05%)
ddtrace.internal.products 0.131 ms (0.05%)
importlib.metadata 0.131 ms (0.05%)
csv 0.131 ms (0.05%)
ddtrace 0.834 ms (0.30%)
ddtrace.internal._unpatched 0.170 ms (0.06%)
subprocess 0.138 ms (0.05%)
contextlib 0.138 ms (0.05%)
json 0.032 ms (0.01%)
json.decoder 0.032 ms (0.01%)
re 0.032 ms (0.01%)
enum 0.032 ms (0.01%)
types 0.032 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Aug 12, 2025

Performance SLOs

Candidate: LANGPLAT-732/fix.detect.baseline (20d5f32)

🔵 No Baseline Data (24 suites)
🔵 coreapiscenario - 12/12 (2 unstable)

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.843µs (SLO: <20.000µs 📉 -30.8%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ context_with_data_no_listeners

Time: ✅ 3.797µs (SLO: <10.000µs 📉 -62.0%)

Memory: ✅ 31.280MB (SLO: <33.500MB -6.6%)


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.860µs (SLO: <20.000µs 📉 -30.7%)

Memory: ✅ 31.261MB (SLO: <33.500MB -6.7%)


✅ get_item_exists

Time: ✅ 0.641µs (SLO: <10.000µs 📉 -93.6%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ get_item_missing

Time: ✅ 0.686µs (SLO: <10.000µs 📉 -93.1%)

Memory: ✅ 31.300MB (SLO: <33.500MB -6.6%)


✅ set_item

Time: ✅ 24.594µs (SLO: <30.000µs 📉 -18.0%)

Memory: ✅ 31.320MB (SLO: <33.500MB -6.5%)


🔵 djangosimple - 22/22

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 21.227ms (SLO: <22.300ms -4.8%)

Memory: ✅ 63.906MB (SLO: <66.000MB -3.2%)


✅ exception-replay-enabled

Time: ✅ 1.371ms (SLO: <1.450ms -5.4%)

Memory: ✅ 63.268MB (SLO: <66.000MB -4.1%)


✅ iast

Time: ✅ 21.255ms (SLO: <22.250ms -4.5%)

Memory: ✅ 63.918MB (SLO: <66.000MB -3.2%)


✅ profiler

Time: ✅ 15.192ms (SLO: <16.550ms -8.2%)

Memory: ✅ 51.708MB (SLO: <53.500MB -3.3%)


✅ span-code-origin

Time: ✅ 27.006ms (SLO: <28.200ms -4.2%)

Memory: ✅ 66.050MB (SLO: <68.500MB -3.6%)


✅ tracer

Time: ✅ 21.196ms (SLO: <22.700ms -6.6%)

Memory: ✅ 63.896MB (SLO: <66.000MB -3.2%)


✅ tracer-and-profiler

Time: ✅ 22.984ms (SLO: <24.900ms -7.7%)

Memory: ✅ 65.172MB (SLO: <67.000MB -2.7%)


✅ tracer-no-caches

Time: ✅ 18.886ms (SLO: <19.650ms -3.9%)

Memory: ✅ 63.877MB (SLO: <66.000MB -3.2%)


✅ tracer-no-databases

Time: ✅ 19.189ms (SLO: <20.100ms -4.5%)

Memory: ✅ 64.000MB (SLO: <66.000MB -3.0%)


✅ tracer-no-middleware

Time: ✅ 21.050ms (SLO: <22.500ms -6.4%)

Memory: ✅ 63.939MB (SLO: <66.000MB -3.1%)


✅ tracer-no-templates

Time: ✅ 21.013ms (SLO: <22.250ms -5.6%)

Memory: ✅ 63.976MB (SLO: <66.000MB -3.1%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.550ms (SLO: <19.850ms -6.6%)

Memory: ✅ 63.770MB (SLO: <65.500MB -2.6%)


✅ errortracking-enabled-user

Time: ✅ 18.493ms (SLO: <19.400ms -4.7%)

Memory: ✅ 63.902MB (SLO: <65.500MB -2.4%)


✅ tracer-enabled

Time: ✅ 18.476ms (SLO: <19.450ms -5.0%)

Memory: ✅ 63.814MB (SLO: <65.500MB -2.6%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.119ms (SLO: <2.300ms -7.9%)

Memory: ✅ 50.964MB (SLO: <53.500MB -4.7%)


✅ errortracking-enabled-user

Time: ✅ 2.120ms (SLO: <2.250ms -5.8%)

Memory: ✅ 51.045MB (SLO: <53.500MB -4.6%)


✅ tracer-enabled

Time: ✅ 2.122ms (SLO: <2.300ms -7.7%)

Memory: ✅ 51.004MB (SLO: <53.500MB -4.7%)


🔵 flasksimple - 15/15

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.609ms (SLO: <4.750ms -3.0%)

Memory: ✅ 61.833MB (SLO: <64.500MB -4.1%)


✅ appsec-post

Time: ✅ 6.642ms (SLO: <6.750ms 🟡 -1.6%)

Memory: ✅ 62.226MB (SLO: <64.500MB -3.5%)


✅ appsec-telemetry

Time: ✅ 4.623ms (SLO: <4.750ms -2.7%)

Memory: ✅ 61.794MB (SLO: <64.500MB -4.2%)


✅ debugger

Time: ✅ 1.863ms (SLO: <2.000ms -6.9%)

Memory: ✅ 44.306MB (SLO: <45.000MB 🟡 -1.5%)


✅ iast-get

Time: ✅ 1.853ms (SLO: <2.000ms -7.4%)

Memory: ✅ 47.022MB (SLO: <49.000MB -4.0%)


✅ profiler

Time: ✅ 1.920ms (SLO: <2.100ms -8.6%)

Memory: ✅ 44.070MB (SLO: <46.500MB -5.2%)


✅ tracer

Time: ✅ 3.401ms (SLO: <3.650ms -6.8%)

Memory: ✅ 51.072MB (SLO: <53.500MB -4.5%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.999ms (SLO: <4.200ms -4.8%)

Memory: ✅ 62.072MB (SLO: <66.000MB -6.0%)


✅ iast-enabled

Time: ✅ 2.567ms (SLO: <2.800ms -8.3%)

Memory: ✅ 57.592MB (SLO: <59.000MB -2.4%)


✅ tracer-enabled

Time: ✅ 2.116ms (SLO: <2.250ms -6.0%)

Memory: ✅ 51.080MB (SLO: <53.500MB -4.5%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 85.267µs (SLO: <100.000µs 📉 -14.7%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ b3_headers

Time: ✅ 14.140µs (SLO: <20.000µs 📉 -29.3%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ b3_single_headers

Time: ✅ 14.320µs (SLO: <20.000µs 📉 -28.4%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 65.445µs (SLO: <80.000µs 📉 -18.2%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 67.256µs (SLO: <80.000µs 📉 -15.9%)

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ empty_headers

Time: ✅ 1.597µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ full_t_id_datadog_headers

Time: ✅ 24.808µs (SLO: <30.000µs 📉 -17.3%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ invalid_priority_header

Time: ✅ 6.541µs (SLO: <10.000µs 📉 -34.6%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ invalid_span_id_header

Time: ✅ 6.509µs (SLO: <10.000µs 📉 -34.9%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ invalid_tags_header

Time: ✅ 6.527µs (SLO: <10.000µs 📉 -34.7%)

Memory: ✅ 31.457MB (SLO: <33.500MB -6.1%)


✅ invalid_trace_id_header

Time: ✅ 6.565µs (SLO: <10.000µs 📉 -34.3%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ large_header_no_matches

Time: ✅ 27.688µs (SLO: <30.000µs -7.7%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ large_valid_headers_all

Time: ✅ 28.806µs (SLO: <40.000µs 📉 -28.0%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ medium_header_no_matches

Time: ✅ 9.789µs (SLO: <20.000µs 📉 -51.1%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ medium_valid_headers_all

Time: ✅ 11.260µs (SLO: <20.000µs 📉 -43.7%)

Memory: ✅ 31.339MB (SLO: <33.500MB -6.4%)


✅ none_propagation_style

Time: ✅ 1.712µs (SLO: <10.000µs 📉 -82.9%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ tracecontext_headers

Time: ✅ 35.210µs (SLO: <40.000µs 📉 -12.0%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ valid_headers_all

Time: ✅ 6.584µs (SLO: <10.000µs 📉 -34.2%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ valid_headers_basic

Time: ✅ 6.104µs (SLO: <10.000µs 📉 -39.0%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ wsgi_empty_headers

Time: ✅ 1.595µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ wsgi_invalid_priority_header

Time: ✅ 6.587µs (SLO: <10.000µs 📉 -34.1%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_invalid_span_id_header

Time: ✅ 1.588µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 31.339MB (SLO: <33.500MB -6.4%)


✅ wsgi_invalid_tags_header

Time: ✅ 6.529µs (SLO: <10.000µs 📉 -34.7%)

Memory: ✅ 31.438MB (SLO: <33.500MB -6.2%)


✅ wsgi_invalid_trace_id_header

Time: ✅ 6.580µs (SLO: <10.000µs 📉 -34.2%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_large_header_no_matches

Time: ✅ 28.679µs (SLO: <40.000µs 📉 -28.3%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_large_valid_headers_all

Time: ✅ 29.835µs (SLO: <40.000µs 📉 -25.4%)

Memory: ✅ 31.339MB (SLO: <33.500MB -6.4%)


✅ wsgi_medium_header_no_matches

Time: ✅ 10.090µs (SLO: <20.000µs 📉 -49.5%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.541µs (SLO: <20.000µs 📉 -42.3%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_valid_headers_all

Time: ✅ 6.521µs (SLO: <10.000µs 📉 -34.8%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ wsgi_valid_headers_basic

Time: ✅ 6.109µs (SLO: <10.000µs 📉 -38.9%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 21.946µs (SLO: <30.000µs 📉 -26.8%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ with_all

Time: ✅ 34.143µs (SLO: <40.000µs 📉 -14.6%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


✅ with_dd_origin

Time: ✅ 28.785µs (SLO: <30.000µs -4.0%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ with_priority_and_origin

Time: ✅ 28.064µs (SLO: <40.000µs 📉 -29.8%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ with_sampling_priority

Time: ✅ 22.775µs (SLO: <30.000µs 📉 -24.1%)

Memory: ✅ 31.418MB (SLO: <33.500MB -6.2%)


✅ with_tags

Time: ✅ 30.392µs (SLO: <40.000µs 📉 -24.0%)

Memory: ✅ 31.359MB (SLO: <33.500MB -6.4%)


✅ with_tags_invalid

Time: ✅ 33.378µs (SLO: <40.000µs 📉 -16.6%)

Memory: ✅ 31.379MB (SLO: <33.500MB -6.3%)


✅ with_tags_max_size

Time: ✅ 31.661µs (SLO: <40.000µs 📉 -20.8%)

Memory: ✅ 31.398MB (SLO: <33.500MB -6.3%)


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.099µs (SLO: <40.000µs 📉 -17.3%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ re_expand_noaspect

Time: ✅ 28.590µs (SLO: <40.000µs 📉 -28.5%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ re_findall_aspect

Time: ✅ 3.716µs (SLO: <10.000µs 📉 -62.8%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_findall_noaspect

Time: ✅ 1.413µs (SLO: <10.000µs 📉 -85.9%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_finditer_aspect

Time: ✅ 5.154µs (SLO: <10.000µs 📉 -48.5%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ re_finditer_noaspect

Time: ✅ 1.420µs (SLO: <10.000µs 📉 -85.8%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ re_fullmatch_aspect

Time: ✅ 3.400µs (SLO: <10.000µs 📉 -66.0%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_fullmatch_noaspect

Time: ✅ 1.275µs (SLO: <10.000µs 📉 -87.3%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_group_aspect

Time: ✅ 3.456µs (SLO: <10.000µs 📉 -65.4%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_group_noaspect

Time: ✅ 1.589µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_groups_aspect

Time: ✅ 3.579µs (SLO: <10.000µs 📉 -64.2%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ re_groups_noaspect

Time: ✅ 1.692µs (SLO: <10.000µs 📉 -83.1%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ re_match_aspect

Time: ✅ 3.430µs (SLO: <10.000µs 📉 -65.7%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ re_match_noaspect

Time: ✅ 1.300µs (SLO: <10.000µs 📉 -87.0%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ re_search_aspect

Time: ✅ 3.291µs (SLO: <10.000µs 📉 -67.1%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_search_noaspect

Time: ✅ 1.187µs (SLO: <10.000µs 📉 -88.1%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ re_sub_aspect

Time: ✅ 4.782µs (SLO: <10.000µs 📉 -52.2%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_sub_noaspect

Time: ✅ 1.567µs (SLO: <10.000µs 📉 -84.3%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_subn_aspect

Time: ✅ 4.902µs (SLO: <10.000µs 📉 -51.0%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ re_subn_noaspect

Time: ✅ 1.598µs (SLO: <10.000µs 📉 -84.0%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

Time: ✅ 0.329µs (SLO: <10.000µs 📉 -96.7%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ add_inplace_aspect

Time: ✅ 0.330µs (SLO: <10.000µs 📉 -96.7%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ add_inplace_noaspect

Time: ✅ 0.321µs (SLO: <10.000µs 📉 -96.8%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ add_noaspect

Time: ✅ 0.282µs (SLO: <10.000µs 📉 -97.2%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ bytearray_aspect

Time: ✅ 1.854µs (SLO: <10.000µs 📉 -81.5%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ bytearray_extend_aspect

Time: ✅ 1.376µs (SLO: <10.000µs 📉 -86.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ bytearray_extend_noaspect

Time: ✅ 0.610µs (SLO: <10.000µs 📉 -93.9%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ bytearray_noaspect

Time: ✅ 0.483µs (SLO: <10.000µs 📉 -95.2%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ bytes_aspect

Time: ✅ 1.867µs (SLO: <10.000µs 📉 -81.3%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ bytes_noaspect

Time: ✅ 0.499µs (SLO: <10.000µs 📉 -95.0%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ bytesio_aspect

Time: ✅ 1.907µs (SLO: <10.000µs 📉 -80.9%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ bytesio_noaspect

Time: ✅ 0.496µs (SLO: <10.000µs 📉 -95.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ capitalize_aspect

Time: ✅ 0.738µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ capitalize_noaspect

Time: ✅ 0.437µs (SLO: <10.000µs 📉 -95.6%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ casefold_aspect

Time: ✅ 0.739µs (SLO: <10.000µs 📉 -92.6%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ casefold_noaspect

Time: ✅ 0.372µs (SLO: <10.000µs 📉 -96.3%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ decode_aspect

Time: ✅ 0.733µs (SLO: <10.000µs 📉 -92.7%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ decode_noaspect

Time: ✅ 0.424µs (SLO: <10.000µs 📉 -95.8%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ encode_aspect

Time: ✅ 0.721µs (SLO: <10.000µs 📉 -92.8%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ encode_noaspect

Time: ✅ 0.411µs (SLO: <10.000µs 📉 -95.9%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ format_aspect

Time: ✅ 3.510µs (SLO: <10.000µs 📉 -64.9%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ format_map_aspect

Time: ✅ 3.332µs (SLO: <10.000µs 📉 -66.7%)

Memory: ✅ 36.962MB (SLO: <39.000MB -5.2%)


✅ format_map_noaspect

Time: ✅ 0.797µs (SLO: <10.000µs 📉 -92.0%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ format_noaspect

Time: ✅ 0.604µs (SLO: <10.000µs 📉 -94.0%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ index_aspect

Time: ✅ 0.343µs (SLO: <10.000µs 📉 -96.6%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ index_noaspect

Time: ✅ 0.282µs (SLO: <10.000µs 📉 -97.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ join_aspect

Time: ✅ 1.227µs (SLO: <10.000µs 📉 -87.7%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ join_noaspect

Time: ✅ 0.497µs (SLO: <10.000µs 📉 -95.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ ljust_aspect

Time: ✅ 10.372µs (SLO: <20.000µs 📉 -48.1%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ ljust_noaspect

Time: ✅ 0.410µs (SLO: <10.000µs 📉 -95.9%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ lower_aspect

Time: ✅ 2.298µs (SLO: <10.000µs 📉 -77.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ lower_noaspect

Time: ✅ 0.374µs (SLO: <10.000µs 📉 -96.3%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ lstrip_aspect

Time: ✅ 10.395µs (SLO: <20.000µs 📉 -48.0%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ lstrip_noaspect

Time: ✅ 0.394µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ modulo_aspect

Time: ✅ 0.574µs (SLO: <10.000µs 📉 -94.3%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.278µs (SLO: <10.000µs 📉 -87.2%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ modulo_aspect_for_bytes

Time: ✅ 0.754µs (SLO: <10.000µs 📉 -92.5%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.042µs (SLO: <10.000µs 📉 -89.6%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ modulo_noaspect

Time: ✅ 0.632µs (SLO: <10.000µs 📉 -93.7%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ replace_aspect

Time: ✅ 4.726µs (SLO: <10.000µs 📉 -52.7%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ replace_noaspect

Time: ✅ 0.468µs (SLO: <10.000µs 📉 -95.3%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ repr_aspect

Time: ✅ 0.904µs (SLO: <10.000µs 📉 -91.0%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ repr_noaspect

Time: ✅ 0.414µs (SLO: <10.000µs 📉 -95.9%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ rstrip_aspect

Time: ✅ 10.231µs (SLO: <20.000µs 📉 -48.8%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ rstrip_noaspect

Time: ✅ 0.386µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ slice_aspect

Time: ✅ 0.481µs (SLO: <10.000µs 📉 -95.2%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ slice_noaspect

Time: ✅ 0.459µs (SLO: <10.000µs 📉 -95.4%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ stringio_aspect

Time: ✅ 2.193µs (SLO: <10.000µs 📉 -78.1%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ stringio_noaspect

Time: ✅ 0.719µs (SLO: <10.000µs 📉 -92.8%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ strip_aspect

Time: ✅ 10.392µs (SLO: <20.000µs 📉 -48.0%)

Memory: ✅ 36.962MB (SLO: <39.000MB -5.2%)


✅ strip_noaspect

Time: ✅ 0.392µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ swapcase_aspect

Time: ✅ 2.497µs (SLO: <10.000µs 📉 -75.0%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ swapcase_noaspect

Time: ✅ 0.538µs (SLO: <10.000µs 📉 -94.6%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ title_aspect

Time: ✅ 2.536µs (SLO: <10.000µs 📉 -74.6%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ title_noaspect

Time: ✅ 0.505µs (SLO: <10.000µs 📉 -95.0%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ translate_aspect

Time: ✅ 3.343µs (SLO: <10.000µs 📉 -66.6%)

Memory: ✅ 36.785MB (SLO: <39.000MB -5.7%)


✅ translate_noaspect

Time: ✅ 1.045µs (SLO: <10.000µs 📉 -89.5%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ upper_aspect

Time: ✅ 2.323µs (SLO: <10.000µs 📉 -76.8%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ upper_noaspect

Time: ✅ 0.381µs (SLO: <10.000µs 📉 -96.2%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.466µs (SLO: <10.000µs 📉 -55.3%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathbasename_noaspect

Time: ✅ 1.081µs (SLO: <10.000µs 📉 -89.2%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathjoin_aspect

Time: ✅ 6.055µs (SLO: <10.000µs 📉 -39.5%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ ospathjoin_noaspect

Time: ✅ 2.280µs (SLO: <10.000µs 📉 -77.2%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ ospathnormcase_aspect

Time: ✅ 3.408µs (SLO: <10.000µs 📉 -65.9%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ ospathnormcase_noaspect

Time: ✅ 0.568µs (SLO: <10.000µs 📉 -94.3%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplit_aspect

Time: ✅ 4.779µs (SLO: <10.000µs 📉 -52.2%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ ospathsplit_noaspect

Time: ✅ 1.591µs (SLO: <10.000µs 📉 -84.1%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplitdrive_aspect

Time: ✅ 3.628µs (SLO: <10.000µs 📉 -63.7%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ ospathsplitdrive_noaspect

Time: ✅ 0.697µs (SLO: <10.000µs 📉 -93.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


✅ ospathsplitext_aspect

Time: ✅ 4.544µs (SLO: <10.000µs 📉 -54.6%)

Memory: ✅ 36.825MB (SLO: <39.000MB -5.6%)


✅ ospathsplitext_noaspect

Time: ✅ 1.380µs (SLO: <10.000µs 📉 -86.2%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.505µs (SLO: <10.000µs 📉 -85.0%)

Memory: ✅ 36.884MB (SLO: <39.000MB -5.4%)


✅ rsplit_noaspect

Time: ✅ 0.595µs (SLO: <10.000µs 📉 -94.1%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


✅ split_aspect

Time: ✅ 1.453µs (SLO: <10.000µs 📉 -85.5%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ split_noaspect

Time: ✅ 0.571µs (SLO: <10.000µs 📉 -94.3%)

Memory: ✅ 36.844MB (SLO: <39.000MB -5.5%)


✅ splitlines_aspect

Time: ✅ 1.414µs (SLO: <10.000µs 📉 -85.9%)

Memory: ✅ 36.943MB (SLO: <39.000MB -5.3%)


✅ splitlines_noaspect

Time: ✅ 0.597µs (SLO: <10.000µs 📉 -94.0%)

Memory: ✅ 36.864MB (SLO: <39.000MB -5.5%)


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 48.917µs (SLO: <60.000µs 📉 -18.5%)

Memory: ✅ 36.805MB (SLO: <39.000MB -5.6%)


✅ propagation_enabled

Time: ✅ 147.358µs (SLO: <160.000µs -7.9%)

Memory: ✅ 36.746MB (SLO: <39.000MB -5.8%)


✅ propagation_enabled_100

Time: ✅ 1.593ms (SLO: <1.800ms 📉 -11.5%)

Memory: ✅ 36.923MB (SLO: <39.000MB -5.3%)


✅ propagation_enabled_1000

Time: ✅ 29.128ms (SLO: <30.550ms -4.7%)

Memory: ✅ 36.903MB (SLO: <39.000MB -5.4%)


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.555ms (SLO: <42.000ms -3.4%)

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ add-link

Time: ✅ 36.811ms (SLO: <38.550ms -4.5%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ add-metrics

Time: ✅ 218.718ms (SLO: <232.000ms -5.7%)

Memory: ✅ 34.170MB (SLO: <39.000MB 📉 -12.4%)


✅ add-tags

Time: ✅ 212.315ms (SLO: <221.600ms -4.2%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


✅ get-context

Time: ✅ 29.162ms (SLO: <31.300ms -6.8%)

Memory: ✅ 34.092MB (SLO: <39.000MB 📉 -12.6%)


✅ is-recording

Time: ✅ 29.027ms (SLO: <31.000ms -6.4%)

Memory: ✅ 34.111MB (SLO: <39.000MB 📉 -12.5%)


✅ record-exception

Time: ✅ 64.095ms (SLO: <65.850ms -2.7%)

Memory: ✅ 34.092MB (SLO: <39.000MB 📉 -12.6%)


✅ set-status

Time: ✅ 31.829ms (SLO: <34.150ms -6.8%)

Memory: ✅ 34.151MB (SLO: <39.000MB 📉 -12.4%)


✅ start

Time: ✅ 28.744ms (SLO: <30.150ms -4.7%)

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ start-finish

Time: ✅ 33.991ms (SLO: <35.350ms -3.8%)

Memory: ✅ 34.151MB (SLO: <39.000MB 📉 -12.4%)


✅ start-finish-telemetry

Time: ✅ 34.013ms (SLO: <35.450ms -4.1%)

Memory: ✅ 34.190MB (SLO: <39.000MB 📉 -12.3%)


✅ update-name

Time: ✅ 30.983ms (SLO: <33.400ms -7.2%)

Memory: ✅ 34.131MB (SLO: <39.000MB 📉 -12.5%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 44.651ms (SLO: <47.150ms -5.3%)

Memory: ✅ 44.409MB (SLO: <46.500MB -4.5%)


✅ add-metrics

Time: ✅ 320.307ms (SLO: <344.800ms -7.1%)

Memory: ✅ 559.788MB (SLO: <562.000MB 🟡 -0.4%)


✅ add-tags

Time: ✅ 291.027ms (SLO: <314.000ms -7.3%)

Memory: ✅ 560.284MB (SLO: <563.500MB 🟡 -0.6%)


✅ get-context

Time: ✅ 86.554ms (SLO: <92.350ms -6.3%)

Memory: ✅ 39.499MB (SLO: <46.500MB 📉 -15.1%)


✅ is-recording

Time: ✅ 42.448ms (SLO: <44.500ms -4.6%)

Memory: ✅ 43.742MB (SLO: <46.500MB -5.9%)


✅ record-exception

Time: ✅ 61.503ms (SLO: <67.650ms -9.1%)

Memory: ✅ 39.821MB (SLO: <46.500MB 📉 -14.4%)


✅ set-status

Time: ✅ 48.587ms (SLO: <50.400ms -3.6%)

Memory: ✅ 43.759MB (SLO: <46.500MB -5.9%)


✅ start

Time: ✅ 42.727ms (SLO: <43.450ms 🟡 -1.7%)

Memory: ✅ 43.789MB (SLO: <46.500MB -5.8%)


✅ start-finish

Time: ✅ 85.040ms (SLO: <88.000ms -3.4%)

Memory: ✅ 33.817MB (SLO: <46.500MB 📉 -27.3%)


✅ start-finish-telemetry

Time: ✅ 86.707ms (SLO: <89.000ms -2.6%)

Memory: ✅ 33.797MB (SLO: <46.500MB 📉 -27.3%)


✅ update-name

Time: ✅ 44.556ms (SLO: <45.150ms 🟡 -1.3%)

Memory: ✅ 44.058MB (SLO: <46.500MB -5.3%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 340.056ms (SLO: <354.300ms -4.0%)

Memory: ✅ 36.994MB (SLO: <40.000MB -7.5%)


✅ cache_on

Time: ✅ 0.388µs (SLO: <10.000µs 📉 -96.1%)

Memory: ✅ 36.776MB (SLO: <39.000MB -5.7%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 154.755µs (SLO: <170.000µs -9.0%)

Memory: ✅ 36.126MB (SLO: <38.500MB -6.2%)


✅ import_many_cached

Time: ✅ 120.903µs (SLO: <130.000µs -7.0%)

Memory: ✅ 36.224MB (SLO: <38.500MB -5.9%)


✅ import_many_stdlib

Time: ✅ 1.606ms (SLO: <1.750ms -8.3%)

Memory: ✅ 36.326MB (SLO: <38.500MB -5.6%)


✅ import_many_stdlib_cached

Time: ✅ 0.965ms (SLO: <1.100ms 📉 -12.3%)

Memory: ✅ 36.175MB (SLO: <38.500MB -6.0%)


✅ import_many_unknown

Time: ✅ 831.219µs (SLO: <890.000µs -6.6%)

Memory: ✅ 36.246MB (SLO: <38.500MB -5.9%)


✅ import_many_unknown_cached

Time: ✅ 794.193µs (SLO: <870.000µs -8.7%)

Memory: ✅ 36.277MB (SLO: <38.500MB -5.8%)


✅ import_one

Time: ✅ 19.758µs (SLO: <30.000µs 📉 -34.1%)

Memory: ✅ 36.012MB (SLO: <39.000MB -7.7%)


✅ import_one_cache

Time: ✅ 6.254µs (SLO: <10.000µs 📉 -37.5%)

Memory: ✅ 35.928MB (SLO: <38.500MB -6.7%)


✅ import_one_stdlib

Time: ✅ 18.708µs (SLO: <20.000µs -6.5%)

Memory: ✅ 35.991MB (SLO: <38.500MB -6.5%)


✅ import_one_stdlib_cache

Time: ✅ 6.262µs (SLO: <10.000µs 📉 -37.4%)

Memory: ✅ 35.984MB (SLO: <38.500MB -6.5%)


✅ import_one_unknown

Time: ✅ 45.785µs (SLO: <50.000µs -8.4%)

Memory: ✅ 36.027MB (SLO: <38.500MB -6.4%)


✅ import_one_unknown_cache

Time: ✅ 6.295µs (SLO: <10.000µs 📉 -37.1%)

Memory: ✅ 35.957MB (SLO: <38.500MB -6.6%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

Time: ✅ 2.339µs (SLO: <10.000µs 📉 -76.6%)

Memory: ✅ 30.946MB (SLO: <34.000MB -9.0%)


✅ high_rate_limit

Time: ✅ 2.415µs (SLO: <10.000µs 📉 -75.9%)

Memory: ✅ 30.985MB (SLO: <34.000MB -8.9%)


✅ long_window

Time: ✅ 2.335µs (SLO: <10.000µs 📉 -76.6%)

Memory: ✅ 30.867MB (SLO: <34.000MB -9.2%)


✅ low_rate_limit

Time: ✅ 2.374µs (SLO: <10.000µs 📉 -76.3%)

Memory: ✅ 30.946MB (SLO: <34.000MB -9.0%)


✅ no_rate_limit

Time: ✅ 0.835µs (SLO: <10.000µs 📉 -91.7%)

Memory: ✅ 30.867MB (SLO: <34.000MB -9.2%)


✅ short_window

Time: ✅ 2.513µs (SLO: <10.000µs 📉 -74.9%)

Memory: ✅ 30.907MB (SLO: <34.000MB -9.1%)


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 309.158ms (SLO: <320.950ms -3.7%)

Memory: ✅ 32.381MB (SLO: <34.500MB -6.1%)


✅ deep-profiled

Time: ✅ 326.848ms (SLO: <359.150ms -9.0%)

Memory: ✅ 35.055MB (SLO: <39.000MB 📉 -10.1%)


✅ medium

Time: ✅ 7.045ms (SLO: <7.400ms -4.8%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)


✅ shallow

Time: ✅ 0.949ms (SLO: <1.050ms -9.6%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 276.306µs (SLO: <290.000µs -4.7%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)


✅ high_match

Time: ✅ 447.198µs (SLO: <480.000µs -6.8%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ low_match

Time: ✅ 110.542µs (SLO: <120.000µs -7.9%)

Memory: ✅ 433.573MB (SLO: <450.000MB -3.7%)


✅ very_low_match

Time: ✅ 7.704ms (SLO: <8.500ms -9.4%)

Memory: ✅ 57.050MB (SLO: <60.000MB -4.9%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.237µs (SLO: <20.000µs 📉 -38.8%)

Memory: ✅ 31.713MB (SLO: <34.000MB -6.7%)


✅ all-enabled

Time: ✅ 42.416µs (SLO: <50.000µs 📉 -15.2%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ collectipvariant_exists

Time: ✅ 42.938µs (SLO: <50.000µs 📉 -14.1%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


✅ no-collectipvariant

Time: ✅ 41.935µs (SLO: <50.000µs 📉 -16.1%)

Memory: ✅ 31.713MB (SLO: <34.000MB -6.7%)


✅ no-useragentvariant

Time: ✅ 40.984µs (SLO: <50.000µs 📉 -18.0%)

Memory: ✅ 31.792MB (SLO: <34.000MB -6.5%)


✅ obfuscation-no-query

Time: ✅ 42.455µs (SLO: <50.000µs 📉 -15.1%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ obfuscation-regular-case-explicit-query

Time: ✅ 79.129µs (SLO: <90.000µs 📉 -12.1%)

Memory: ✅ 32.204MB (SLO: <34.000MB -5.3%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 80.637µs (SLO: <90.000µs 📉 -10.4%)

Memory: ✅ 32.204MB (SLO: <34.000MB -5.3%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 158.474µs (SLO: <170.000µs -6.8%)

Memory: ✅ 32.244MB (SLO: <34.500MB -6.5%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.824µs (SLO: <160.000µs -5.1%)

Memory: ✅ 32.185MB (SLO: <34.500MB -6.7%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.845µs (SLO: <170.000µs -7.2%)

Memory: ✅ 32.244MB (SLO: <34.500MB -6.5%)


✅ useragentvariant_exists_1

Time: ✅ 41.671µs (SLO: <50.000µs 📉 -16.7%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_exists_2

Time: ✅ 42.762µs (SLO: <50.000µs 📉 -14.5%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_exists_3

Time: ✅ 42.085µs (SLO: <50.000µs 📉 -15.8%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_not_exists_1

Time: ✅ 41.480µs (SLO: <50.000µs 📉 -17.0%)

Memory: ✅ 31.831MB (SLO: <34.000MB -6.4%)


✅ useragentvariant_not_exists_2

Time: ✅ 41.405µs (SLO: <50.000µs 📉 -17.2%)

Memory: ✅ 31.811MB (SLO: <34.000MB -6.4%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.075ms (SLO: <26.200ms -8.1%)

Memory: ✅ 50.666MB (SLO: <53.000MB -4.4%)


✅ add-metrics

Time: ✅ 90.853ms (SLO: <98.350ms -7.6%)

Memory: ✅ 614.936MB (SLO: <961.000MB 📉 -36.0%)


✅ add-tags

Time: ✅ 149.613ms (SLO: <168.550ms 📉 -11.2%)

Memory: ✅ 615.282MB (SLO: <962.500MB 📉 -36.1%)


✅ get-context

Time: ✅ 22.475ms (SLO: <23.700ms -5.2%)

Memory: ✅ 49.443MB (SLO: <53.000MB -6.7%)


✅ is-recording

Time: ✅ 22.588ms (SLO: <23.900ms -5.5%)

Memory: ✅ 49.538MB (SLO: <53.000MB -6.5%)


✅ record-exception

Time: ✅ 42.429ms (SLO: <44.500ms -4.7%)

Memory: ✅ 42.454MB (SLO: <53.000MB 📉 -19.9%)


✅ set-status

Time: ✅ 24.100ms (SLO: <26.000ms -7.3%)

Memory: ✅ 49.507MB (SLO: <53.000MB -6.6%)


✅ start

Time: ✅ 22.041ms (SLO: <23.500ms -6.2%)

Memory: ✅ 49.389MB (SLO: <53.000MB -6.8%)


✅ start-finish

Time: ✅ 54.442ms (SLO: <55.500ms 🟡 -1.9%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ start-finish-telemetry

Time: ✅ 55.741ms (SLO: <58.300ms -4.4%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ start-finish-traceid128

Time: ✅ 57.567ms (SLO: <60.050ms -4.1%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ start-traceid128

Time: ✅ 22.386ms (SLO: <24.600ms -9.0%)

Memory: ✅ 49.480MB (SLO: <53.000MB -6.6%)


✅ update-name

Time: ✅ 22.998ms (SLO: <24.100ms -4.6%)

Memory: ✅ 50.076MB (SLO: <53.000MB -5.5%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.287µs (SLO: <10.000µs 📉 -67.1%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ 1-count-metrics-100-times

Time: ✅ 216.856µs (SLO: <240.000µs -9.6%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ 1-distribution-metric-1-times

Time: ✅ 2.973µs (SLO: <10.000µs 📉 -70.3%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 1-distribution-metrics-100-times

Time: ✅ 194.100µs (SLO: <210.000µs -7.6%)

Memory: ✅ 31.241MB (SLO: <34.000MB -8.1%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.206µs (SLO: <10.000µs 📉 -77.9%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ 1-gauge-metrics-100-times

Time: ✅ 125.147µs (SLO: <140.000µs 📉 -10.6%)

Memory: ✅ 31.339MB (SLO: <34.000MB -7.8%)


✅ 1-rate-metric-1-times

Time: ✅ 3.216µs (SLO: <10.000µs 📉 -67.8%)

Memory: ✅ 31.359MB (SLO: <34.000MB -7.8%)


✅ 1-rate-metrics-100-times

Time: ✅ 215.292µs (SLO: <230.000µs -6.4%)

Memory: ✅ 31.339MB (SLO: <34.000MB -7.8%)


✅ 100-count-metrics-100-times

Time: ✅ 21.764ms (SLO: <22.500ms -3.3%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ 100-distribution-metrics-100-times

Time: ✅ 2.012ms (SLO: <2.100ms -4.2%)

Memory: ✅ 31.280MB (SLO: <34.000MB -8.0%)


✅ 100-gauge-metrics-100-times

Time: ✅ 1.290ms (SLO: <1.400ms -7.9%)

Memory: ✅ 31.398MB (SLO: <34.000MB -7.7%)


✅ 100-rate-metrics-100-times

Time: ✅ 2.241ms (SLO: <2.400ms -6.6%)

Memory: ✅ 31.300MB (SLO: <34.000MB -7.9%)


✅ flush-1-metric

Time: ✅ 4.336µs (SLO: <10.000µs 📉 -56.6%)

Memory: ✅ 31.379MB (SLO: <34.000MB -7.7%)


✅ flush-100-metrics

Time: ✅ 179.889µs (SLO: <200.000µs 📉 -10.1%)

Memory: ✅ 31.261MB (SLO: <34.000MB -8.1%)


✅ flush-1000-metrics

Time: ✅ 2.206ms (SLO: <2.350ms -6.1%)

Memory: ✅ 32.519MB (SLO: <34.500MB -5.7%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 29.956ms (SLO: <32.950ms -9.1%)

Memory: ✅ 32.381MB (SLO: <34.500MB -6.1%)


✅ medium

Time: ✅ 2.945ms (SLO: <3.200ms -8.0%)

Memory: ✅ 31.320MB (SLO: <34.000MB -7.9%)


✅ small

Time: ✅ 335.522µs (SLO: <370.000µs -9.3%)

Memory: ✅ 31.221MB (SLO: <34.000MB -8.2%)

@brettlangdon brettlangdon merged commit 0b8fe57 into main Aug 12, 2025
903 of 904 checks passed
@brettlangdon brettlangdon deleted the LANGPLAT-732/fix.detect.baseline branch August 12, 2025 19:33
taegyunkim pushed a commit that referenced this pull request Sep 3, 2025
ls-remote will use the provided string as a pattern, so when checking if
the '3.12' branch exists, it'll allow anything that contains '3.12' in
the name.

this change is more exacting by checking for a specific ref instead


```
UPSTREAM_BRANCH=v3.12.0rc1
+ '[' v3.12.0rc1 == main ']'
+ [[ v3.12.0rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
++ echo 3.12.0rc1
++ cut -d. -f1-2
+ BASELINE_BRANCH=3.12
+ git ls-remote --exit-code --heads origin 3.12
+ echo 'Found remote branch origin/3.12'
Found remote branch origin/3.12
++ git describe --tags --abbrev=0 --exclude '*rc*' --exclude v3.12.0rc1 origin/3.12
fatal: Not a valid object name origin/3.12
```

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
taegyunkim pushed a commit that referenced this pull request Sep 3, 2025
ls-remote will use the provided string as a pattern, so when checking if
the '3.12' branch exists, it'll allow anything that contains '3.12' in
the name.

this change is more exacting by checking for a specific ref instead


```
UPSTREAM_BRANCH=v3.12.0rc1
+ '[' v3.12.0rc1 == main ']'
+ [[ v3.12.0rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
++ echo 3.12.0rc1
++ cut -d. -f1-2
+ BASELINE_BRANCH=3.12
+ git ls-remote --exit-code --heads origin 3.12
+ echo 'Found remote branch origin/3.12'
Found remote branch origin/3.12
++ git describe --tags --abbrev=0 --exclude '*rc*' --exclude v3.12.0rc1 origin/3.12
fatal: Not a valid object name origin/3.12
```

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
erikayasuda pushed a commit that referenced this pull request Sep 3, 2025
ls-remote will use the provided string as a pattern, so when checking if
the '3.12' branch exists, it'll allow anything that contains '3.12' in
the name.

this change is more exacting by checking for a specific ref instead


```
UPSTREAM_BRANCH=v3.12.0rc1
+ '[' v3.12.0rc1 == main ']'
+ [[ v3.12.0rc1 =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
++ echo 3.12.0rc1
++ cut -d. -f1-2
+ BASELINE_BRANCH=3.12
+ git ls-remote --exit-code --heads origin 3.12
+ echo 'Found remote branch origin/3.12'
Found remote branch origin/3.12
++ git describe --tags --abbrev=0 --exclude '*rc*' --exclude v3.12.0rc1 origin/3.12
fatal: Not a valid object name origin/3.12
```

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants