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

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 267 ± 2 ms.

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

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

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.929 ms (0.72%)
ddtrace.bootstrap.sitecustomize 1.258 ms (0.47%)
ddtrace.bootstrap.preload 1.258 ms (0.47%)
ddtrace.internal.remoteconfig.client 0.629 ms (0.24%)
ddtrace 0.672 ms (0.25%)
ddtrace.internal._unpatched 0.029 ms (0.01%)
json 0.029 ms (0.01%)
json.decoder 0.029 ms (0.01%)
re 0.029 ms (0.01%)
enum 0.029 ms (0.01%)
types 0.029 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Aug 29, 2025

Performance SLOs

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

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

Time: ⚠️ 13.453µs (SLO: <20.000µs 📉 -32.7%)

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


✅ context_with_data_no_listeners

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

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


⚠️ context_with_data_only_all_listeners

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

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


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

Time: ✅ 24.287µs (SLO: <30.000µs 📉 -19.0%)

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


🔵 djangosimple - 26/26

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 20.715ms (SLO: <22.300ms -7.1%)

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


✅ exception-replay-enabled

Time: ✅ 1.366ms (SLO: <1.450ms -5.8%)

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


✅ iast

Time: ✅ 20.689ms (SLO: <22.250ms -7.0%)

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


✅ profiler

Time: ✅ 15.204ms (SLO: <16.550ms -8.1%)

Memory: ✅ 52.829MB (SLO: <53.500MB 🟡 -1.3%)


✅ span-code-origin

Time: ✅ 26.357ms (SLO: <28.200ms -6.5%)

Memory: ✅ 66.206MB (SLO: <68.500MB -3.3%)


✅ tracer

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

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


✅ tracer-and-profiler

Time: ✅ 22.324ms (SLO: <23.500ms -5.0%)

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


✅ tracer-dont-create-db-spans

Time: ✅ 19.480ms (SLO: <21.500ms -9.4%)

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


✅ tracer-native

Time: ✅ 20.676ms (SLO: <21.750ms -4.9%)

Memory: ✅ 65.549MB (SLO: <66.000MB 🟡 -0.7%)


✅ tracer-no-caches

Time: ✅ 18.577ms (SLO: <19.650ms -5.5%)

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


✅ tracer-no-databases

Time: ✅ 19.018ms (SLO: <20.100ms -5.4%)

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


✅ tracer-no-middleware

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

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


✅ tracer-no-templates

Time: ✅ 20.542ms (SLO: <22.000ms -6.6%)

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


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.191ms (SLO: <19.850ms -8.4%)

Memory: ✅ 63.976MB (SLO: <65.500MB -2.3%)


✅ errortracking-enabled-user

Time: ✅ 18.222ms (SLO: <19.400ms -6.1%)

Memory: ✅ 63.975MB (SLO: <65.500MB -2.3%)


✅ tracer-enabled

Time: ✅ 18.116ms (SLO: <19.450ms -6.9%)

Memory: ✅ 64.188MB (SLO: <65.500MB -2.0%)


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.107ms (SLO: <2.300ms -8.4%)

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


✅ errortracking-enabled-user

Time: ✅ 2.104ms (SLO: <2.250ms -6.5%)

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


✅ tracer-enabled

Time: ✅ 2.108ms (SLO: <2.300ms -8.3%)

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


🔵 flasksimple - 17/17

🔵 No baseline data available for this suite

✅ appsec-get

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

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


✅ appsec-post

Time: ✅ 6.630ms (SLO: <6.750ms 🟡 -1.8%)

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


✅ appsec-telemetry

Time: ✅ 4.583ms (SLO: <4.750ms -3.5%)

Memory: ✅ 61.715MB (SLO: <64.500MB -4.3%)


✅ debugger

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

Memory: ✅ 44.453MB (SLO: <45.000MB 🟡 -1.2%)


✅ iast-get

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

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


✅ profiler

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

Memory: ✅ 44.158MB (SLO: <46.500MB -5.0%)


✅ tracer

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

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


✅ tracer-native

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

Memory: ✅ 52.435MB (SLO: <53.500MB 🟡 -2.0%)


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.962ms (SLO: <4.200ms -5.7%)

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


✅ iast-enabled

Time: ✅ 2.536ms (SLO: <2.800ms -9.4%)

Memory: ✅ 57.654MB (SLO: <59.000MB -2.3%)


✅ tracer-enabled

Time: ✅ 2.093ms (SLO: <2.250ms -7.0%)

Memory: ✅ 51.146MB (SLO: <53.500MB -4.4%)


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 80.929µs (SLO: <100.000µs 📉 -19.1%)

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


✅ b3_headers

Time: ✅ 14.182µs (SLO: <20.000µs 📉 -29.1%)

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


✅ b3_single_headers

Time: ✅ 13.340µs (SLO: <20.000µs 📉 -33.3%)

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


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 64.457µs (SLO: <80.000µs 📉 -19.4%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 66.242µs (SLO: <80.000µs 📉 -17.2%)

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


✅ empty_headers

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

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


✅ full_t_id_datadog_headers

Time: ✅ 23.200µs (SLO: <30.000µs 📉 -22.7%)

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


✅ invalid_priority_header

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

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


✅ invalid_span_id_header

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

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


✅ invalid_tags_header

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

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


✅ invalid_trace_id_header

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

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


✅ large_header_no_matches

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

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


✅ large_valid_headers_all

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

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


✅ medium_header_no_matches

Time: ✅ 9.835µs (SLO: <20.000µs 📉 -50.8%)

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


✅ medium_valid_headers_all

Time: ✅ 11.209µs (SLO: <20.000µs 📉 -44.0%)

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


✅ none_propagation_style

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

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


✅ tracecontext_headers

Time: ✅ 34.981µs (SLO: <40.000µs 📉 -12.5%)

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


✅ valid_headers_all

Time: ✅ 6.598µs (SLO: <10.000µs 📉 -34.0%)

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


✅ valid_headers_basic

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

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


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

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

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


✅ wsgi_invalid_span_id_header

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

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


✅ wsgi_invalid_tags_header

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

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


✅ wsgi_invalid_trace_id_header

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

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


✅ wsgi_large_header_no_matches

Time: ✅ 28.877µs (SLO: <40.000µs 📉 -27.8%)

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


✅ wsgi_large_valid_headers_all

Time: ✅ 29.789µs (SLO: <40.000µs 📉 -25.5%)

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


✅ wsgi_medium_header_no_matches

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

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.589µs (SLO: <20.000µs 📉 -42.1%)

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


✅ wsgi_valid_headers_all

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

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


✅ wsgi_valid_headers_basic

Time: ✅ 6.131µs (SLO: <10.000µs 📉 -38.7%)

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


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

Time: ✅ 22.036µs (SLO: <30.000µs 📉 -26.5%)

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


✅ with_all

Time: ✅ 35.523µs (SLO: <40.000µs 📉 -11.2%)

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


✅ with_dd_origin

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

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


✅ with_priority_and_origin

Time: ✅ 27.978µs (SLO: <40.000µs 📉 -30.1%)

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


✅ with_sampling_priority

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

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


✅ with_tags

Time: ✅ 30.813µs (SLO: <40.000µs 📉 -23.0%)

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


✅ with_tags_invalid

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

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


✅ with_tags_max_size

Time: ✅ 31.353µs (SLO: <40.000µs 📉 -21.6%)

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


🔵 iast_aspects - 40/40

🔵 No baseline data available for this suite

✅ re_expand_aspect

Time: ✅ 33.039µs (SLO: <40.000µs 📉 -17.4%)

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


✅ re_expand_noaspect

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

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


✅ re_findall_aspect

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

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


✅ re_findall_noaspect

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

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


✅ re_finditer_aspect

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

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


✅ re_finditer_noaspect

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

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


✅ re_fullmatch_aspect

Time: ✅ 3.319µs (SLO: <10.000µs 📉 -66.8%)

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


✅ re_fullmatch_noaspect

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

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


✅ re_group_aspect

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

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


✅ re_group_noaspect

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

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


✅ re_groups_aspect

Time: ✅ 3.570µs (SLO: <10.000µs 📉 -64.3%)

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


✅ re_groups_noaspect

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

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


✅ re_match_aspect

Time: ✅ 3.373µs (SLO: <10.000µs 📉 -66.3%)

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


✅ re_match_noaspect

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

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


✅ re_search_aspect

Time: ✅ 3.257µs (SLO: <10.000µs 📉 -67.4%)

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


✅ re_search_noaspect

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

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


✅ re_sub_aspect

Time: ✅ 4.639µs (SLO: <10.000µs 📉 -53.6%)

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


✅ re_sub_noaspect

Time: ✅ 1.527µs (SLO: <10.000µs 📉 -84.7%)

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


✅ re_subn_aspect

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

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


✅ re_subn_noaspect

Time: ✅ 1.603µ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.333µs (SLO: <10.000µs 📉 -96.7%)

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


✅ add_inplace_aspect

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

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


✅ add_inplace_noaspect

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

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


✅ add_noaspect

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

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


✅ bytearray_aspect

Time: ✅ 1.835µs (SLO: <10.000µs 📉 -81.7%)

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


✅ bytearray_extend_aspect

Time: ✅ 1.390µs (SLO: <10.000µs 📉 -86.1%)

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


✅ bytearray_extend_noaspect

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

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


✅ bytearray_noaspect

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

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


✅ bytes_aspect

Time: ✅ 1.832µs (SLO: <10.000µs 📉 -81.7%)

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


✅ bytes_noaspect

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

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


✅ bytesio_aspect

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

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


✅ bytesio_noaspect

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

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


✅ capitalize_aspect

Time: ✅ 0.731µ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.6%)

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


✅ casefold_aspect

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

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


✅ casefold_noaspect

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

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


✅ decode_aspect

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

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


✅ decode_noaspect

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

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


✅ encode_aspect

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

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


✅ encode_noaspect

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

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


✅ format_aspect

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

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


✅ format_map_aspect

Time: ✅ 3.195µs (SLO: <10.000µs 📉 -68.0%)

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


✅ format_map_noaspect

Time: ✅ 0.771µs (SLO: <10.000µs 📉 -92.3%)

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


✅ format_noaspect

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

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


✅ index_aspect

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

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


✅ index_noaspect

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

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


✅ join_aspect

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

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


✅ join_noaspect

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

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


✅ ljust_aspect

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

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


✅ ljust_noaspect

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

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


✅ lower_aspect

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

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


✅ lower_noaspect

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

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


✅ lstrip_aspect

Time: ✅ 10.294µs (SLO: <20.000µs 📉 -48.5%)

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


✅ lstrip_noaspect

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

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


✅ modulo_aspect

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

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


✅ modulo_aspect_for_bytearray_bytearray

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

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


✅ modulo_aspect_for_bytes

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

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


✅ modulo_aspect_for_bytes_bytearray

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

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


✅ modulo_noaspect

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

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


✅ replace_aspect

Time: ✅ 4.621µs (SLO: <10.000µs 📉 -53.8%)

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


✅ replace_noaspect

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

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


✅ repr_aspect

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

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


✅ repr_noaspect

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

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


✅ rstrip_aspect

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

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


✅ rstrip_noaspect

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

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


✅ slice_aspect

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

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


✅ slice_noaspect

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

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


✅ stringio_aspect

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

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


✅ stringio_noaspect

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

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


✅ strip_aspect

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

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


✅ strip_noaspect

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

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


✅ swapcase_aspect

Time: ✅ 2.464µs (SLO: <10.000µs 📉 -75.4%)

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


✅ swapcase_noaspect

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

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


✅ title_aspect

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

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


✅ title_noaspect

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

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


✅ translate_aspect

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

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


✅ translate_noaspect

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

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


✅ upper_aspect

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

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


✅ upper_noaspect

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

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


🔵 iastaspectsospath - 24/24

🔵 No baseline data available for this suite

✅ ospathbasename_aspect

Time: ✅ 4.119µs (SLO: <10.000µs 📉 -58.8%)

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


✅ ospathbasename_noaspect

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

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


✅ ospathjoin_aspect

Time: ✅ 5.934µs (SLO: <10.000µs 📉 -40.7%)

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


✅ ospathjoin_noaspect

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

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


✅ ospathnormcase_aspect

Time: ✅ 3.319µs (SLO: <10.000µs 📉 -66.8%)

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


✅ ospathnormcase_noaspect

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

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


✅ ospathsplit_aspect

Time: ✅ 4.770µs (SLO: <10.000µs 📉 -52.3%)

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


✅ ospathsplit_noaspect

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

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


✅ ospathsplitdrive_aspect

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

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


✅ ospathsplitdrive_noaspect

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

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


✅ ospathsplitext_aspect

Time: ✅ 4.411µs (SLO: <10.000µs 📉 -55.9%)

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


✅ ospathsplitext_noaspect

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

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

Time: ✅ 1.477µs (SLO: <10.000µs 📉 -85.2%)

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


✅ rsplit_noaspect

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

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


✅ split_aspect

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

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


✅ split_noaspect

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

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


✅ splitlines_aspect

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

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


✅ splitlines_noaspect

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

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


🔵 iastpropagation - 8/8

🔵 No baseline data available for this suite

✅ no-propagation

Time: ✅ 49.011µs (SLO: <60.000µs 📉 -18.3%)

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


✅ propagation_enabled

Time: ✅ 143.336µs (SLO: <160.000µs 📉 -10.4%)

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


✅ propagation_enabled_100

Time: ✅ 1.560ms (SLO: <1.800ms 📉 -13.3%)

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


✅ propagation_enabled_1000

Time: ✅ 29.818ms (SLO: <30.550ms -2.4%)

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.328ms (SLO: <42.000ms -4.0%)

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


✅ add-link

Time: ✅ 36.010ms (SLO: <38.550ms -6.6%)

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


✅ add-metrics

Time: ✅ 220.646ms (SLO: <232.000ms -4.9%)

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


✅ add-tags

Time: ✅ 212.837ms (SLO: <221.600ms -4.0%)

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


✅ get-context

Time: ✅ 29.220ms (SLO: <31.300ms -6.6%)

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


✅ is-recording

Time: ✅ 29.379ms (SLO: <31.000ms -5.2%)

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


✅ record-exception

Time: ✅ 62.879ms (SLO: <65.850ms -4.5%)

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


✅ set-status

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

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


✅ start

Time: ✅ 28.943ms (SLO: <30.150ms -4.0%)

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


✅ start-finish

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

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


✅ start-finish-telemetry

Time: ✅ 33.937ms (SLO: <35.450ms -4.3%)

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


✅ update-name

Time: ✅ 31.180ms (SLO: <33.400ms -6.6%)

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


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

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

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


✅ add-metrics

Time: ✅ 323.806ms (SLO: <344.800ms -6.1%)

Memory: ✅ 553.239MB (SLO: <562.000MB 🟡 -1.6%)


✅ add-tags

Time: ✅ 293.410ms (SLO: <314.000ms -6.6%)

Memory: ✅ 554.541MB (SLO: <563.500MB 🟡 -1.6%)


✅ get-context

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

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


✅ is-recording

Time: ✅ 43.069ms (SLO: <44.500ms -3.2%)

Memory: ✅ 43.849MB (SLO: <46.500MB -5.7%)


✅ record-exception

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

Memory: ✅ 39.879MB (SLO: <46.500MB 📉 -14.2%)


✅ set-status

Time: ✅ 48.772ms (SLO: <50.400ms -3.2%)

Memory: ✅ 43.869MB (SLO: <46.500MB -5.7%)


✅ start

Time: ✅ 42.472ms (SLO: <43.450ms -2.3%)

Memory: ✅ 43.886MB (SLO: <46.500MB -5.6%)


✅ start-finish

Time: ✅ 82.289ms (SLO: <88.000ms -6.5%)

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


✅ start-finish-telemetry

Time: ✅ 83.934ms (SLO: <89.000ms -5.7%)

Memory: ✅ 33.777MB (SLO: <46.500MB 📉 -27.4%)


✅ update-name

Time: ✅ 44.036ms (SLO: <45.150ms -2.5%)

Memory: ✅ 44.163MB (SLO: <46.500MB -5.0%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 338.783ms (SLO: <354.300ms -4.4%)

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


✅ cache_on

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

Memory: ✅ 35.879MB (SLO: <39.000MB -8.0%)


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

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

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


✅ import_many_cached

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

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


✅ import_many_stdlib

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

Memory: ✅ 37.195MB (SLO: <38.500MB -3.4%)


✅ import_many_stdlib_cached

Time: ✅ 0.967ms (SLO: <1.100ms 📉 -12.1%)

Memory: ✅ 36.666MB (SLO: <38.500MB -4.8%)


✅ import_many_unknown

Time: ✅ 835.810µs (SLO: <890.000µs -6.1%)

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


✅ import_many_unknown_cached

Time: ✅ 797.979µs (SLO: <870.000µs -8.3%)

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


✅ import_one

Time: ✅ 19.671µs (SLO: <30.000µs 📉 -34.4%)

Memory: ✅ 36.426MB (SLO: <39.000MB -6.6%)


✅ import_one_cache

Time: ✅ 6.283µs (SLO: <10.000µs 📉 -37.2%)

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


✅ import_one_stdlib

Time: ✅ 18.806µs (SLO: <20.000µs -6.0%)

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


✅ import_one_stdlib_cache

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

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


✅ import_one_unknown

Time: ✅ 45.570µs (SLO: <50.000µs -8.9%)

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


✅ import_one_unknown_cache

Time: ✅ 6.307µs (SLO: <10.000µs 📉 -36.9%)

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


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

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


✅ high_rate_limit

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

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


✅ long_window

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

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


✅ low_rate_limit

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

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


✅ no_rate_limit

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

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


✅ short_window

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

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

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

Memory: ✅ 32.421MB (SLO: <34.500MB -6.0%)


✅ deep-profiled

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

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


✅ medium

Time: ✅ 7.099ms (SLO: <7.400ms -4.1%)

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


✅ shallow

Time: ✅ 0.960ms (SLO: <1.050ms -8.6%)

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 274.570µs (SLO: <290.000µs -5.3%)

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


✅ high_match

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

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


✅ low_match

Time: ✅ 110.199µs (SLO: <120.000µs -8.2%)

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


✅ very_low_match

Time: ✅ 7.747ms (SLO: <8.500ms -8.9%)

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


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 12.253µs (SLO: <20.000µs 📉 -38.7%)

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


✅ all-enabled

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

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


✅ collectipvariant_exists

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

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


✅ no-collectipvariant

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

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


✅ no-useragentvariant

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

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


✅ obfuscation-no-query

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

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


✅ obfuscation-regular-case-explicit-query

Time: ✅ 79.004µs (SLO: <90.000µs 📉 -12.2%)

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


✅ obfuscation-regular-case-implicit-query

Time: ✅ 79.290µs (SLO: <90.000µs 📉 -11.9%)

Memory: ✅ 32.224MB (SLO: <34.000MB -5.2%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 156.841µs (SLO: <170.000µs -7.7%)

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


✅ obfuscation-worst-case-explicit-query

Time: ✅ 151.108µs (SLO: <160.000µs -5.6%)

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


✅ obfuscation-worst-case-implicit-query

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

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


✅ useragentvariant_exists_1

Time: ✅ 41.896µs (SLO: <50.000µs 📉 -16.2%)

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


✅ useragentvariant_exists_2

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

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


✅ useragentvariant_exists_3

Time: ✅ 42.045µs (SLO: <50.000µs 📉 -15.9%)

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


✅ useragentvariant_not_exists_1

Time: ✅ 41.570µs (SLO: <50.000µs 📉 -16.9%)

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


✅ useragentvariant_not_exists_2

Time: ✅ 42.029µs (SLO: <50.000µs 📉 -15.9%)

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


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.110ms (SLO: <26.200ms -8.0%)

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


✅ add-metrics

Time: ✅ 92.012ms (SLO: <98.350ms -6.4%)

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


✅ add-tags

Time: ✅ 150.376ms (SLO: <168.550ms 📉 -10.8%)

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


✅ get-context

Time: ✅ 22.206ms (SLO: <23.700ms -6.3%)

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


✅ is-recording

Time: ✅ 22.526ms (SLO: <23.900ms -5.8%)

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


✅ record-exception

Time: ✅ 42.561ms (SLO: <44.500ms -4.4%)

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


✅ set-status

Time: ✅ 24.338ms (SLO: <26.000ms -6.4%)

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


✅ start

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

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


✅ start-finish

Time: ✅ 51.662ms (SLO: <55.500ms -6.9%)

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


✅ start-finish-telemetry

Time: ✅ 52.713ms (SLO: <58.300ms -9.6%)

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


✅ start-finish-traceid128

Time: ✅ 54.783ms (SLO: <60.050ms -8.8%)

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


✅ start-traceid128

Time: ✅ 22.939ms (SLO: <24.600ms -6.8%)

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


✅ update-name

Time: ✅ 23.142ms (SLO: <24.100ms -4.0%)

Memory: ✅ 50.232MB (SLO: <53.000MB -5.2%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.222µs (SLO: <20.000µs 📉 -83.9%)

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


✅ 1-count-metrics-100-times

Time: ✅ 222.142µs (SLO: <250.000µs 📉 -11.1%)

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


✅ 1-distribution-metric-1-times

Time: ✅ 3.512µs (SLO: <20.000µs 📉 -82.4%)

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


✅ 1-distribution-metrics-100-times

Time: ✅ 202.957µs (SLO: <220.000µs -7.7%)

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


✅ 1-gauge-metric-1-times

Time: ✅ 2.138µs (SLO: <20.000µs 📉 -89.3%)

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


✅ 1-gauge-metrics-100-times

Time: ✅ 123.996µs (SLO: <150.000µs 📉 -17.3%)

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


✅ 1-rate-metric-1-times

Time: ✅ 3.194µs (SLO: <20.000µs 📉 -84.0%)

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


✅ 1-rate-metrics-100-times

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

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


✅ 100-count-metrics-100-times

Time: ✅ 22.217ms (SLO: <23.500ms -5.5%)

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


✅ 100-distribution-metrics-100-times

Time: ✅ 2.054ms (SLO: <2.250ms -8.7%)

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


✅ 100-gauge-metrics-100-times

Time: ✅ 1.276ms (SLO: <1.550ms 📉 -17.7%)

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


✅ 100-rate-metrics-100-times

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

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


✅ flush-1-metric

Time: ✅ 4.236µs (SLO: <20.000µs 📉 -78.8%)

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


✅ flush-100-metrics

Time: ✅ 183.590µs (SLO: <250.000µs 📉 -26.6%)

Memory: ✅ 31.536MB (SLO: <34.000MB -7.2%)


✅ flush-1000-metrics

Time: ✅ 2.215ms (SLO: <2.500ms 📉 -11.4%)

Memory: ✅ 32.440MB (SLO: <34.500MB -6.0%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.644ms (SLO: <32.950ms -7.0%)

Memory: ✅ 32.834MB (SLO: <34.500MB -4.8%)


✅ medium

Time: ✅ 2.994ms (SLO: <3.200ms -6.4%)

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


✅ small

Time: ✅ 338.178µs (SLO: <370.000µs -8.6%)

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

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