Skip to content

Conversation

brettlangdon
Copy link
Member

@brettlangdon brettlangdon commented Aug 20, 2025

This PR adds ast-grep with a custom rule to prevent internal usage of the ddtrace.trace.Pin API. PR #14361 deprecated the API and we want to be sure no one adds internal usage of this API as we intend to remove it (and currently it will add a warning, which we don't want users to see)

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

Copy link
Contributor

github-actions bot commented Aug 20, 2025

CODEOWNERS have been resolved as:

.sg/rules/pin-import.yml                                                @DataDog/apm-core-python
.sg/tests/__snapshots__/pin-import-deprecated-snapshot.yml              @DataDog/apm-core-python
.sg/tests/pin-import-deprecated-test.yml                                @DataDog/apm-core-python
.sg/utils/.gitkeep                                                      @DataDog/apm-core-python
sgconfig.yml                                                            @DataDog/apm-core-python
.gitlab-ci.yml                                                          @DataDog/apm-core-python
.gitlab/tests.yml                                                       @DataDog/python-guild @DataDog/apm-core-python
hatch.toml                                                              @DataDog/python-guild
pyproject.toml                                                          @DataDog/python-guild

Copy link
Contributor

github-actions bot commented Aug 20, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 265 ± 1 ms.

The average import time from base is: 268 ± 3 ms.

The import time difference between this PR and base is: -2.19 ± 0.1 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 2.039 ms (0.77%)
ddtrace.bootstrap.sitecustomize 1.364 ms (0.51%)
ddtrace.bootstrap.preload 1.364 ms (0.51%)
ddtrace.internal.remoteconfig.client 0.652 ms (0.25%)
ddtrace 0.675 ms (0.25%)
ddtrace.internal._unpatched 0.031 ms (0.01%)
json 0.031 ms (0.01%)
json.decoder 0.031 ms (0.01%)
re 0.031 ms (0.01%)
enum 0.031 ms (0.01%)
types 0.031 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Aug 20, 2025

Performance SLOs

Candidate: brettlangdon/ast-grep.rules (a957239)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.352µs (SLO: <20.000µs 📉 -33.2%)

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


✅ context_with_data_no_listeners

Time: ✅ 3.436µs (SLO: <10.000µs 📉 -65.6%)

Memory: ✅ 31.221MB (SLO: <33.500MB -6.8%)


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.446µs (SLO: <20.000µs 📉 -32.8%)

Memory: ✅ 31.162MB (SLO: <33.500MB -7.0%)


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

Time: ✅ 24.239µs (SLO: <30.000µs 📉 -19.2%)

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


🔵 djangosimple - 24/24

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 20.891ms (SLO: <22.300ms -6.3%)

Memory: ✅ 64.212MB (SLO: <66.000MB -2.7%)


✅ exception-replay-enabled

Time: ✅ 1.391ms (SLO: <1.450ms -4.1%)

Memory: ✅ 62.954MB (SLO: <66.000MB -4.6%)


✅ iast

Time: ✅ 20.850ms (SLO: <22.250ms -6.3%)

Memory: ✅ 64.330MB (SLO: <66.000MB -2.5%)


✅ profiler

Time: ✅ 15.218ms (SLO: <16.550ms -8.0%)

Memory: ✅ 52.848MB (SLO: <53.500MB 🟡 -1.2%)


✅ span-code-origin

Time: ✅ 26.543ms (SLO: <28.200ms -5.9%)

Memory: ✅ 66.172MB (SLO: <68.500MB -3.4%)


✅ tracer

Time: ✅ 20.988ms (SLO: <21.750ms -3.5%)

Memory: ✅ 64.251MB (SLO: <66.000MB -2.6%)


✅ tracer-and-profiler

Time: ✅ 22.487ms (SLO: <23.500ms -4.3%)

Memory: ✅ 65.235MB (SLO: <67.000MB -2.6%)


✅ tracer-dont-create-db-spans

Time: ✅ 19.745ms (SLO: <21.500ms -8.2%)

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


✅ tracer-no-caches

Time: ✅ 18.599ms (SLO: <19.650ms -5.3%)

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


✅ tracer-no-databases

Time: ✅ 19.140ms (SLO: <20.100ms -4.8%)

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


✅ tracer-no-middleware

Time: ✅ 20.549ms (SLO: <21.500ms -4.4%)

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


✅ tracer-no-templates

Time: ✅ 20.673ms (SLO: <22.000ms -6.0%)

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


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.388ms (SLO: <19.850ms -7.4%)

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


✅ errortracking-enabled-user

Time: ✅ 18.240ms (SLO: <19.400ms -6.0%)

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


✅ tracer-enabled

Time: ✅ 18.165ms (SLO: <19.450ms -6.6%)

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


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.138ms (SLO: <2.300ms -7.1%)

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


✅ errortracking-enabled-user

Time: ✅ 2.140ms (SLO: <2.250ms -4.9%)

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


✅ tracer-enabled

Time: ✅ 2.160ms (SLO: <2.300ms -6.1%)

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


🔵 flasksimple - 15/15

🔵 No baseline data available for this suite

✅ appsec-get

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

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


✅ appsec-post

Time: ✅ 6.663ms (SLO: <6.750ms 🟡 -1.3%)

Memory: ✅ 62.167MB (SLO: <64.500MB -3.6%)


✅ appsec-telemetry

Time: ✅ 4.616ms (SLO: <4.750ms -2.8%)

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


✅ debugger

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

Memory: ✅ 44.497MB (SLO: <45.000MB 🟡 -1.1%)


✅ iast-get

Time: ✅ 1.861ms (SLO: <2.000ms -7.0%)

Memory: ✅ 41.583MB (SLO: <49.000MB 📉 -15.1%)


✅ profiler

Time: ✅ 1.915ms (SLO: <2.100ms -8.8%)

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


✅ tracer

Time: ✅ 3.413ms (SLO: <3.650ms -6.5%)

Memory: ✅ 51.206MB (SLO: <53.500MB -4.3%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.987ms (SLO: <4.200ms -5.1%)

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


✅ iast-enabled

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

Memory: ✅ 57.550MB (SLO: <59.000MB -2.5%)


✅ tracer-enabled

Time: ✅ 2.128ms (SLO: <2.250ms -5.4%)

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


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 81.672µs (SLO: <100.000µs 📉 -18.3%)

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


✅ b3_headers

Time: ✅ 14.346µs (SLO: <20.000µs 📉 -28.3%)

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


✅ b3_single_headers

Time: ✅ 14.284µs (SLO: <20.000µs 📉 -28.6%)

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


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 65.705µs (SLO: <80.000µs 📉 -17.9%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 66.682µs (SLO: <80.000µs 📉 -16.6%)

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


✅ empty_headers

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

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


✅ full_t_id_datadog_headers

Time: ✅ 22.900µs (SLO: <30.000µs 📉 -23.7%)

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


✅ invalid_priority_header

Time: ✅ 6.549µs (SLO: <10.000µs 📉 -34.5%)

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


✅ invalid_span_id_header

Time: ✅ 6.647µs (SLO: <10.000µs 📉 -33.5%)

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


✅ invalid_tags_header

Time: ✅ 6.561µs (SLO: <10.000µs 📉 -34.4%)

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


✅ invalid_trace_id_header

Time: ✅ 6.488µs (SLO: <10.000µs 📉 -35.1%)

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


✅ large_header_no_matches

Time: ✅ 27.641µs (SLO: <30.000µs -7.9%)

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


✅ large_valid_headers_all

Time: ✅ 28.755µs (SLO: <40.000µs 📉 -28.1%)

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


✅ medium_header_no_matches

Time: ✅ 9.798µs (SLO: <20.000µs 📉 -51.0%)

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


✅ medium_valid_headers_all

Time: ✅ 11.239µs (SLO: <20.000µs 📉 -43.8%)

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


✅ none_propagation_style

Time: ✅ 1.701µs (SLO: <10.000µs 📉 -83.0%)

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


✅ tracecontext_headers

Time: ✅ 34.659µs (SLO: <40.000µs 📉 -13.4%)

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


✅ valid_headers_all

Time: ✅ 6.495µs (SLO: <10.000µs 📉 -35.0%)

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


✅ valid_headers_basic

Time: ✅ 6.080µs (SLO: <10.000µs 📉 -39.2%)

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


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

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

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


✅ wsgi_invalid_span_id_header

Time: ✅ 1.583µs (SLO: <10.000µs 📉 -84.2%)

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


✅ wsgi_invalid_tags_header

Time: ✅ 6.645µs (SLO: <10.000µs 📉 -33.5%)

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


✅ wsgi_invalid_trace_id_header

Time: ✅ 6.560µs (SLO: <10.000µs 📉 -34.4%)

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


✅ wsgi_large_header_no_matches

Time: ✅ 28.655µs (SLO: <40.000µs 📉 -28.4%)

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


✅ wsgi_large_valid_headers_all

Time: ✅ 29.762µs (SLO: <40.000µs 📉 -25.6%)

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


✅ wsgi_medium_header_no_matches

Time: ✅ 10.177µs (SLO: <20.000µs 📉 -49.1%)

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.490µs (SLO: <20.000µs 📉 -42.6%)

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


✅ wsgi_valid_headers_all

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

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


✅ wsgi_valid_headers_basic

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

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


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 21.859µs (SLO: <30.000µs 📉 -27.1%)

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


✅ with_all

Time: ✅ 34.062µs (SLO: <40.000µs 📉 -14.8%)

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


✅ with_dd_origin

Time: ✅ 29.521µs (SLO: <30.000µs 🟡 -1.6%)

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


✅ with_priority_and_origin

Time: ✅ 28.478µs (SLO: <40.000µs 📉 -28.8%)

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


✅ with_sampling_priority

Time: ✅ 21.866µs (SLO: <30.000µs 📉 -27.1%)

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


✅ with_tags

Time: ✅ 30.844µs (SLO: <40.000µs 📉 -22.9%)

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


✅ with_tags_invalid

Time: ✅ 34.839µs (SLO: <40.000µs 📉 -12.9%)

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


✅ with_tags_max_size

Time: ✅ 30.899µs (SLO: <40.000µs 📉 -22.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.043µs (SLO: <40.000µs 📉 -17.4%)

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


✅ re_expand_noaspect

Time: ✅ 28.446µs (SLO: <40.000µs 📉 -28.9%)

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


✅ re_findall_aspect

Time: ✅ 3.677µs (SLO: <10.000µs 📉 -63.2%)

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


✅ re_findall_noaspect

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

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


✅ re_finditer_aspect

Time: ✅ 5.088µs (SLO: <10.000µs 📉 -49.1%)

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


✅ re_finditer_noaspect

Time: ✅ 1.402µs (SLO: <10.000µs 📉 -86.0%)

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


✅ re_fullmatch_aspect

Time: ✅ 3.378µs (SLO: <10.000µs 📉 -66.2%)

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


✅ re_fullmatch_noaspect

Time: ✅ 1.290µs (SLO: <10.000µs 📉 -87.1%)

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


✅ re_group_aspect

Time: ✅ 3.441µs (SLO: <10.000µs 📉 -65.6%)

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


✅ re_group_noaspect

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

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


✅ re_groups_aspect

Time: ✅ 3.525µs (SLO: <10.000µs 📉 -64.8%)

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


✅ re_groups_noaspect

Time: ✅ 1.680µs (SLO: <10.000µs 📉 -83.2%)

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


✅ re_match_aspect

Time: ✅ 3.422µs (SLO: <10.000µs 📉 -65.8%)

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


✅ re_match_noaspect

Time: ✅ 1.294µs (SLO: <10.000µs 📉 -87.1%)

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


✅ re_search_aspect

Time: ✅ 3.268µs (SLO: <10.000µs 📉 -67.3%)

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


✅ re_search_noaspect

Time: ✅ 1.199µs (SLO: <10.000µs 📉 -88.0%)

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


✅ re_sub_aspect

Time: ✅ 4.595µs (SLO: <10.000µs 📉 -54.0%)

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


✅ re_sub_noaspect

Time: ✅ 1.514µs (SLO: <10.000µs 📉 -84.9%)

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


✅ re_subn_aspect

Time: ✅ 4.807µs (SLO: <10.000µs 📉 -51.9%)

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


✅ re_subn_noaspect

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

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


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ add_inplace_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ add_inplace_noaspect

Time: ✅ 0.314µs (SLO: <10.000µs 📉 -96.9%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ add_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ bytearray_aspect

Time: ✅ 1.816µs (SLO: <10.000µs 📉 -81.8%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ bytearray_extend_aspect

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

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ bytearray_extend_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ bytearray_noaspect

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

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ bytes_aspect

Time: ✅ 1.839µs (SLO: <10.000µs 📉 -81.6%)

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ bytes_noaspect

Time: ✅ 0.493µs (SLO: <10.000µs 📉 -95.1%)

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ bytesio_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ bytesio_noaspect

Time: ✅ 0.494µs (SLO: <10.000µs 📉 -95.1%)

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ capitalize_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ capitalize_noaspect

Time: ✅ 0.435µs (SLO: <10.000µs 📉 -95.7%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ casefold_aspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ casefold_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ decode_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ decode_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ encode_aspect

Time: ✅ 0.708µs (SLO: <10.000µs 📉 -92.9%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ encode_noaspect

Time: ✅ 0.403µs (SLO: <10.000µs 📉 -96.0%)

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ format_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ format_map_aspect

Time: ✅ 3.283µs (SLO: <10.000µs 📉 -67.2%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ format_map_noaspect

Time: ✅ 0.775µs (SLO: <10.000µs 📉 -92.2%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ format_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ index_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ index_noaspect

Time: ✅ 0.272µs (SLO: <10.000µs 📉 -97.3%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ join_aspect

Time: ✅ 1.222µs (SLO: <10.000µs 📉 -87.8%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ join_noaspect

Time: ✅ 0.492µs (SLO: <10.000µs 📉 -95.1%)

Memory: ✅ 37.159MB (SLO: <39.000MB -4.7%)


✅ ljust_aspect

Time: ✅ 10.252µs (SLO: <20.000µs 📉 -48.7%)

Memory: ✅ 37.336MB (SLO: <39.000MB -4.3%)


✅ ljust_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ lower_aspect

Time: ✅ 2.254µs (SLO: <10.000µs 📉 -77.5%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ lower_noaspect

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

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ lstrip_aspect

Time: ✅ 10.195µs (SLO: <20.000µs 📉 -49.0%)

Memory: ✅ 37.336MB (SLO: <39.000MB -4.3%)


✅ lstrip_noaspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ modulo_aspect

Time: ✅ 0.926µs (SLO: <10.000µs 📉 -90.7%)

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 1.436µs (SLO: <10.000µs 📉 -85.6%)

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ modulo_aspect_for_bytes

Time: ✅ 0.907µs (SLO: <10.000µs 📉 -90.9%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.124µs (SLO: <10.000µs 📉 -88.8%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ modulo_noaspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ replace_aspect

Time: ✅ 4.506µs (SLO: <10.000µs 📉 -54.9%)

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ replace_noaspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ repr_aspect

Time: ✅ 0.909µs (SLO: <10.000µs 📉 -90.9%)

Memory: ✅ 37.297MB (SLO: <39.000MB -4.4%)


✅ repr_noaspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ rstrip_aspect

Time: ✅ 10.143µs (SLO: <20.000µs 📉 -49.3%)

Memory: ✅ 37.316MB (SLO: <39.000MB -4.3%)


✅ rstrip_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ slice_aspect

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

Memory: ✅ 37.238MB (SLO: <39.000MB -4.5%)


✅ slice_noaspect

Time: ✅ 0.450µs (SLO: <10.000µs 📉 -95.5%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ stringio_aspect

Time: ✅ 2.153µs (SLO: <10.000µs 📉 -78.5%)

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ stringio_noaspect

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

Memory: ✅ 37.120MB (SLO: <39.000MB -4.8%)


✅ strip_aspect

Time: ✅ 10.227µs (SLO: <20.000µs 📉 -48.9%)

Memory: ✅ 37.336MB (SLO: <39.000MB -4.3%)


✅ strip_noaspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ swapcase_aspect

Time: ✅ 2.482µs (SLO: <10.000µs 📉 -75.2%)

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ swapcase_noaspect

Time: ✅ 0.531µs (SLO: <10.000µs 📉 -94.7%)

Memory: ✅ 37.218MB (SLO: <39.000MB -4.6%)


✅ title_aspect

Time: ✅ 2.376µs (SLO: <10.000µs 📉 -76.2%)

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ title_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


✅ translate_aspect

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

Memory: ✅ 37.277MB (SLO: <39.000MB -4.4%)


✅ translate_noaspect

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

Memory: ✅ 37.179MB (SLO: <39.000MB -4.7%)


✅ upper_aspect

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

Memory: ✅ 37.198MB (SLO: <39.000MB -4.6%)


✅ upper_noaspect

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

Memory: ✅ 37.257MB (SLO: <39.000MB -4.5%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.037µs (SLO: <10.000µs 📉 -59.6%)

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


✅ ospathbasename_noaspect

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

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


✅ ospathjoin_aspect

Time: ✅ 5.955µs (SLO: <10.000µs 📉 -40.5%)

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


✅ ospathjoin_noaspect

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

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


✅ ospathnormcase_aspect

Time: ✅ 3.711µs (SLO: <10.000µs 📉 -62.9%)

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


✅ ospathnormcase_noaspect

Time: ✅ 0.562µs (SLO: <10.000µs 📉 -94.4%)

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


✅ ospathsplit_aspect

Time: ✅ 4.710µs (SLO: <10.000µs 📉 -52.9%)

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


✅ ospathsplit_noaspect

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

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


✅ ospathsplitdrive_aspect

Time: ✅ 3.547µs (SLO: <10.000µs 📉 -64.5%)

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


✅ ospathsplitdrive_noaspect

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

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


✅ ospathsplitext_aspect

Time: ✅ 4.399µs (SLO: <10.000µs 📉 -56.0%)

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


✅ ospathsplitext_noaspect

Time: ✅ 1.375µs (SLO: <10.000µs 📉 -86.3%)

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.461µs (SLO: <10.000µs 📉 -85.4%)

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


✅ rsplit_noaspect

Time: ✅ 0.580µs (SLO: <10.000µs 📉 -94.2%)

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


✅ split_aspect

Time: ✅ 1.428µs (SLO: <10.000µs 📉 -85.7%)

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


✅ split_noaspect

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

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


✅ splitlines_aspect

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

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


✅ splitlines_noaspect

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

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


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 48.724µs (SLO: <60.000µs 📉 -18.8%)

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


✅ propagation_enabled

Time: ✅ 143.473µs (SLO: <160.000µs 📉 -10.3%)

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


✅ propagation_enabled_100

Time: ✅ 1.573ms (SLO: <1.800ms 📉 -12.6%)

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


✅ propagation_enabled_1000

Time: ✅ 29.178ms (SLO: <30.550ms -4.5%)

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.461ms (SLO: <42.000ms -3.7%)

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


✅ add-link

Time: ✅ 36.198ms (SLO: <38.550ms -6.1%)

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


✅ add-metrics

Time: ✅ 221.287ms (SLO: <232.000ms -4.6%)

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


✅ add-tags

Time: ✅ 211.610ms (SLO: <221.600ms -4.5%)

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


✅ get-context

Time: ✅ 29.131ms (SLO: <31.300ms -6.9%)

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


✅ is-recording

Time: ✅ 29.131ms (SLO: <31.000ms -6.0%)

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


✅ record-exception

Time: ✅ 63.378ms (SLO: <65.850ms -3.8%)

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


✅ set-status

Time: ✅ 32.120ms (SLO: <34.150ms -5.9%)

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


✅ start

Time: ✅ 28.914ms (SLO: <30.150ms -4.1%)

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


✅ start-finish

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

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


✅ start-finish-telemetry

Time: ✅ 33.969ms (SLO: <35.450ms -4.2%)

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


✅ update-name

Time: ✅ 31.222ms (SLO: <33.400ms -6.5%)

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


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 45.197ms (SLO: <47.150ms -4.1%)

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


✅ add-metrics

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

Memory: ✅ 553.497MB (SLO: <562.000MB 🟡 -1.5%)


✅ add-tags

Time: ✅ 293.653ms (SLO: <314.000ms -6.5%)

Memory: ✅ 554.787MB (SLO: <563.500MB 🟡 -1.5%)


✅ get-context

Time: ✅ 85.279ms (SLO: <92.350ms -7.7%)

Memory: ✅ 39.578MB (SLO: <46.500MB 📉 -14.9%)


✅ is-recording

Time: ✅ 42.962ms (SLO: <44.500ms -3.5%)

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


✅ record-exception

Time: ✅ 61.557ms (SLO: <67.650ms -9.0%)

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


✅ set-status

Time: ✅ 48.866ms (SLO: <50.400ms -3.0%)

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


✅ start

Time: ✅ 42.260ms (SLO: <43.450ms -2.7%)

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


✅ start-finish

Time: ✅ 82.808ms (SLO: <88.000ms -5.9%)

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


✅ start-finish-telemetry

Time: ✅ 84.207ms (SLO: <89.000ms -5.4%)

Memory: ✅ 33.718MB (SLO: <46.500MB 📉 -27.5%)


✅ update-name

Time: ✅ 44.687ms (SLO: <45.150ms 🟡 -1.0%)

Memory: ✅ 44.126MB (SLO: <46.500MB -5.1%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 339.296ms (SLO: <354.300ms -4.2%)

Memory: ✅ 36.970MB (SLO: <40.000MB -7.6%)


✅ cache_on

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

Memory: ✅ 35.741MB (SLO: <39.000MB -8.4%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

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

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


✅ import_many_cached

Time: ✅ 120.709µs (SLO: <130.000µs -7.1%)

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


✅ import_many_stdlib

Time: ✅ 1.609ms (SLO: <1.750ms -8.1%)

Memory: ✅ 36.444MB (SLO: <38.500MB -5.3%)


✅ import_many_stdlib_cached

Time: ✅ 0.964ms (SLO: <1.100ms 📉 -12.4%)

Memory: ✅ 36.399MB (SLO: <38.500MB -5.5%)


✅ import_many_unknown

Time: ✅ 832.219µs (SLO: <890.000µs -6.5%)

Memory: ✅ 36.398MB (SLO: <38.500MB -5.5%)


✅ import_many_unknown_cached

Time: ✅ 789.189µs (SLO: <870.000µs -9.3%)

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


✅ import_one

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

Memory: ✅ 36.022MB (SLO: <39.000MB -7.6%)


✅ import_one_cache

Time: ✅ 6.317µs (SLO: <10.000µs 📉 -36.8%)

Memory: ✅ 35.772MB (SLO: <38.500MB -7.1%)


✅ import_one_stdlib

Time: ✅ 18.727µs (SLO: <20.000µs -6.4%)

Memory: ✅ 35.731MB (SLO: <38.500MB -7.2%)


✅ import_one_stdlib_cache

Time: ✅ 6.272µs (SLO: <10.000µs 📉 -37.3%)

Memory: ✅ 35.873MB (SLO: <38.500MB -6.8%)


✅ import_one_unknown

Time: ✅ 45.426µs (SLO: <50.000µs -9.1%)

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


✅ import_one_unknown_cache

Time: ✅ 6.237µs (SLO: <10.000µs 📉 -37.6%)

Memory: ✅ 35.866MB (SLO: <38.500MB -6.8%)


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

Time: ✅ 2.347µs (SLO: <10.000µs 📉 -76.5%)

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


✅ high_rate_limit

Time: ✅ 2.404µs (SLO: <10.000µs 📉 -76.0%)

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


✅ long_window

Time: ✅ 2.333µs (SLO: <10.000µs 📉 -76.7%)

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


✅ low_rate_limit

Time: ✅ 2.356µs (SLO: <10.000µs 📉 -76.4%)

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


✅ no_rate_limit

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

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


✅ short_window

Time: ✅ 2.473µs (SLO: <10.000µs 📉 -75.3%)

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 310.774ms (SLO: <320.950ms -3.2%)

Memory: ✅ 32.362MB (SLO: <34.500MB -6.2%)


✅ deep-profiled

Time: ✅ 327.749ms (SLO: <359.150ms -8.7%)

Memory: ✅ 35.095MB (SLO: <39.000MB 📉 -10.0%)


✅ medium

Time: ✅ 7.073ms (SLO: <7.400ms -4.4%)

Memory: ✅ 31.162MB (SLO: <34.000MB -8.3%)


✅ shallow

Time: ✅ 0.957ms (SLO: <1.050ms -8.8%)

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 274.783µs (SLO: <290.000µs -5.2%)

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


✅ high_match

Time: ✅ 445.906µs (SLO: <480.000µs -7.1%)

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


✅ low_match

Time: ✅ 110.251µs (SLO: <120.000µs -8.1%)

Memory: ✅ 631.802MB (SLO: <700.000MB -9.7%)


✅ very_low_match

Time: ✅ 7.717ms (SLO: <8.500ms -9.2%)

Memory: ✅ 69.508MB (SLO: <75.000MB -7.3%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.179µs (SLO: <20.000µs 📉 -39.1%)

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


✅ all-enabled

Time: ✅ 42.128µs (SLO: <50.000µs 📉 -15.7%)

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


✅ collectipvariant_exists

Time: ✅ 42.860µs (SLO: <50.000µs 📉 -14.3%)

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


✅ no-collectipvariant

Time: ✅ 42.131µs (SLO: <50.000µs 📉 -15.7%)

Memory: ✅ 31.850MB (SLO: <34.000MB -6.3%)


✅ no-useragentvariant

Time: ✅ 40.727µs (SLO: <50.000µs 📉 -18.5%)

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


✅ obfuscation-no-query

Time: ✅ 42.521µs (SLO: <50.000µs 📉 -15.0%)

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


✅ obfuscation-regular-case-explicit-query

Time: ✅ 80.020µs (SLO: <90.000µs 📉 -11.1%)

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


✅ obfuscation-regular-case-implicit-query

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

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


✅ obfuscation-send-querystring-disabled

Time: ✅ 157.010µs (SLO: <170.000µs -7.6%)

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


✅ obfuscation-worst-case-explicit-query

Time: ✅ 150.810µs (SLO: <160.000µs -5.7%)

Memory: ✅ 32.145MB (SLO: <34.500MB -6.8%)


✅ obfuscation-worst-case-implicit-query

Time: ✅ 157.427µs (SLO: <170.000µs -7.4%)

Memory: ✅ 32.165MB (SLO: <34.500MB -6.8%)


✅ useragentvariant_exists_1

Time: ✅ 41.276µs (SLO: <50.000µs 📉 -17.4%)

Memory: ✅ 31.772MB (SLO: <34.000MB -6.6%)


✅ useragentvariant_exists_2

Time: ✅ 42.531µs (SLO: <50.000µs 📉 -14.9%)

Memory: ✅ 31.752MB (SLO: <34.000MB -6.6%)


✅ useragentvariant_exists_3

Time: ✅ 41.981µs (SLO: <50.000µs 📉 -16.0%)

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


✅ useragentvariant_not_exists_1

Time: ✅ 41.340µs (SLO: <50.000µs 📉 -17.3%)

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


✅ useragentvariant_not_exists_2

Time: ✅ 41.354µs (SLO: <50.000µs 📉 -17.3%)

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


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.256ms (SLO: <26.200ms -7.4%)

Memory: ✅ 50.890MB (SLO: <53.000MB -4.0%)


✅ add-metrics

Time: ✅ 91.593ms (SLO: <98.350ms -6.9%)

Memory: ✅ 606.413MB (SLO: <961.000MB 📉 -36.9%)


✅ add-tags

Time: ✅ 151.524ms (SLO: <168.550ms 📉 -10.1%)

Memory: ✅ 607.525MB (SLO: <962.500MB 📉 -36.9%)


✅ get-context

Time: ✅ 22.311ms (SLO: <23.700ms -5.9%)

Memory: ✅ 49.636MB (SLO: <53.000MB -6.3%)


✅ is-recording

Time: ✅ 22.778ms (SLO: <23.900ms -4.7%)

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


✅ record-exception

Time: ✅ 42.320ms (SLO: <44.500ms -4.9%)

Memory: ✅ 42.633MB (SLO: <53.000MB 📉 -19.6%)


✅ set-status

Time: ✅ 24.359ms (SLO: <26.000ms -6.3%)

Memory: ✅ 49.599MB (SLO: <53.000MB -6.4%)


✅ start

Time: ✅ 22.482ms (SLO: <23.500ms -4.3%)

Memory: ✅ 49.582MB (SLO: <53.000MB -6.4%)


✅ start-finish

Time: ✅ 51.571ms (SLO: <55.500ms -7.1%)

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


✅ start-finish-telemetry

Time: ✅ 53.231ms (SLO: <58.300ms -8.7%)

Memory: ✅ 31.182MB (SLO: <34.000MB -8.3%)


✅ start-finish-traceid128

Time: ✅ 55.428ms (SLO: <60.050ms -7.7%)

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


✅ start-traceid128

Time: ✅ 22.850ms (SLO: <24.600ms -7.1%)

Memory: ✅ 49.610MB (SLO: <53.000MB -6.4%)


✅ update-name

Time: ✅ 23.155ms (SLO: <24.100ms -3.9%)

Memory: ✅ 50.182MB (SLO: <53.000MB -5.3%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.533µs (SLO: <20.000µs 📉 -82.3%)

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


✅ 1-count-metrics-100-times

Time: ✅ 223.482µs (SLO: <250.000µs 📉 -10.6%)

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


✅ 1-distribution-metric-1-times

Time: ✅ 3.031µs (SLO: <20.000µs 📉 -84.8%)

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


✅ 1-distribution-metrics-100-times

Time: ✅ 198.673µs (SLO: <220.000µs -9.7%)

Memory: ✅ 31.143MB (SLO: <34.000MB -8.4%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.111µs (SLO: <20.000µs 📉 -89.4%)

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


✅ 1-gauge-metrics-100-times

Time: ✅ 123.848µs (SLO: <150.000µs 📉 -17.4%)

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


✅ 1-rate-metric-1-times

Time: ✅ 3.291µs (SLO: <20.000µs 📉 -83.5%)

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


✅ 1-rate-metrics-100-times

Time: ✅ 220.075µs (SLO: <250.000µs 📉 -12.0%)

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


✅ 100-count-metrics-100-times

Time: ✅ 22.250ms (SLO: <23.500ms -5.3%)

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


✅ 100-distribution-metrics-100-times

Time: ✅ 2.118ms (SLO: <2.250ms -5.9%)

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


✅ 100-gauge-metrics-100-times

Time: ✅ 1.285ms (SLO: <1.550ms 📉 -17.1%)

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


✅ 100-rate-metrics-100-times

Time: ✅ 2.280ms (SLO: <2.550ms 📉 -10.6%)

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


✅ flush-1-metric

Time: ✅ 4.254µs (SLO: <20.000µs 📉 -78.7%)

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


✅ flush-100-metrics

Time: ✅ 184.595µs (SLO: <250.000µs 📉 -26.2%)

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


✅ flush-1000-metrics

Time: ✅ 2.231ms (SLO: <2.500ms 📉 -10.8%)

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


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.037ms (SLO: <32.950ms -8.8%)

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


✅ medium

Time: ✅ 2.982ms (SLO: <3.200ms -6.8%)

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


✅ small

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

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

@brettlangdon brettlangdon added the changelog/no-changelog A changelog entry is not required for this PR. label Aug 20, 2025
@brettlangdon brettlangdon marked this pull request as ready for review August 22, 2025 16:11
@brettlangdon brettlangdon requested review from a team as code owners August 22, 2025 16:11
@brettlangdon brettlangdon enabled auto-merge (squash) August 22, 2025 16:16
@brettlangdon brettlangdon merged commit 00f3cea into main Aug 25, 2025
893 of 896 checks passed
@brettlangdon brettlangdon deleted the brettlangdon/ast-grep.rules branch August 25, 2025 12:55
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.

2 participants