Skip to content

Conversation

avara1986
Copy link
Member

@avara1986 avara1986 commented Sep 5, 2025

#14497
#14466

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

@avara1986 avara1986 added changelog/no-changelog A changelog entry is not required for this PR. ASM Application Security Monitoring labels Sep 5, 2025
Copy link
Contributor

github-actions bot commented Sep 5, 2025

CODEOWNERS have been resolved as:

ddtrace/appsec/_iast/_taint_tracking/tests/test_api_common_replace.cpp  @DataDog/asm-python
benchmarks/appsec_iast_aspects/scenario.py                              @DataDog/asm-python
benchmarks/appsec_iast_aspects_ospath/scenario.py                       @DataDog/asm-python
benchmarks/appsec_iast_aspects_re_module/scenario.py                    @DataDog/asm-python
benchmarks/appsec_iast_aspects_split/scenario.py                        @DataDog/asm-python
benchmarks/appsec_iast_propagation/scenario.py                          @DataDog/asm-python
ddtrace/appsec/_common_module_patches.py                                @DataDog/asm-python
ddtrace/appsec/_iast/_handlers.py                                       @DataDog/asm-python
ddtrace/appsec/_iast/_iast_env.py                                       @DataDog/asm-python
ddtrace/appsec/_iast/_iast_request_context.py                           @DataDog/asm-python
ddtrace/appsec/_iast/_iast_request_context_base.py                      @DataDog/asm-python
ddtrace/appsec/_iast/_langchain.py                                      @DataDog/asm-python
ddtrace/appsec/_iast/_metrics.py                                        @DataDog/asm-python
ddtrace/appsec/_iast/_overhead_control_engine.py                        @DataDog/asm-python
ddtrace/appsec/_iast/_patches/json_tainting.py                          @DataDog/asm-python
ddtrace/appsec/_iast/_span_metrics.py                                   @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/__init__.py                        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/_context.py                        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/_taint_objects.py                  @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/_taint_objects_base.py             @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects.py                         @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_extend.cpp          @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_format.cpp          @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_index.cpp           @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_join.cpp            @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_modulo.cpp          @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_operator_add.cpp    @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_operator_add.h      @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_slice.cpp           @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_split.cpp           @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspect_str.cpp             @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/aspects_os_path.cpp        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/helpers.cpp                @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/aspects/helpers.h                  @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/constants.h                        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/context/taint_engine_context.cpp   @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/context/taint_engine_context.h     @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/initializer/initializer.cpp        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/initializer/initializer.h          @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/native.cpp                         @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/taint_tracking/taint_range.cpp     @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/taint_tracking/taint_range.h       @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tainted_ops/tainted_ops.cpp        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_add_aspect.cpp          @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_common.hpp              @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_helpers.cpp             @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_index_aspect.cpp        @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_modulo_aspect.cpp       @DataDog/asm-python
ddtrace/appsec/_iast/_utils.py                                          @DataDog/asm-python
ddtrace/appsec/_iast/reporter.py                                        @DataDog/asm-python
ddtrace/appsec/_iast/sampling/vulnerability_detection.py                @DataDog/asm-python
ddtrace/appsec/_iast/sources/ast_taint.py                               @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/ast_taint.py                           @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/code_injection.py                      @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/command_injection.py                   @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/header_injection.py                    @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/insecure_cookie.py                     @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/path_traversal.py                      @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/sql_injection.py                       @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/ssrf.py                                @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/stacktrace_leak.py                     @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/unvalidated_redirect.py                @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/weak_cipher.py                         @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/weak_hash.py                           @DataDog/asm-python
ddtrace/appsec/_iast/taint_sinks/xss.py                                 @DataDog/asm-python
ddtrace/settings/asm.py                                                 @DataDog/asm-python
scripts/iast/leak_functions.py                                          @DataDog/asm-python
tests/appsec/iast/_ast/conftest.py                                      @DataDog/asm-python
tests/appsec/iast/aspects/aspect_utils.py                               @DataDog/asm-python
tests/appsec/iast/aspects/conftest.py                                   @DataDog/asm-python
tests/appsec/iast/aspects/test_add_aspect.py                            @DataDog/asm-python
tests/appsec/iast/aspects/test_add_aspect_fixtures.py                   @DataDog/asm-python
tests/appsec/iast/aspects/test_aspect_helpers.py                        @DataDog/asm-python
tests/appsec/iast/aspects/test_bytearray_extend_aspect.py               @DataDog/asm-python
tests/appsec/iast/aspects/test_format_aspect_fixtures.py                @DataDog/asm-python
tests/appsec/iast/aspects/test_fstrings.py                              @DataDog/asm-python
tests/appsec/iast/aspects/test_index_aspect_fixtures.py                 @DataDog/asm-python
tests/appsec/iast/aspects/test_join_aspect_fixtures.py                  @DataDog/asm-python
tests/appsec/iast/aspects/test_modulo_aspect_fixtures.py                @DataDog/asm-python
tests/appsec/iast/aspects/test_ospath_aspects_fixtures.py               @DataDog/asm-python
tests/appsec/iast/aspects/test_replace_aspect.py                        @DataDog/asm-python
tests/appsec/iast/aspects/test_side_effects.py                          @DataDog/asm-python
tests/appsec/iast/aspects/test_slice_aspect_fixtures.py                 @DataDog/asm-python
tests/appsec/iast/aspects/test_split_aspect.py                          @DataDog/asm-python
tests/appsec/iast/conftest.py                                           @DataDog/asm-python
tests/appsec/iast/fixtures/entrypoint/views.py                          @DataDog/asm-python
tests/appsec/iast/iast_utils.py                                         @DataDog/asm-python
tests/appsec/iast/secure_marks/conftest.py                              @DataDog/asm-python
tests/appsec/iast/taint_sinks/_taint_sinks_utils.py                     @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_command_injection.py                 @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_insecure_cookie.py                   @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_sql_injection_dbapi.py               @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_ssrf.py                              @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_stacktrace_leak.py                   @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_vulnerability_detection.py           @DataDog/asm-python
tests/appsec/iast/taint_sinks/test_weak_cipher.py                       @DataDog/asm-python
tests/appsec/iast/taint_tracking/conftest.py                            @DataDog/asm-python
tests/appsec/iast/taint_tracking/test_native_taint_range.py             @DataDog/asm-python
tests/appsec/iast/taint_tracking/test_native_taint_range_fork.py        @DataDog/asm-python
tests/appsec/iast/taint_tracking/test_native_taint_range_gevent_fork.py  @DataDog/asm-python
tests/appsec/iast/taint_tracking/test_taint_tracking.py                 @DataDog/asm-python
tests/appsec/iast/test_overhead_control_engine.py                       @DataDog/asm-python
tests/appsec/iast_memcheck/test_iast_mem_check.py                       @DataDog/asm-python
tests/appsec/integrations/django_tests/conftest.py                      @DataDog/asm-python
tests/appsec/integrations/django_tests/test_iast_django.py              @DataDog/asm-python
tests/appsec/integrations/packages_tests/conftest.py                    @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/initializer/_initializer.h         @DataDog/asm-python
ddtrace/appsec/_iast/_taint_tracking/tests/test_str_aspect.cpp          @DataDog/asm-python

Copy link
Contributor

github-actions bot commented Sep 5, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

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

The average import time from base is: 271 ± 4 ms.

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

Import time breakdown

The following import paths have grown:

ddtrace.auto 0.110 ms (0.04%)
ddtrace 0.110 ms (0.04%)
ddtrace.trace 0.110 ms (0.04%)
ddtrace._trace.filters 0.110 ms (0.04%)

The following import paths have shrunk:

ddtrace.auto 2.304 ms (0.86%)
ddtrace.bootstrap.sitecustomize 1.462 ms (0.55%)
ddtrace.bootstrap.preload 1.462 ms (0.55%)
ddtrace.internal.remoteconfig.client 0.673 ms (0.25%)
ddtrace 0.842 ms (0.32%)
ddtrace.trace 0.122 ms (0.05%)
ddtrace._trace.context 0.122 ms (0.05%)
ddtrace.internal._unpatched 0.072 ms (0.03%)
subprocess 0.040 ms (0.02%)
contextlib 0.040 ms (0.02%)
json 0.032 ms (0.01%)
json.decoder 0.032 ms (0.01%)
re 0.032 ms (0.01%)
enum 0.032 ms (0.01%)
types 0.032 ms (0.01%)

@pr-commenter
Copy link

pr-commenter bot commented Sep 8, 2025

Performance SLOs

Candidate: avara1986/APPSEC-58124_replace_context_map (4a2abfe)

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

🔵 No baseline data available for this suite

⚠️ context_with_data_listeners

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

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


✅ context_with_data_no_listeners

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

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


⚠️ context_with_data_only_all_listeners

Time: ⚠️ 13.401µs (SLO: <20.000µs 📉 -33.0%)

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


✅ get_item_exists

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

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


✅ get_item_missing

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

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


✅ set_item

Time: ✅ 24.187µs (SLO: <30.000µs 📉 -19.4%)

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


🔵 djangosimple - 26/26

🔵 No baseline data available for this suite

✅ appsec

Time: ✅ 20.545ms (SLO: <22.300ms -7.9%)

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


✅ exception-replay-enabled

Time: ✅ 1.360ms (SLO: <1.450ms -6.2%)

Memory: ✅ 63.342MB (SLO: <66.000MB -4.0%)


✅ iast

Time: ✅ 20.483ms (SLO: <22.250ms -7.9%)

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


✅ profiler

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

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


✅ span-code-origin

Time: ✅ 26.059ms (SLO: <28.200ms -7.6%)

Memory: ✅ 66.513MB (SLO: <68.500MB -2.9%)


✅ tracer

Time: ✅ 20.518ms (SLO: <21.750ms -5.7%)

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


✅ tracer-and-profiler

Time: ✅ 22.093ms (SLO: <23.500ms -6.0%)

Memory: ✅ 65.636MB (SLO: <67.000MB -2.0%)


✅ tracer-dont-create-db-spans

Time: ✅ 19.366ms (SLO: <21.500ms -9.9%)

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


✅ tracer-native

Time: ✅ 20.506ms (SLO: <21.750ms -5.7%)

Memory: ✅ 65.722MB (SLO: <66.000MB 🟡 -0.4%)


✅ tracer-no-caches

Time: ✅ 18.479ms (SLO: <19.650ms -6.0%)

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


✅ tracer-no-databases

Time: ✅ 18.893ms (SLO: <20.100ms -6.0%)

Memory: ✅ 64.134MB (SLO: <66.000MB -2.8%)


✅ tracer-no-middleware

Time: ✅ 20.219ms (SLO: <21.500ms -6.0%)

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


✅ tracer-no-templates

Time: ✅ 20.271ms (SLO: <22.000ms -7.9%)

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


🔵 errortrackingdjangosimple - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 18.094ms (SLO: <19.850ms -8.8%)

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


✅ errortracking-enabled-user

Time: ✅ 18.075ms (SLO: <19.400ms -6.8%)

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


✅ tracer-enabled

Time: ✅ 18.095ms (SLO: <19.450ms -7.0%)

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


🔵 errortrackingflasksqli - 6/6

🔵 No baseline data available for this suite

✅ errortracking-enabled-all

Time: ✅ 2.093ms (SLO: <2.300ms -9.0%)

Memory: ✅ 51.271MB (SLO: <53.500MB -4.2%)


✅ errortracking-enabled-user

Time: ✅ 2.094ms (SLO: <2.250ms -6.9%)

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


✅ tracer-enabled

Time: ✅ 2.094ms (SLO: <2.300ms -8.9%)

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


🔵 flasksimple - 17/17

🔵 No baseline data available for this suite

✅ appsec-get

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

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


✅ appsec-post

Time: ✅ 6.580ms (SLO: <6.750ms -2.5%)

Memory: ✅ 62.305MB (SLO: <64.500MB -3.4%)


✅ appsec-telemetry

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

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


✅ debugger

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

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


✅ iast-get

Time: ✅ 1.881ms (SLO: <2.000ms -5.9%)

Memory: ✅ 41.661MB (SLO: <49.000MB 📉 -15.0%)


✅ profiler

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

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


✅ tracer

Time: ✅ 3.370ms (SLO: <3.650ms -7.7%)

Memory: ✅ 51.452MB (SLO: <53.500MB -3.8%)


✅ tracer-native

Time: ✅ 3.373ms (SLO: <3.650ms -7.6%)

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


🔵 flasksqli - 6/6

🔵 No baseline data available for this suite

✅ appsec-enabled

Time: ✅ 3.949ms (SLO: <4.200ms -6.0%)

Memory: ✅ 62.564MB (SLO: <66.000MB -5.2%)


✅ iast-enabled

Time: ✅ 2.456ms (SLO: <2.800ms 📉 -12.3%)

Memory: ✅ 58.183MB (SLO: <59.000MB 🟡 -1.4%)


✅ tracer-enabled

Time: ✅ 2.081ms (SLO: <2.250ms -7.5%)

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


🔵 httppropagationextract - 60/60

🔵 No baseline data available for this suite

✅ all_styles_all_headers

Time: ✅ 83.457µs (SLO: <100.000µs 📉 -16.5%)

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


✅ b3_headers

Time: ✅ 14.628µs (SLO: <20.000µs 📉 -26.9%)

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


✅ b3_single_headers

Time: ✅ 13.314µs (SLO: <20.000µs 📉 -33.4%)

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


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 63.885µs (SLO: <80.000µs 📉 -20.1%)

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


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 68.090µs (SLO: <80.000µs 📉 -14.9%)

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


✅ empty_headers

Time: ✅ 1.623µs (SLO: <10.000µs 📉 -83.8%)

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


✅ full_t_id_datadog_headers

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

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


✅ invalid_priority_header

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

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


✅ invalid_span_id_header

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

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


✅ invalid_tags_header

Time: ✅ 6.614µs (SLO: <10.000µs 📉 -33.9%)

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


✅ invalid_trace_id_header

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

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


✅ large_header_no_matches

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

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


✅ large_valid_headers_all

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

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


✅ medium_header_no_matches

Time: ✅ 9.902µs (SLO: <20.000µs 📉 -50.5%)

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


✅ medium_valid_headers_all

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

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


✅ none_propagation_style

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

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


✅ tracecontext_headers

Time: ✅ 34.536µs (SLO: <40.000µs 📉 -13.7%)

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


✅ valid_headers_all

Time: ✅ 6.621µs (SLO: <10.000µs 📉 -33.8%)

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


✅ valid_headers_basic

Time: ✅ 6.170µs (SLO: <10.000µs 📉 -38.3%)

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


✅ wsgi_empty_headers

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

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


✅ wsgi_invalid_priority_header

Time: ✅ 6.631µs (SLO: <10.000µs 📉 -33.7%)

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


✅ wsgi_invalid_span_id_header

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

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


✅ wsgi_invalid_tags_header

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

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


✅ wsgi_invalid_trace_id_header

Time: ✅ 6.612µs (SLO: <10.000µs 📉 -33.9%)

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


✅ wsgi_large_header_no_matches

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

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


✅ wsgi_large_valid_headers_all

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

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


✅ wsgi_medium_header_no_matches

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

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


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.502µs (SLO: <20.000µs 📉 -42.5%)

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


✅ wsgi_valid_headers_all

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

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


✅ wsgi_valid_headers_basic

Time: ✅ 6.149µs (SLO: <10.000µs 📉 -38.5%)

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


🔵 httppropagationinject - 16/16

🔵 No baseline data available for this suite

✅ ids_only

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

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


✅ with_all

Time: ✅ 29.739µs (SLO: <40.000µs 📉 -25.7%)

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


✅ with_dd_origin

Time: ✅ 26.683µs (SLO: <30.000µs 📉 -11.1%)

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


✅ with_priority_and_origin

Time: ✅ 26.301µs (SLO: <40.000µs 📉 -34.2%)

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


✅ with_sampling_priority

Time: ✅ 22.464µs (SLO: <30.000µs 📉 -25.1%)

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


✅ with_tags

Time: ✅ 27.701µs (SLO: <40.000µs 📉 -30.7%)

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


✅ with_tags_invalid

Time: ✅ 29.733µs (SLO: <40.000µs 📉 -25.7%)

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


✅ with_tags_max_size

Time: ✅ 28.113µs (SLO: <40.000µs 📉 -29.7%)

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


🔵 iastaspects - 118/118

🔵 No baseline data available for this suite

✅ add_aspect

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

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


✅ add_inplace_aspect

Time: ✅ 0.351µs (SLO: <10.000µs 📉 -96.5%)

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


✅ add_inplace_noaspect

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

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


✅ add_noaspect

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

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


✅ bytearray_aspect

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

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


✅ bytearray_extend_aspect

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

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


✅ bytearray_extend_noaspect

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

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


✅ bytearray_noaspect

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

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


✅ bytes_aspect

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

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


✅ bytes_noaspect

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

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


✅ bytesio_aspect

Time: ✅ 1.307µs (SLO: <10.000µs 📉 -86.9%)

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


✅ bytesio_noaspect

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

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


✅ capitalize_aspect

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

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


✅ capitalize_noaspect

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

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


✅ casefold_aspect

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

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


✅ casefold_noaspect

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

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


✅ decode_aspect

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

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


✅ decode_noaspect

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

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


✅ encode_aspect

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

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


✅ encode_noaspect

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

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


✅ format_aspect

Time: ✅ 3.468µs (SLO: <10.000µs 📉 -65.3%)

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


✅ format_map_aspect

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

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


✅ format_map_noaspect

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

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


✅ format_noaspect

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

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


✅ index_aspect

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

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


✅ index_noaspect

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

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


✅ join_aspect

Time: ✅ 1.362µs (SLO: <10.000µs 📉 -86.4%)

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


✅ join_noaspect

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

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


✅ ljust_aspect

Time: ✅ 2.568µs (SLO: <20.000µs 📉 -87.2%)

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


✅ ljust_noaspect

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

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


✅ lower_aspect

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

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


✅ lower_noaspect

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

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


✅ lstrip_aspect

Time: ✅ 2.220µs (SLO: <20.000µs 📉 -88.9%)

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


✅ lstrip_noaspect

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

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


✅ modulo_aspect

Time: ✅ 0.938µs (SLO: <10.000µs 📉 -90.6%)

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


✅ modulo_aspect_for_bytearray_bytearray

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

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


✅ modulo_aspect_for_bytes

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

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


✅ modulo_aspect_for_bytes_bytearray

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

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


✅ modulo_noaspect

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

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


✅ replace_aspect

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

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


✅ replace_noaspect

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

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


✅ repr_aspect

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

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


✅ repr_noaspect

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

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


✅ rstrip_aspect

Time: ✅ 1.909µs (SLO: <20.000µs 📉 -90.5%)

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


✅ rstrip_noaspect

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

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


✅ slice_aspect

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

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


✅ slice_noaspect

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

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


✅ stringio_aspect

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

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


✅ stringio_noaspect

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

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


✅ strip_aspect

Time: ✅ 2.219µs (SLO: <20.000µs 📉 -88.9%)

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


✅ strip_noaspect

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

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


✅ swapcase_aspect

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

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


✅ swapcase_noaspect

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

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


✅ title_aspect

Time: ✅ 2.425µs (SLO: <10.000µs 📉 -75.7%)

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


✅ title_noaspect

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

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


✅ translate_aspect

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

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


✅ translate_noaspect

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

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


✅ upper_aspect

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

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


✅ upper_noaspect

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

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


🔵 iastaspectssplit - 12/12

🔵 No baseline data available for this suite

✅ rsplit_aspect

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

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


✅ rsplit_noaspect

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

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


✅ split_aspect

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

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


✅ split_noaspect

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

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


✅ splitlines_aspect

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

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


✅ splitlines_noaspect

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

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


🔵 otelsdkspan - 24/24

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 40.662ms (SLO: <42.000ms -3.2%)

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


✅ add-link

Time: ✅ 36.245ms (SLO: <38.550ms -6.0%)

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


✅ add-metrics

Time: ✅ 219.119ms (SLO: <232.000ms -5.6%)

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


✅ add-tags

Time: ✅ 213.230ms (SLO: <221.600ms -3.8%)

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


✅ get-context

Time: ✅ 29.082ms (SLO: <31.300ms -7.1%)

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


✅ is-recording

Time: ✅ 29.329ms (SLO: <31.000ms -5.4%)

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


✅ record-exception

Time: ✅ 63.463ms (SLO: <65.850ms -3.6%)

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


✅ set-status

Time: ✅ 31.897ms (SLO: <34.150ms -6.6%)

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


✅ start

Time: ✅ 28.825ms (SLO: <30.150ms -4.4%)

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


✅ start-finish

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

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


✅ start-finish-telemetry

Time: ✅ 34.084ms (SLO: <35.450ms -3.9%)

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


✅ update-name

Time: ✅ 31.101ms (SLO: <33.400ms -6.9%)

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


🔵 otelspan - 22/22

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 46.038ms (SLO: <47.150ms -2.4%)

Memory: ✅ 44.558MB (SLO: <46.500MB -4.2%)


✅ add-metrics

Time: ✅ 319.698ms (SLO: <344.800ms -7.3%)

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


✅ add-tags

Time: ✅ 294.060ms (SLO: <314.000ms -6.4%)

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


✅ get-context

Time: ✅ 82.482ms (SLO: <92.350ms 📉 -10.7%)

Memory: ✅ 39.737MB (SLO: <46.500MB 📉 -14.5%)


✅ is-recording

Time: ✅ 43.874ms (SLO: <44.500ms 🟡 -1.4%)

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


✅ record-exception

Time: ✅ 61.735ms (SLO: <67.650ms -8.7%)

Memory: ✅ 40.038MB (SLO: <46.500MB 📉 -13.9%)


✅ set-status

Time: ✅ 49.230ms (SLO: <50.400ms -2.3%)

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


✅ start

Time: ✅ 42.359ms (SLO: <43.450ms -2.5%)

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


✅ start-finish

Time: ✅ 82.437ms (SLO: <88.000ms -6.3%)

Memory: ✅ 34.033MB (SLO: <46.500MB 📉 -26.8%)


✅ start-finish-telemetry

Time: ✅ 84.065ms (SLO: <89.000ms -5.5%)

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


✅ update-name

Time: ✅ 44.101ms (SLO: <45.150ms -2.3%)

Memory: ✅ 44.336MB (SLO: <46.500MB -4.7%)


🔵 packagespackageforrootmodulemapping - 4/4

🔵 No baseline data available for this suite

✅ cache_off

Time: ✅ 340.813ms (SLO: <354.300ms -3.8%)

Memory: ✅ 37.998MB (SLO: <40.000MB -5.0%)


✅ cache_on

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

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


🔵 packagesupdateimporteddependencies - 24/24

🔵 No baseline data available for this suite

✅ import_many

Time: ✅ 155.628µs (SLO: <170.000µs -8.5%)

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


✅ import_many_cached

Time: ✅ 121.274µs (SLO: <130.000µs -6.7%)

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


✅ import_many_stdlib

Time: ✅ 1.619ms (SLO: <1.750ms -7.5%)

Memory: ✅ 36.486MB (SLO: <38.500MB -5.2%)


✅ import_many_stdlib_cached

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

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


✅ import_many_unknown

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

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


✅ import_many_unknown_cached

Time: ✅ 799.135µs (SLO: <870.000µs -8.1%)

Memory: ✅ 36.495MB (SLO: <38.500MB -5.2%)


✅ import_one

Time: ✅ 19.629µs (SLO: <30.000µs 📉 -34.6%)

Memory: ✅ 36.270MB (SLO: <39.000MB -7.0%)


✅ import_one_cache

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

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


✅ import_one_stdlib

Time: ✅ 18.779µs (SLO: <20.000µs -6.1%)

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


✅ import_one_stdlib_cache

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

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


✅ import_one_unknown

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

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


✅ import_one_unknown_cache

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

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


🔵 ratelimiter - 12/12

🔵 No baseline data available for this suite

✅ defaults

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

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


✅ high_rate_limit

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

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


✅ long_window

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

Memory: ✅ 31.025MB (SLO: <34.000MB -8.8%)


✅ low_rate_limit

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

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


✅ no_rate_limit

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

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


✅ short_window

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

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


🔵 recursivecomputation - 8/8

🔵 No baseline data available for this suite

✅ deep

Time: ✅ 310.199ms (SLO: <320.950ms -3.3%)

Memory: ✅ 32.617MB (SLO: <34.500MB -5.5%)


✅ deep-profiled

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

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


✅ medium

Time: ✅ 7.080ms (SLO: <7.400ms -4.3%)

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


✅ shallow

Time: ✅ 0.956ms (SLO: <1.050ms -8.9%)

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


🔵 samplingrules - 8/8

🔵 No baseline data available for this suite

✅ average_match

Time: ✅ 148.347µs (SLO: <290.000µs 📉 -48.8%)

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


✅ high_match

Time: ✅ 196.150µs (SLO: <480.000µs 📉 -59.1%)

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


✅ low_match

Time: ✅ 99.700µs (SLO: <120.000µs 📉 -16.9%)

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


✅ very_low_match

Time: ✅ 2.906ms (SLO: <8.500ms 📉 -65.8%)

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


🔵 sethttpmeta - 32/32

🔵 No baseline data available for this suite

✅ all-disabled

Time: ✅ 10.652µs (SLO: <20.000µs 📉 -46.7%)

Memory: ✅ 32.027MB (SLO: <34.000MB -5.8%)


✅ all-enabled

Time: ✅ 40.220µs (SLO: <50.000µs 📉 -19.6%)

Memory: ✅ 31.988MB (SLO: <34.000MB -5.9%)


✅ collectipvariant_exists

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

Memory: ✅ 31.988MB (SLO: <34.000MB -5.9%)


✅ no-collectipvariant

Time: ✅ 40.277µs (SLO: <50.000µs 📉 -19.4%)

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


✅ no-useragentvariant

Time: ✅ 38.930µs (SLO: <50.000µs 📉 -22.1%)

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


✅ obfuscation-no-query

Time: ✅ 40.674µs (SLO: <50.000µs 📉 -18.7%)

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


✅ obfuscation-regular-case-explicit-query

Time: ✅ 75.986µs (SLO: <90.000µs 📉 -15.6%)

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


✅ obfuscation-regular-case-implicit-query

Time: ✅ 76.412µs (SLO: <90.000µs 📉 -15.1%)

Memory: ✅ 32.381MB (SLO: <34.000MB -4.8%)


✅ obfuscation-send-querystring-disabled

Time: ✅ 154.006µs (SLO: <170.000µs -9.4%)

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


✅ obfuscation-worst-case-explicit-query

Time: ✅ 148.281µs (SLO: <160.000µs -7.3%)

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


✅ obfuscation-worst-case-implicit-query

Time: ✅ 154.259µs (SLO: <170.000µs -9.3%)

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


✅ useragentvariant_exists_1

Time: ✅ 39.987µs (SLO: <50.000µs 📉 -20.0%)

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


✅ useragentvariant_exists_2

Time: ✅ 40.665µs (SLO: <50.000µs 📉 -18.7%)

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


✅ useragentvariant_exists_3

Time: ✅ 40.279µs (SLO: <50.000µs 📉 -19.4%)

Memory: ✅ 31.988MB (SLO: <34.000MB -5.9%)


✅ useragentvariant_not_exists_1

Time: ✅ 39.508µs (SLO: <50.000µs 📉 -21.0%)

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


✅ useragentvariant_not_exists_2

Time: ✅ 39.535µs (SLO: <50.000µs 📉 -20.9%)

Memory: ✅ 31.988MB (SLO: <34.000MB -5.9%)


🔵 span - 26/26

🔵 No baseline data available for this suite

✅ add-event

Time: ✅ 24.136ms (SLO: <26.200ms -7.9%)

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


✅ add-metrics

Time: ✅ 91.619ms (SLO: <98.350ms -6.8%)

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


✅ add-tags

Time: ✅ 151.005ms (SLO: <168.550ms 📉 -10.4%)

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


✅ get-context

Time: ✅ 22.515ms (SLO: <23.700ms -5.0%)

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


✅ is-recording

Time: ✅ 22.706ms (SLO: <23.900ms -5.0%)

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


✅ record-exception

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

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


✅ set-status

Time: ✅ 24.208ms (SLO: <26.000ms -6.9%)

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


✅ start

Time: ✅ 22.091ms (SLO: <23.500ms -6.0%)

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


✅ start-finish

Time: ✅ 51.377ms (SLO: <55.500ms -7.4%)

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


✅ start-finish-telemetry

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

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


✅ start-finish-traceid128

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

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


✅ start-traceid128

Time: ✅ 22.630ms (SLO: <24.600ms -8.0%)

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


✅ update-name

Time: ✅ 23.102ms (SLO: <24.100ms -4.1%)

Memory: ✅ 50.460MB (SLO: <53.000MB -4.8%)


🔵 telemetryaddmetric - 30/30

🔵 No baseline data available for this suite

✅ 1-count-metric-1-times

Time: ✅ 3.162µs (SLO: <20.000µs 📉 -84.2%)

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


✅ 1-count-metrics-100-times

Time: ✅ 223.259µs (SLO: <250.000µs 📉 -10.7%)

Memory: ✅ 31.418MB (SLO: <34.000MB -7.6%)


✅ 1-distribution-metric-1-times

Time: ✅ 2.991µs (SLO: <20.000µs 📉 -85.0%)

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


✅ 1-distribution-metrics-100-times

Time: ✅ 194.021µs (SLO: <220.000µs 📉 -11.8%)

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


✅ 1-gauge-metric-1-times

Time: ✅ 2.382µs (SLO: <20.000µs 📉 -88.1%)

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


✅ 1-gauge-metrics-100-times

Time: ✅ 124.543µs (SLO: <150.000µs 📉 -17.0%)

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


✅ 1-rate-metric-1-times

Time: ✅ 3.243µs (SLO: <20.000µs 📉 -83.8%)

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


✅ 1-rate-metrics-100-times

Time: ✅ 216.872µs (SLO: <250.000µs 📉 -13.3%)

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


✅ 100-count-metrics-100-times

Time: ✅ 21.570ms (SLO: <23.500ms -8.2%)

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


✅ 100-distribution-metrics-100-times

Time: ✅ 2.035ms (SLO: <2.250ms -9.5%)

Memory: ✅ 31.418MB (SLO: <34.000MB -7.6%)


✅ 100-gauge-metrics-100-times

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

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


✅ 100-rate-metrics-100-times

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

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


✅ flush-1-metric

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

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


✅ flush-100-metrics

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

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


✅ flush-1000-metrics

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

Memory: ✅ 32.617MB (SLO: <34.500MB -5.5%)


🔵 tracer - 6/6

🔵 No baseline data available for this suite

✅ large

Time: ✅ 30.553ms (SLO: <32.950ms -7.3%)

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


✅ medium

Time: ✅ 2.970ms (SLO: <3.200ms -7.2%)

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


✅ small

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASM Application Security Monitoring 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