Skip to content

Conversation

wantsui
Copy link
Collaborator

@wantsui wantsui commented Aug 29, 2025

The previous method of comparing against the logs doesn't work anymore because the ddtrace logs don't show up there.

As a result this condition was wrong:

    pattern_exists = (
        re.search(old_pattern_match, str(worker_logs)) is not None
        or re.search(new_pattern_match, str(worker_logs)) is not None
    )
    assert pattern_exists is not None

This PR uses snapshots to assert on the number of spans being created instead.

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

@wantsui wantsui added the changelog/no-changelog A changelog entry is not required for this PR. label Aug 29, 2025
Copy link
Contributor

CODEOWNERS have been resolved as:

tests/snapshots/tests.contrib.celery.test_chained_task.test_task_chain_task_call_task.json  @DataDog/apm-python
tests/contrib/celery/test_chained_task.py                               @DataDog/apm-core-python @DataDog/apm-idm-python

Copy link
Contributor

github-actions bot commented Aug 29, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 261 ± 4 ms.

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

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.899 ms (0.73%)
ddtrace.bootstrap.sitecustomize 1.239 ms (0.47%)
ddtrace.bootstrap.preload 1.239 ms (0.47%)
ddtrace.internal.remoteconfig.client 0.614 ms (0.24%)
ddtrace 0.659 ms (0.25%)
ddtrace.internal._unpatched 0.027 ms (0.01%)
json 0.027 ms (0.01%)
json.decoder 0.027 ms (0.01%)
re 0.027 ms (0.01%)
enum 0.027 ms (0.01%)
types 0.027 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Aug 29, 2025

Performance SLOs

Candidate: turn-chained-task-snapshots (cc72136)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.422µs (SLO: <20.000µs 📉 -32.9%)

Memory: ✅ 31.497MB (SLO: <33.500MB -6.0%)


✅ context_with_data_no_listeners

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

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


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.411µs (SLO: <20.000µs 📉 -32.9%)

Memory: ✅ 31.497MB (SLO: <33.500MB -6.0%)


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

Time: ✅ 24.088µs (SLO: <30.000µs 📉 -19.7%)

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


🔵 djangosimple - 26/26

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 20.645ms (SLO: <22.300ms -7.4%)

Memory: ✅ 64.546MB (SLO: <66.000MB -2.2%)


✅ exception-replay-enabled

Time: ✅ 1.369ms (SLO: <1.450ms -5.6%)

Memory: ✅ 63.495MB (SLO: <66.000MB -3.8%)


✅ iast

Time: ✅ 20.670ms (SLO: <22.250ms -7.1%)

Memory: ✅ 64.487MB (SLO: <66.000MB -2.3%)


✅ profiler

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

Memory: ✅ 52.888MB (SLO: <53.500MB 🟡 -1.1%)


✅ span-code-origin

Time: ✅ 26.466ms (SLO: <28.200ms -6.1%)

Memory: ✅ 66.361MB (SLO: <68.500MB -3.1%)


✅ tracer

Time: ✅ 20.659ms (SLO: <21.750ms -5.0%)

Memory: ✅ 64.546MB (SLO: <66.000MB -2.2%)


✅ tracer-and-profiler

Time: ✅ 22.339ms (SLO: <23.500ms -4.9%)

Memory: ✅ 65.405MB (SLO: <67.000MB -2.4%)


✅ tracer-dont-create-db-spans

Time: ✅ 19.518ms (SLO: <21.500ms -9.2%)

Memory: ✅ 64.527MB (SLO: <66.000MB -2.2%)


✅ tracer-native

Time: ✅ 20.750ms (SLO: <21.750ms -4.6%)

Memory: ✅ 65.804MB (SLO: <66.000MB 🟡 -0.3%)


✅ tracer-no-caches

Time: ✅ 18.587ms (SLO: <19.650ms -5.4%)

Memory: ✅ 64.468MB (SLO: <66.000MB -2.3%)


✅ tracer-no-databases

Time: ✅ 18.944ms (SLO: <20.100ms -5.8%)

Memory: ✅ 64.074MB (SLO: <66.000MB -2.9%)


✅ tracer-no-middleware

Time: ✅ 20.409ms (SLO: <21.500ms -5.1%)

Memory: ✅ 64.507MB (SLO: <66.000MB -2.3%)


✅ tracer-no-templates

Time: ✅ 20.511ms (SLO: <22.000ms -6.8%)

Memory: ✅ 64.448MB (SLO: <66.000MB -2.4%)


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.120ms (SLO: <19.850ms -8.7%)

Memory: ✅ 64.460MB (SLO: <65.500MB 🟡 -1.6%)


✅ errortracking-enabled-user

Time: ✅ 18.158ms (SLO: <19.400ms -6.4%)

Memory: ✅ 64.445MB (SLO: <65.500MB 🟡 -1.6%)


✅ tracer-enabled

Time: ✅ 18.137ms (SLO: <19.450ms -6.7%)

Memory: ✅ 64.391MB (SLO: <65.500MB 🟡 -1.7%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.142ms (SLO: <2.300ms -6.9%)

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


✅ errortracking-enabled-user

Time: ✅ 2.106ms (SLO: <2.250ms -6.4%)

Memory: ✅ 51.366MB (SLO: <53.500MB -4.0%)


✅ tracer-enabled

Time: ✅ 2.115ms (SLO: <2.300ms -8.0%)

Memory: ✅ 51.286MB (SLO: <53.500MB -4.1%)


🔵 flasksimple - 17/17

🔵 No baseline data available for this suite

✅ appsec-get

Time: ✅ 4.589ms (SLO: <4.750ms -3.4%)

Memory: ✅ 62.069MB (SLO: <64.500MB -3.8%)


✅ appsec-post

Time: ✅ 6.599ms (SLO: <6.750ms -2.2%)

Memory: ✅ 62.364MB (SLO: <64.500MB -3.3%)


✅ appsec-telemetry

Time: ✅ 4.580ms (SLO: <4.750ms -3.6%)

Memory: ✅ 62.010MB (SLO: <64.500MB -3.9%)


✅ debugger

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

Memory: ✅ 44.689MB (SLO: <45.000MB 🟡 -0.7%)


✅ iast-get

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

Memory: ✅ 41.681MB (SLO: <49.000MB 📉 -14.9%)


✅ profiler

Time: ✅ 1.914ms (SLO: <2.100ms -8.9%)

Memory: ✅ 44.492MB (SLO: <46.500MB -4.3%)


✅ tracer

Time: ✅ 3.375ms (SLO: <3.650ms -7.5%)

Memory: ✅ 51.433MB (SLO: <53.500MB -3.9%)


✅ tracer-native

Time: ✅ 3.382ms (SLO: <3.650ms -7.3%)

Memory: ✅ 52.691MB (SLO: <53.500MB 🟡 -1.5%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.966ms (SLO: <4.200ms -5.6%)

Memory: ✅ 62.608MB (SLO: <66.000MB -5.1%)


✅ iast-enabled

Time: ✅ 2.545ms (SLO: <2.800ms -9.1%)

Memory: ✅ 58.123MB (SLO: <59.000MB 🟡 -1.5%)


✅ tracer-enabled

Time: ✅ 2.101ms (SLO: <2.250ms -6.6%)

Memory: ✅ 51.304MB (SLO: <53.500MB -4.1%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 81.866µs (SLO: <100.000µs 📉 -18.1%)

Memory: ✅ 31.575MB (SLO: <33.500MB -5.7%)


✅ b3_headers

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

Memory: ✅ 31.477MB (SLO: <33.500MB -6.0%)


✅ b3_single_headers

Time: ✅ 13.419µs (SLO: <20.000µs 📉 -32.9%)

Memory: ✅ 31.497MB (SLO: <33.500MB -6.0%)


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 64.416µs (SLO: <80.000µs 📉 -19.5%)

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 68.383µs (SLO: <80.000µs 📉 -14.5%)

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ empty_headers

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ full_t_id_datadog_headers

Time: ✅ 24.328µs (SLO: <30.000µs 📉 -18.9%)

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ invalid_priority_header

Time: ✅ 6.636µs (SLO: <10.000µs 📉 -33.6%)

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ invalid_span_id_header

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

Memory: ✅ 31.497MB (SLO: <33.500MB -6.0%)


✅ invalid_tags_header

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

Memory: ✅ 31.516MB (SLO: <33.500MB -5.9%)


✅ invalid_trace_id_header

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ large_header_no_matches

Time: ✅ 27.849µs (SLO: <30.000µs -7.2%)

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ large_valid_headers_all

Time: ✅ 29.058µs (SLO: <40.000µs 📉 -27.4%)

Memory: ✅ 31.477MB (SLO: <33.500MB -6.0%)


✅ medium_header_no_matches

Time: ✅ 9.878µs (SLO: <20.000µs 📉 -50.6%)

Memory: ✅ 31.516MB (SLO: <33.500MB -5.9%)


✅ medium_valid_headers_all

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

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ none_propagation_style

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

Memory: ✅ 31.575MB (SLO: <33.500MB -5.7%)


✅ tracecontext_headers

Time: ✅ 34.952µs (SLO: <40.000µs 📉 -12.6%)

Memory: ✅ 31.516MB (SLO: <33.500MB -5.9%)


✅ valid_headers_all

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

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ valid_headers_basic

Time: ✅ 6.069µs (SLO: <10.000µs 📉 -39.3%)

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_empty_headers

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_invalid_priority_header

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

Memory: ✅ 31.516MB (SLO: <33.500MB -5.9%)


✅ wsgi_invalid_span_id_header

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_invalid_tags_header

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

Memory: ✅ 31.497MB (SLO: <33.500MB -6.0%)


✅ wsgi_invalid_trace_id_header

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_large_header_no_matches

Time: ✅ 29.205µs (SLO: <40.000µs 📉 -27.0%)

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


✅ wsgi_large_valid_headers_all

Time: ✅ 30.269µs (SLO: <40.000µs 📉 -24.3%)

Memory: ✅ 31.516MB (SLO: <33.500MB -5.9%)


✅ wsgi_medium_header_no_matches

Time: ✅ 10.154µs (SLO: <20.000µs 📉 -49.2%)

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


✅ wsgi_medium_valid_headers_all

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_valid_headers_all

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

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ wsgi_valid_headers_basic

Time: ✅ 6.193µs (SLO: <10.000µs 📉 -38.1%)

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 21.990µs (SLO: <30.000µs 📉 -26.7%)

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ with_all

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

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ with_dd_origin

Time: ✅ 28.693µs (SLO: <30.000µs -4.4%)

Memory: ✅ 31.477MB (SLO: <33.500MB -6.0%)


✅ with_priority_and_origin

Time: ✅ 27.866µs (SLO: <40.000µs 📉 -30.3%)

Memory: ✅ 31.477MB (SLO: <33.500MB -6.0%)


✅ with_sampling_priority

Time: ✅ 21.983µs (SLO: <30.000µs 📉 -26.7%)

Memory: ✅ 31.536MB (SLO: <33.500MB -5.9%)


✅ with_tags

Time: ✅ 30.592µs (SLO: <40.000µs 📉 -23.5%)

Memory: ✅ 31.556MB (SLO: <33.500MB -5.8%)


✅ with_tags_invalid

Time: ✅ 33.634µs (SLO: <40.000µs 📉 -15.9%)

Memory: ✅ 31.575MB (SLO: <33.500MB -5.7%)


✅ with_tags_max_size

Time: ✅ 31.142µs (SLO: <40.000µs 📉 -22.1%)

Memory: ✅ 31.575MB (SLO: <33.500MB -5.7%)


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 32.550µs (SLO: <40.000µs 📉 -18.6%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ re_expand_noaspect

Time: ✅ 28.509µs (SLO: <40.000µs 📉 -28.7%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ re_findall_aspect

Time: ✅ 3.668µs (SLO: <10.000µs 📉 -63.3%)

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ re_findall_noaspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ re_finditer_aspect

Time: ✅ 4.432µs (SLO: <10.000µs 📉 -55.7%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ re_finditer_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ re_fullmatch_aspect

Time: ✅ 2.834µs (SLO: <10.000µs 📉 -71.7%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ re_fullmatch_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ re_group_aspect

Time: ✅ 2.932µs (SLO: <10.000µs 📉 -70.7%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ re_group_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ re_groups_aspect

Time: ✅ 3.019µs (SLO: <10.000µs 📉 -69.8%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ re_groups_noaspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ re_match_aspect

Time: ✅ 2.691µs (SLO: <10.000µs 📉 -73.1%)

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ re_match_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ re_search_aspect

Time: ✅ 2.579µs (SLO: <10.000µs 📉 -74.2%)

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ re_search_noaspect

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

Memory: ✅ 37.395MB (SLO: <39.000MB -4.1%)


✅ re_sub_aspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ re_sub_noaspect

Time: ✅ 1.520µs (SLO: <10.000µs 📉 -84.8%)

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ re_subn_aspect

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

Memory: ✅ 37.552MB (SLO: <39.000MB -3.7%)


✅ re_subn_noaspect

Time: ✅ 1.608µs (SLO: <10.000µs 📉 -83.9%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ add_inplace_aspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ add_inplace_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ add_noaspect

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

Memory: ✅ 37.375MB (SLO: <39.000MB -4.2%)


✅ bytearray_aspect

Time: ✅ 1.350µs (SLO: <10.000µs 📉 -86.5%)

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ bytearray_extend_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ bytearray_extend_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ bytearray_noaspect

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

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ bytes_aspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ bytes_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ bytesio_aspect

Time: ✅ 1.338µs (SLO: <10.000µs 📉 -86.6%)

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ bytesio_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ capitalize_aspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ capitalize_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ casefold_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ casefold_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ decode_aspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ decode_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ encode_aspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ encode_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ format_aspect

Time: ✅ 3.297µs (SLO: <10.000µs 📉 -67.0%)

Memory: ✅ 37.375MB (SLO: <39.000MB -4.2%)


✅ format_map_aspect

Time: ✅ 3.226µs (SLO: <10.000µs 📉 -67.7%)

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ format_map_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ format_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ index_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ index_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ join_aspect

Time: ✅ 1.239µs (SLO: <10.000µs 📉 -87.6%)

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ join_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ ljust_aspect

Time: ✅ 10.756µs (SLO: <20.000µs 📉 -46.2%)

Memory: ✅ 37.650MB (SLO: <39.000MB -3.5%)


✅ ljust_noaspect

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

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ lower_aspect

Time: ✅ 2.195µs (SLO: <10.000µs 📉 -78.0%)

Memory: ✅ 37.395MB (SLO: <39.000MB -4.1%)


✅ lower_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ lstrip_aspect

Time: ✅ 10.681µs (SLO: <20.000µs 📉 -46.6%)

Memory: ✅ 37.670MB (SLO: <39.000MB -3.4%)


✅ lstrip_noaspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ modulo_aspect

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

Memory: ✅ 37.395MB (SLO: <39.000MB -4.1%)


✅ modulo_aspect_for_bytearray_bytearray

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ modulo_aspect_for_bytes

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

Memory: ✅ 37.591MB (SLO: <39.000MB -3.6%)


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 1.133µs (SLO: <10.000µs 📉 -88.7%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ modulo_noaspect

Time: ✅ 0.625µs (SLO: <10.000µs 📉 -93.8%)

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ replace_aspect

Time: ✅ 4.390µs (SLO: <10.000µs 📉 -56.1%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ replace_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ repr_aspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ repr_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ rstrip_aspect

Time: ✅ 10.623µs (SLO: <20.000µs 📉 -46.9%)

Memory: ✅ 37.670MB (SLO: <39.000MB -3.4%)


✅ rstrip_noaspect

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

Memory: ✅ 37.552MB (SLO: <39.000MB -3.7%)


✅ slice_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ slice_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ stringio_aspect

Time: ✅ 1.544µs (SLO: <10.000µs 📉 -84.6%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ stringio_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ strip_aspect

Time: ✅ 10.580µs (SLO: <20.000µs 📉 -47.1%)

Memory: ✅ 37.670MB (SLO: <39.000MB -3.4%)


✅ strip_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ swapcase_aspect

Time: ✅ 2.422µs (SLO: <10.000µs 📉 -75.8%)

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ swapcase_noaspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ title_aspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ title_noaspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ translate_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ translate_noaspect

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

Memory: ✅ 37.395MB (SLO: <39.000MB -4.1%)


✅ upper_aspect

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

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ upper_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.181µs (SLO: <10.000µs 📉 -58.2%)

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ ospathbasename_noaspect

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

Memory: ✅ 37.513MB (SLO: <39.000MB -3.8%)


✅ ospathjoin_aspect

Time: ✅ 6.086µs (SLO: <10.000µs 📉 -39.1%)

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ ospathjoin_noaspect

Time: ✅ 2.289µs (SLO: <10.000µs 📉 -77.1%)

Memory: ✅ 37.434MB (SLO: <39.000MB -4.0%)


✅ ospathnormcase_aspect

Time: ✅ 3.395µs (SLO: <10.000µs 📉 -66.1%)

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ ospathnormcase_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ ospathsplit_aspect

Time: ✅ 4.743µs (SLO: <10.000µs 📉 -52.6%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ ospathsplit_noaspect

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

Memory: ✅ 37.493MB (SLO: <39.000MB -3.9%)


✅ ospathsplitdrive_aspect

Time: ✅ 3.687µs (SLO: <10.000µs 📉 -63.1%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ ospathsplitdrive_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ ospathsplitext_aspect

Time: ✅ 4.522µs (SLO: <10.000µs 📉 -54.8%)

Memory: ✅ 37.415MB (SLO: <39.000MB -4.1%)


✅ ospathsplitext_noaspect

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

Memory: ✅ 37.395MB (SLO: <39.000MB -4.1%)


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ rsplit_noaspect

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

Memory: ✅ 37.532MB (SLO: <39.000MB -3.8%)


✅ split_aspect

Time: ✅ 1.335µs (SLO: <10.000µs 📉 -86.6%)

Memory: ✅ 37.375MB (SLO: <39.000MB -4.2%)


✅ split_noaspect

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

Memory: ✅ 37.473MB (SLO: <39.000MB -3.9%)


✅ splitlines_aspect

Time: ✅ 1.343µs (SLO: <10.000µs 📉 -86.6%)

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


✅ splitlines_noaspect

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

Memory: ✅ 37.454MB (SLO: <39.000MB -4.0%)


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

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

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ propagation_enabled

Time: ✅ 145.973µs (SLO: <160.000µs -8.8%)

Memory: ✅ 37.021MB (SLO: <39.000MB -5.1%)


✅ propagation_enabled_100

Time: ✅ 1.577ms (SLO: <1.800ms 📉 -12.4%)

Memory: ✅ 37.002MB (SLO: <39.000MB -5.1%)


✅ propagation_enabled_1000

Time: ✅ 28.916ms (SLO: <30.550ms -5.3%)

Memory: ✅ 37.041MB (SLO: <39.000MB -5.0%)


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.932ms (SLO: <42.000ms -2.5%)

Memory: ✅ 34.249MB (SLO: <39.000MB 📉 -12.2%)


✅ add-link

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

Memory: ✅ 34.269MB (SLO: <39.000MB 📉 -12.1%)


✅ add-metrics

Time: ✅ 221.853ms (SLO: <232.000ms -4.4%)

Memory: ✅ 34.249MB (SLO: <39.000MB 📉 -12.2%)


✅ add-tags

Time: ✅ 214.519ms (SLO: <221.600ms -3.2%)

Memory: ✅ 34.269MB (SLO: <39.000MB 📉 -12.1%)


✅ get-context

Time: ✅ 29.302ms (SLO: <31.300ms -6.4%)

Memory: ✅ 34.347MB (SLO: <39.000MB 📉 -11.9%)


✅ is-recording

Time: ✅ 29.258ms (SLO: <31.000ms -5.6%)

Memory: ✅ 34.229MB (SLO: <39.000MB 📉 -12.2%)


✅ record-exception

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

Memory: ✅ 34.328MB (SLO: <39.000MB 📉 -12.0%)


✅ set-status

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

Memory: ✅ 34.308MB (SLO: <39.000MB 📉 -12.0%)


✅ start

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

Memory: ✅ 34.288MB (SLO: <39.000MB 📉 -12.1%)


✅ start-finish

Time: ✅ 34.272ms (SLO: <35.350ms -3.0%)

Memory: ✅ 34.288MB (SLO: <39.000MB 📉 -12.1%)


✅ start-finish-telemetry

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

Memory: ✅ 34.308MB (SLO: <39.000MB 📉 -12.0%)


✅ update-name

Time: ✅ 31.346ms (SLO: <33.400ms -6.1%)

Memory: ✅ 34.249MB (SLO: <39.000MB 📉 -12.2%)


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

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

Memory: ✅ 44.602MB (SLO: <46.500MB -4.1%)


✅ add-metrics

Time: ✅ 322.081ms (SLO: <344.800ms -6.6%)

Memory: ✅ 552.387MB (SLO: <562.000MB 🟡 -1.7%)


✅ add-tags

Time: ✅ 290.096ms (SLO: <314.000ms -7.6%)

Memory: ✅ 553.624MB (SLO: <563.500MB 🟡 -1.8%)


✅ get-context

Time: ✅ 85.741ms (SLO: <92.350ms -7.2%)

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


✅ is-recording

Time: ✅ 43.003ms (SLO: <44.500ms -3.4%)

Memory: ✅ 43.997MB (SLO: <46.500MB -5.4%)


✅ record-exception

Time: ✅ 61.451ms (SLO: <67.650ms -9.2%)

Memory: ✅ 40.092MB (SLO: <46.500MB 📉 -13.8%)


✅ set-status

Time: ✅ 48.919ms (SLO: <50.400ms -2.9%)

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


✅ start

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

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


✅ start-finish

Time: ✅ 82.574ms (SLO: <88.000ms -6.2%)

Memory: ✅ 33.935MB (SLO: <46.500MB 📉 -27.0%)


✅ start-finish-telemetry

Time: ✅ 83.998ms (SLO: <89.000ms -5.6%)

Memory: ✅ 33.935MB (SLO: <46.500MB 📉 -27.0%)


✅ update-name

Time: ✅ 43.933ms (SLO: <45.150ms -2.7%)

Memory: ✅ 44.364MB (SLO: <46.500MB -4.6%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 343.736ms (SLO: <354.300ms -3.0%)

Memory: ✅ 37.888MB (SLO: <40.000MB -5.3%)


✅ cache_on

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

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


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 154.856µs (SLO: <170.000µs -8.9%)

Memory: ✅ 36.147MB (SLO: <38.500MB -6.1%)


✅ import_many_cached

Time: ✅ 120.600µs (SLO: <130.000µs -7.2%)

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


✅ import_many_stdlib

Time: ✅ 1.599ms (SLO: <1.750ms -8.6%)

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


✅ import_many_stdlib_cached

Time: ✅ 0.974ms (SLO: <1.100ms 📉 -11.5%)

Memory: ✅ 36.072MB (SLO: <38.500MB -6.3%)


✅ import_many_unknown

Time: ✅ 826.689µs (SLO: <890.000µs -7.1%)

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


✅ import_many_unknown_cached

Time: ✅ 796.357µs (SLO: <870.000µs -8.5%)

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


✅ import_one

Time: ✅ 19.821µs (SLO: <30.000µs 📉 -33.9%)

Memory: ✅ 35.920MB (SLO: <39.000MB -7.9%)


✅ import_one_cache

Time: ✅ 6.296µs (SLO: <10.000µs 📉 -37.0%)

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


✅ import_one_stdlib

Time: ✅ 18.656µs (SLO: <20.000µs -6.7%)

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


✅ import_one_stdlib_cache

Time: ✅ 6.301µs (SLO: <10.000µs 📉 -37.0%)

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


✅ import_one_unknown

Time: ✅ 45.415µs (SLO: <50.000µs -9.2%)

Memory: ✅ 35.801MB (SLO: <38.500MB -7.0%)


✅ import_one_unknown_cache

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

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


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

Memory: ✅ 31.123MB (SLO: <34.000MB -8.5%)


✅ high_rate_limit

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

Memory: ✅ 31.044MB (SLO: <34.000MB -8.7%)


✅ long_window

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

Memory: ✅ 31.084MB (SLO: <34.000MB -8.6%)


✅ low_rate_limit

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

Memory: ✅ 31.084MB (SLO: <34.000MB -8.6%)


✅ no_rate_limit

Time: ✅ 0.825µs (SLO: <10.000µs 📉 -91.8%)

Memory: ✅ 31.064MB (SLO: <34.000MB -8.6%)


✅ short_window

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

Memory: ✅ 31.064MB (SLO: <34.000MB -8.6%)


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 309.651ms (SLO: <320.950ms -3.5%)

Memory: ✅ 32.657MB (SLO: <34.500MB -5.3%)


✅ deep-profiled

Time: ✅ 328.292ms (SLO: <359.150ms -8.6%)

Memory: ✅ 35.154MB (SLO: <39.000MB -9.9%)


✅ medium

Time: ✅ 7.069ms (SLO: <7.400ms -4.5%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ shallow

Time: ✅ 0.955ms (SLO: <1.050ms -9.1%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 276.979µs (SLO: <290.000µs -4.5%)

Memory: ✅ 31.477MB (SLO: <34.000MB -7.4%)


✅ high_match

Time: ✅ 448.005µs (SLO: <480.000µs -6.7%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ low_match

Time: ✅ 110.810µs (SLO: <120.000µs -7.7%)

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


✅ very_low_match

Time: ✅ 7.724ms (SLO: <8.500ms -9.1%)

Memory: ✅ 69.654MB (SLO: <75.000MB -7.1%)


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.137µs (SLO: <20.000µs 📉 -39.3%)

Memory: ✅ 31.929MB (SLO: <34.000MB -6.1%)


✅ all-enabled

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

Memory: ✅ 32.067MB (SLO: <34.000MB -5.7%)


✅ collectipvariant_exists

Time: ✅ 42.810µs (SLO: <50.000µs 📉 -14.4%)

Memory: ✅ 31.890MB (SLO: <34.000MB -6.2%)


✅ no-collectipvariant

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

Memory: ✅ 31.968MB (SLO: <34.000MB -6.0%)


✅ no-useragentvariant

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

Memory: ✅ 32.145MB (SLO: <34.000MB -5.5%)


✅ obfuscation-no-query

Time: ✅ 42.596µs (SLO: <50.000µs 📉 -14.8%)

Memory: ✅ 31.949MB (SLO: <34.000MB -6.0%)


✅ obfuscation-regular-case-explicit-query

Time: ✅ 78.831µs (SLO: <90.000µs 📉 -12.4%)

Memory: ✅ 32.421MB (SLO: <34.000MB -4.6%)


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.528µs (SLO: <90.000µs 📉 -11.6%)

Memory: ✅ 32.342MB (SLO: <34.000MB -4.9%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 157.249µs (SLO: <170.000µs -7.5%)

Memory: ✅ 32.322MB (SLO: <34.500MB -6.3%)


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.280µs (SLO: <160.000µs -5.5%)

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


✅ obfuscation-worst-case-implicit-query

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

Memory: ✅ 32.342MB (SLO: <34.500MB -6.3%)


✅ useragentvariant_exists_1

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

Memory: ✅ 31.968MB (SLO: <34.000MB -6.0%)


✅ useragentvariant_exists_2

Time: ✅ 43.286µs (SLO: <50.000µs 📉 -13.4%)

Memory: ✅ 31.929MB (SLO: <34.000MB -6.1%)


✅ useragentvariant_exists_3

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

Memory: ✅ 31.909MB (SLO: <34.000MB -6.1%)


✅ useragentvariant_not_exists_1

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

Memory: ✅ 31.968MB (SLO: <34.000MB -6.0%)


✅ useragentvariant_not_exists_2

Time: ✅ 41.453µs (SLO: <50.000µs 📉 -17.1%)

Memory: ✅ 31.929MB (SLO: <34.000MB -6.1%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.326ms (SLO: <26.200ms -7.2%)

Memory: ✅ 51.133MB (SLO: <53.000MB -3.5%)


✅ add-metrics

Time: ✅ 91.818ms (SLO: <98.350ms -6.6%)

Memory: ✅ 607.293MB (SLO: <961.000MB 📉 -36.8%)


✅ add-tags

Time: ✅ 151.651ms (SLO: <168.550ms 📉 -10.0%)

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


✅ get-context

Time: ✅ 22.416ms (SLO: <23.700ms -5.4%)

Memory: ✅ 49.848MB (SLO: <53.000MB -5.9%)


✅ is-recording

Time: ✅ 22.562ms (SLO: <23.900ms -5.6%)

Memory: ✅ 49.815MB (SLO: <53.000MB -6.0%)


✅ record-exception

Time: ✅ 42.507ms (SLO: <44.500ms -4.5%)

Memory: ✅ 42.770MB (SLO: <53.000MB 📉 -19.3%)


✅ set-status

Time: ✅ 24.402ms (SLO: <26.000ms -6.1%)

Memory: ✅ 49.884MB (SLO: <53.000MB -5.9%)


✅ start

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

Memory: ✅ 49.863MB (SLO: <53.000MB -5.9%)


✅ start-finish

Time: ✅ 51.625ms (SLO: <55.500ms -7.0%)

Memory: ✅ 31.516MB (SLO: <34.000MB -7.3%)


✅ start-finish-telemetry

Time: ✅ 53.069ms (SLO: <58.300ms -9.0%)

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


✅ start-finish-traceid128

Time: ✅ 55.035ms (SLO: <60.050ms -8.4%)

Memory: ✅ 31.457MB (SLO: <34.000MB -7.5%)


✅ start-traceid128

Time: ✅ 22.946ms (SLO: <24.600ms -6.7%)

Memory: ✅ 49.824MB (SLO: <53.000MB -6.0%)


✅ update-name

Time: ✅ 23.261ms (SLO: <24.100ms -3.5%)

Memory: ✅ 50.577MB (SLO: <53.000MB -4.6%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.285µs (SLO: <20.000µs 📉 -83.6%)

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


✅ 1-count-metrics-100-times

Time: ✅ 218.542µs (SLO: <250.000µs 📉 -12.6%)

Memory: ✅ 31.457MB (SLO: <34.000MB -7.5%)


✅ 1-distribution-metric-1-times

Time: ✅ 3.432µs (SLO: <20.000µs 📉 -82.8%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ 1-distribution-metrics-100-times

Time: ✅ 195.404µs (SLO: <220.000µs 📉 -11.2%)

Memory: ✅ 31.497MB (SLO: <34.000MB -7.4%)


✅ 1-gauge-metric-1-times

Time: ✅ 2.170µs (SLO: <20.000µs 📉 -89.2%)

Memory: ✅ 31.457MB (SLO: <34.000MB -7.5%)


✅ 1-gauge-metrics-100-times

Time: ✅ 125.115µs (SLO: <150.000µs 📉 -16.6%)

Memory: ✅ 31.516MB (SLO: <34.000MB -7.3%)


✅ 1-rate-metric-1-times

Time: ✅ 3.275µs (SLO: <20.000µs 📉 -83.6%)

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


✅ 1-rate-metrics-100-times

Time: ✅ 227.012µs (SLO: <250.000µs -9.2%)

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


✅ 100-count-metrics-100-times

Time: ✅ 22.377ms (SLO: <23.500ms -4.8%)

Memory: ✅ 31.457MB (SLO: <34.000MB -7.5%)


✅ 100-distribution-metrics-100-times

Time: ✅ 2.123ms (SLO: <2.250ms -5.6%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ 100-gauge-metrics-100-times

Time: ✅ 1.287ms (SLO: <1.550ms 📉 -17.0%)

Memory: ✅ 31.477MB (SLO: <34.000MB -7.4%)


✅ 100-rate-metrics-100-times

Time: ✅ 2.322ms (SLO: <2.550ms -9.0%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ flush-1-metric

Time: ✅ 4.319µs (SLO: <20.000µs 📉 -78.4%)

Memory: ✅ 31.438MB (SLO: <34.000MB -7.5%)


✅ flush-100-metrics

Time: ✅ 182.567µs (SLO: <250.000µs 📉 -27.0%)

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


✅ flush-1000-metrics

Time: ✅ 2.225ms (SLO: <2.500ms 📉 -11.0%)

Memory: ✅ 32.657MB (SLO: <34.500MB -5.3%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.499ms (SLO: <32.950ms -7.4%)

Memory: ✅ 33.030MB (SLO: <34.500MB -4.3%)


✅ medium

Time: ✅ 3.008ms (SLO: <3.200ms -6.0%)

Memory: ✅ 31.477MB (SLO: <34.000MB -7.4%)


✅ small

Time: ✅ 336.584µs (SLO: <370.000µs -9.0%)

Memory: ✅ 31.457MB (SLO: <34.000MB -7.5%)

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.

1 participant