Skip to content

refactor(profiling): use two-time upload api in libdatadog#16467

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomainfrom
kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog
Apr 30, 2026
Merged

refactor(profiling): use two-time upload api in libdatadog#16467
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomainfrom
kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog

Conversation

@KowalskiThomas
Copy link
Copy Markdown
Contributor

@KowalskiThomas KowalskiThomas commented Feb 12, 2026

What does this PR do?

This PR changes the Profiler codebase to use the new two-time upload API (1. create the tokio runtime; 2. actually start the upload) to avoid a race condition often reported by TSan the profiling_native job -- see DataDog/libdatadog#1733. pr

[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ForkDeathTest
[ RUN      ] ForkDeathTest.SampleInThreadsAndForkMany
/go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:137: Failure
Death test: sample_in_threads_and_fork(16, 10e3)
    Result: died but not with expected exit code:
            Exited with exit status 66
Actual msg:
[  DEATH   ] ==================
[  DEATH   ] WARNING: ThreadSanitizer: data race (pid=10692)
[  DEATH   ]   Read of size 8 at 0x72b0000100e0 by main thread:
[  DEATH   ]     #0 write <null> (libclang_rt.tsan-x86_64.so+0x82976) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 std::sys::fd::unix::FileDesc::write::h03a0f593da82637a /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/std/src/sys/fd/unix.rs:346:13 (_native.cpython-314-x86_64-linux-gnu.so+0x67810b) (BuildId: 46434a56828b14a5896a23eb3c80b267e178a68c)
[  DEATH   ]     #2 std::sys::fs::unix::File::write::hf489ad007e4249a9 /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/std/src/sys/fs/unix.rs:1570:16 (_native.cpython-314-x86_64-linux-gnu.so+0x67810b)
[  DEATH   ]     #3 _$LT$$RF$std..fs..File$u20$as$u20$std..io..Write$GT$::write::hddaf57c9e49ca7b2 /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/std/src/fs.rs:1364:20 (_native.cpython-314-x86_64-linux-gnu.so+0x67810b)
[  DEATH   ]     #4 Datadog::Uploader::prefork() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/uploader.cpp:197:9 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13856) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #5 ddup_prefork() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/ddup_interface.cpp:124:5 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x9904) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #6 __run_prefork_handlers posix/register-atfork.c:141:11 (libc.so.6+0xf834e) (BuildId: fce446c9d4ad48e2b0c90cce1a11722897805281)
[  DEATH   ]     #7 sample_in_threads_and_fork(unsigned int, unsigned int) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:112:17 (test_forking+0xd0e0) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #8 ForkDeathTest_SampleInThreadsAndForkMany_Test::TestBody() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:137:5 (test_forking+0xdb3c) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #9 void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2638:10 (test_forking+0x47478) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #10 void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2674:14 (test_forking+0x47478)
[  DEATH   ]     #11 __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16 (libc.so.6+0x29ca7) (BuildId: fce446c9d4ad48e2b0c90cce1a11722897805281)
[  DEATH   ] 
[  DEATH   ]   Previous write of size 8 at 0x72b0000100e0 by thread T1 (mutexes: write M0):
[  DEATH   ]     #0 eventfd <null> (libclang_rt.tsan-x86_64.so+0x79e84) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 new_unregistered /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/sys/unix/mod.rs:8:28 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad) (BuildId: 46434a56828b14a5896a23eb3c80b267e178a68c)
[  DEATH   ]     #2 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/sys/unix/waker/eventfd.rs:27:21 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #3 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/waker.rs:87:9 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #4 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/io/driver.rs:120:21 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #5 create_io_stack /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/driver.rs:144:42 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #6 tokio::runtime::driver::Driver::new::h35527ab9443fd0a3 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/driver.rs:47:52 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #7 ddup_upload /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/ddup_interface.cpp:480:28 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0xa636) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #8 upload_in_thread(void*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:12:5 (test_forking+0xcbd4) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #9 <null> <null> (libclang_rt.tsan-x86_64.so+0x7495b) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ] 
[  DEATH   ]   As if synchronized via sleep:
[  DEATH   ]     #0 nanosleep <null> (libclang_rt.tsan-x86_64.so+0x71c34) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 void std::this_thread::sleep_for<long, std::ratio<1l, 1000000l>>(std::chrono::duration<long, std::ratio<1l, 1000000l>> const&) /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/this_thread_sleep.h:80:9 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13879) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #2 Datadog::Uploader::prefork() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/uploader.cpp:198:9 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13879)
[  DEATH   ]     #3 ddup_prefork() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/ddup_interface.cpp:124:5 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x9904) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #4 __run_prefork_handlers posix/register-atfork.c:141:11 (libc.so.6+0xf834e) (BuildId: fce446c9d4ad48e2b0c90cce1a11722897805281)
[  DEATH   ]     #5 sample_in_threads_and_fork(unsigned int, unsigned int) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:112:17 (test_forking+0xd0e0) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #6 ForkDeathTest_SampleInThreadsAndForkMany_Test::TestBody() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:137:5 (test_forking+0xdb3c) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #7 void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2638:10 (test_forking+0x47478) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #8 void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2674:14 (test_forking+0x47478)
[  DEATH   ]     #9 __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16 (libc.so.6+0x29ca7) (BuildId: fce446c9d4ad48e2b0c90cce1a11722897805281)
[  DEATH   ] 
[  DEATH   ]   Location is file descriptor 7 created by thread T1 at:
[  DEATH   ]     #0 eventfd <null> (libclang_rt.tsan-x86_64.so+0x79e84) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 new_unregistered /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/sys/unix/mod.rs:8:28 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad) (BuildId: 46434a56828b14a5896a23eb3c80b267e178a68c)
[  DEATH   ]     #2 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/sys/unix/waker/eventfd.rs:27:21 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #3 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.1.0/src/waker.rs:87:9 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #4 new /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/io/driver.rs:120:21 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #5 create_io_stack /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/driver.rs:144:42 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #6 tokio::runtime::driver::Driver::new::h35527ab9443fd0a3 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/driver.rs:47:52 (_native.cpython-314-x86_64-linux-gnu.so+0x6957ad)
[  DEATH   ]     #7 ddup_upload /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/ddup_interface.cpp:480:28 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0xa636) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #8 upload_in_thread(void*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:12:5 (test_forking+0xcbd4) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #9 <null> <null> (libclang_rt.tsan-x86_64.so+0x7495b) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ] 
[  DEATH   ]   Mutex M0 (0x7ffff6b117e8) created at:
[  DEATH   ]     #0 pthread_mutex_lock <null> (libclang_rt.tsan-x86_64.so+0x76782) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 __gthread_mutex_lock(pthread_mutex_t*) /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/x86_64-linux-gnu/c++/14/bits/gthr-default.h:762:12 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13766) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #2 std::mutex::lock() /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/bits/std_mutex.h:113:17 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13766)
[  DEATH   ]     #3 Datadog::Uploader::lock() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/uploader.cpp:160:17 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0x13766)
[  DEATH   ]     #4 ddup_upload /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/src/ddup_interface.cpp:455:5 (libdd_wrapper.cpython-314-x86_64-linux-gnu.so+0xa4d2) (BuildId: d897612444f657ca175c65879a25c92ca5723dd7)
[  DEATH   ]     #5 upload_in_thread(void*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:12:5 (test_forking+0xcbd4) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #6 <null> <null> (libclang_rt.tsan-x86_64.so+0x7495b) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ] 
[  DEATH   ]   Thread T1 (tid=10744, running) created by main thread at:
[  DEATH   ]     #0 pthread_create <null> (libclang_rt.tsan-x86_64.so+0x74a05) (BuildId: 229b67347f9d16547489a41e6cdd38bf904a70b2)
[  DEATH   ]     #1 sample_in_threads_and_fork(unsigned int, unsigned int) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:98:9 (test_forking+0xd082) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #2 ForkDeathTest_SampleInThreadsAndForkMany_Test::TestBody() /go/src/github.com/DataDog/apm-reliability/dd-trace-py/ddtrace/internal/datadog/profiling/dd_wrapper/test/test_forking.cpp:137:5 (test_forking+0xdb3c) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #3 void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2638:10 (test_forking+0x47478) (BuildId: 8619e3219ddfb766594b8d595ec0c44feb82c6b0)
[  DEATH   ]     #4 void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /go/src/github.com/DataDog/apm-reliability/dd-trace-py/build/dd_wrapper/_deps/googletest-src/googletest/src/gtest.cc:2674:14 (test_forking+0x47478)
[  DEATH   ]     #5 __libc_start_call_main csu/../sysdeps/nptl/libc_start_call_main.h:58:16 (libc.so.6+0x29ca7) (BuildId: fce446c9d4ad48e2b0c90cce1a11722897805281)
[  DEATH   ] 
[  DEATH   ] SUMMARY: ThreadSanitizer: data race /rustc/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf/library/std/src/sys/fd/unix.rs:346:13 in std::sys::fd::unix::FileDesc::write::h03a0f593da82637a
[  DEATH   ] ==================
[  DEATH   ] Error uploading (ddog_prof_Exporter_send_blocking failed: Failed to send HTTP request: error sending request for url (https://127.0.0.1:9126/profiling/v1/input): client error (Connect): tcp connect error: Connection refused (os error 111))
[  DEATH   ] Error uploading (ddog_prof_Exporter_send_blocking failed: Failed to send HTTP request: error sending request for url (https://127.0.0.1:9126/profiling/v1/input): client error (Connect): tcp connect error: Connection refused (os error 111))
[  DEATH   ] ThreadSanitizer: reported 1 warnings
[  DEATH   ] Error uploading (ddog_prof_Exporter_send_blocking failed: Failed to send HTTP request: error sending request for url (https://127.0.0.1:9126/profiling/v1/input): client error (Connect): tcp connect error: Connection refused (os error 111))
[  DEATH   ] ThreadSanitizer: reported 1 warnings
[  DEATH   ] 
[  FAILED  ] ForkDeathTest.SampleInThreadsAndForkMany (1759 ms)
[----------] 1 test from ForkDeathTest (1759 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1762 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] ForkDeathTest.SampleInThreadsAndForkMany

The problem was that in some cases, we could have a thread trying to use a cancellation token to cancel an ongoing upload before the associated tokio runtime had finished initialising, leading to that race condition.
This same race condition was also responsible for some crashes reported by Crash Tracking.

Note this PR currently points to a specific commit SHA in libdatadog -- before merging it we'll have to update that SHA and upgrade libdatadog in dd-trace-py to be able to use that new API.

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da Bot commented Feb 12, 2026

Codeowners resolved as

ddtrace/internal/datadog/profiling/dd_wrapper/src/uploader.cpp          @DataDog/profiling-python

@KowalskiThomas KowalskiThomas changed the title temp(profiling): use two-time upload api in libdatadog ci(profiling): use two-time upload api in libdatadog Feb 12, 2026
@KowalskiThomas KowalskiThomas added the changelog/no-changelog A changelog entry is not required for this PR. label Feb 12, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Feb 12, 2026

Performance SLOs

Comparing candidate kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog (acbc592) with baseline main (be0fdf3)

📈 Performance Regressions (3 suites)
📈 iastaspects - 118/118

✅ add_aspect

Time: ✅ 105.063µs (SLO: <130.000µs 📉 -19.2%) vs baseline: +3.5%

Memory: ✅ 43.904MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ add_inplace_aspect

Time: ✅ 102.612µs (SLO: <130.000µs 📉 -21.1%) vs baseline: ~same

Memory: ✅ 43.829MB (SLO: <46.000MB -4.7%) vs baseline: +4.5%


✅ add_inplace_noaspect

Time: ✅ 28.630µs (SLO: <40.000µs 📉 -28.4%) vs baseline: +0.9%

Memory: ✅ 43.864MB (SLO: <46.000MB -4.6%) vs baseline: +4.7%


✅ add_noaspect

Time: ✅ 49.229µs (SLO: <70.000µs 📉 -29.7%) vs baseline: +0.4%

Memory: ✅ 43.995MB (SLO: <46.000MB -4.4%) vs baseline: +5.1%


✅ bytearray_aspect

Time: ✅ 272.268µs (SLO: <400.000µs 📉 -31.9%) vs baseline: +2.1%

Memory: ✅ 44.047MB (SLO: <46.000MB -4.2%) vs baseline: +5.4%


✅ bytearray_extend_aspect

Time: ✅ 654.541µs (SLO: <800.000µs 📉 -18.2%) vs baseline: -1.0%

Memory: ✅ 44.031MB (SLO: <46.000MB -4.3%) vs baseline: +5.0%


✅ bytearray_extend_noaspect

Time: ✅ 267.989µs (SLO: <400.000µs 📉 -33.0%) vs baseline: -0.3%

Memory: ✅ 43.813MB (SLO: <46.000MB -4.8%) vs baseline: +4.7%


✅ bytearray_noaspect

Time: ✅ 140.608µs (SLO: <300.000µs 📉 -53.1%) vs baseline: -1.7%

Memory: ✅ 43.935MB (SLO: <46.000MB -4.5%) vs baseline: +4.7%


✅ bytes_aspect

Time: ✅ 232.854µs (SLO: <300.000µs 📉 -22.4%) vs baseline: -2.0%

Memory: ✅ 43.807MB (SLO: <46.000MB -4.8%) vs baseline: +4.8%


✅ bytes_noaspect

Time: ✅ 137.116µs (SLO: <200.000µs 📉 -31.4%) vs baseline: +1.1%

Memory: ✅ 43.939MB (SLO: <46.000MB -4.5%) vs baseline: +5.1%


✅ bytesio_aspect

Time: ✅ 3.866ms (SLO: <5.000ms 📉 -22.7%) vs baseline: +0.8%

Memory: ✅ 43.980MB (SLO: <46.000MB -4.4%) vs baseline: +5.2%


✅ bytesio_noaspect

Time: ✅ 318.066µs (SLO: <420.000µs 📉 -24.3%) vs baseline: +0.3%

Memory: ✅ 43.940MB (SLO: <46.000MB -4.5%) vs baseline: +5.0%


✅ capitalize_aspect

Time: ✅ 89.363µs (SLO: <300.000µs 📉 -70.2%) vs baseline: +0.3%

Memory: ✅ 43.903MB (SLO: <46.000MB -4.6%) vs baseline: +4.9%


✅ capitalize_noaspect

Time: ✅ 252.001µs (SLO: <300.000µs 📉 -16.0%) vs baseline: -0.4%

Memory: ✅ 43.973MB (SLO: <46.000MB -4.4%) vs baseline: +5.0%


✅ casefold_aspect

Time: ✅ 92.438µs (SLO: <500.000µs 📉 -81.5%) vs baseline: +2.7%

Memory: ✅ 44.027MB (SLO: <46.000MB -4.3%) vs baseline: +5.2%


✅ casefold_noaspect

Time: ✅ 307.042µs (SLO: <500.000µs 📉 -38.6%) vs baseline: -1.3%

Memory: ✅ 43.983MB (SLO: <46.000MB -4.4%) vs baseline: +5.1%


✅ decode_aspect

Time: ✅ 86.962µs (SLO: <100.000µs 📉 -13.0%) vs baseline: +0.2%

Memory: ✅ 43.838MB (SLO: <46.000MB -4.7%) vs baseline: +4.6%


✅ decode_noaspect

Time: ✅ 154.961µs (SLO: <210.000µs 📉 -26.2%) vs baseline: -0.5%

Memory: ✅ 43.869MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ encode_aspect

Time: ✅ 84.623µs (SLO: <200.000µs 📉 -57.7%) vs baseline: ~same

Memory: ✅ 43.977MB (SLO: <46.000MB -4.4%) vs baseline: +5.0%


✅ encode_noaspect

Time: ✅ 143.101µs (SLO: <200.000µs 📉 -28.4%) vs baseline: -1.7%

Memory: ✅ 43.868MB (SLO: <46.000MB -4.6%) vs baseline: +4.7%


✅ format_aspect

Time: ✅ 14.571ms (SLO: <19.200ms 📉 -24.1%) vs baseline: ~same

Memory: ✅ 44.025MB (SLO: <46.000MB -4.3%) vs baseline: +4.9%


✅ format_map_aspect

Time: ✅ 16.374ms (SLO: <21.500ms 📉 -23.8%) vs baseline: ~same

Memory: ✅ 43.963MB (SLO: <46.000MB -4.4%) vs baseline: +4.7%


✅ format_map_noaspect

Time: ✅ 374.487µs (SLO: <500.000µs 📉 -25.1%) vs baseline: +1.9%

Memory: ✅ 43.881MB (SLO: <46.000MB -4.6%) vs baseline: +4.6%


✅ format_noaspect

Time: ✅ 311.711µs (SLO: <500.000µs 📉 -37.7%) vs baseline: -1.0%

Memory: ✅ 43.871MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ index_aspect

Time: ✅ 125.562µs (SLO: <300.000µs 📉 -58.1%) vs baseline: -1.7%

Memory: ✅ 44.013MB (SLO: <46.000MB -4.3%) vs baseline: +5.1%


✅ index_noaspect

Time: ✅ 40.463µs (SLO: <300.000µs 📉 -86.5%) vs baseline: +0.3%

Memory: ✅ 43.902MB (SLO: <46.000MB -4.6%) vs baseline: +4.6%


✅ join_aspect

Time: ✅ 217.656µs (SLO: <300.000µs 📉 -27.4%) vs baseline: -0.2%

Memory: ✅ 43.902MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ join_noaspect

Time: ✅ 146.587µs (SLO: <300.000µs 📉 -51.1%) vs baseline: ~same

Memory: ✅ 43.940MB (SLO: <46.000MB -4.5%) vs baseline: +5.3%


✅ ljust_aspect

Time: ✅ 506.481µs (SLO: <700.000µs 📉 -27.6%) vs baseline: -2.0%

Memory: ✅ 43.973MB (SLO: <46.000MB -4.4%) vs baseline: +4.8%


✅ ljust_noaspect

Time: ✅ 263.576µs (SLO: <300.000µs 📉 -12.1%) vs baseline: +1.5%

Memory: ✅ 43.946MB (SLO: <46.000MB -4.5%) vs baseline: +5.4%


✅ lower_aspect

Time: ✅ 307.880µs (SLO: <500.000µs 📉 -38.4%) vs baseline: -0.5%

Memory: ✅ 43.875MB (SLO: <46.000MB -4.6%) vs baseline: +4.9%


✅ lower_noaspect

Time: ✅ 237.263µs (SLO: <300.000µs 📉 -20.9%) vs baseline: -0.7%

Memory: ✅ 43.799MB (SLO: <46.000MB -4.8%) vs baseline: +5.0%


✅ lstrip_aspect

Time: ✅ 0.342ms (SLO: <3.000ms 📉 -88.6%) vs baseline: 📈 +25.3%

Memory: ✅ 43.853MB (SLO: <46.000MB -4.7%) vs baseline: +4.7%


✅ lstrip_noaspect

Time: ✅ 0.178ms (SLO: <3.000ms 📉 -94.1%) vs baseline: +0.6%

Memory: ✅ 43.895MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ modulo_aspect

Time: ✅ 14.215ms (SLO: <18.750ms 📉 -24.2%) vs baseline: -0.4%

Memory: ✅ 43.916MB (SLO: <46.000MB -4.5%) vs baseline: +4.6%


✅ modulo_aspect_for_bytearray_bytearray

Time: ✅ 14.743ms (SLO: <19.350ms 📉 -23.8%) vs baseline: ~same

Memory: ✅ 44.141MB (SLO: <46.000MB -4.0%) vs baseline: +5.4%


✅ modulo_aspect_for_bytes

Time: ✅ 14.335ms (SLO: <18.900ms 📉 -24.2%) vs baseline: -0.1%

Memory: ✅ 44.025MB (SLO: <46.000MB -4.3%) vs baseline: +4.9%


✅ modulo_aspect_for_bytes_bytearray

Time: ✅ 14.536ms (SLO: <19.150ms 📉 -24.1%) vs baseline: -0.2%

Memory: ✅ 43.961MB (SLO: <46.000MB -4.4%) vs baseline: +4.8%


✅ modulo_noaspect

Time: ✅ 0.374ms (SLO: <3.000ms 📉 -87.5%) vs baseline: +0.3%

Memory: ✅ 43.966MB (SLO: <46.000MB -4.4%) vs baseline: +5.0%


✅ replace_aspect

Time: ✅ 18.930ms (SLO: <24.000ms 📉 -21.1%) vs baseline: +3.3%

Memory: ✅ 44.038MB (SLO: <46.000MB -4.3%) vs baseline: +5.1%


✅ replace_noaspect

Time: ✅ 282.923µs (SLO: <400.000µs 📉 -29.3%) vs baseline: -1.2%

Memory: ✅ 43.827MB (SLO: <46.000MB -4.7%) vs baseline: +4.5%


✅ repr_aspect

Time: ✅ 340.078µs (SLO: <420.000µs 📉 -19.0%) vs baseline: +2.3%

Memory: ✅ 44.003MB (SLO: <46.000MB -4.3%) vs baseline: +5.0%


✅ repr_noaspect

Time: ✅ 46.650µs (SLO: <90.000µs 📉 -48.2%) vs baseline: -0.5%

Memory: ✅ 43.912MB (SLO: <46.000MB -4.5%) vs baseline: +4.8%


✅ rstrip_aspect

Time: ✅ 393.828µs (SLO: <500.000µs 📉 -21.2%) vs baseline: -0.8%

Memory: ✅ 43.918MB (SLO: <46.000MB -4.5%) vs baseline: +5.1%


✅ rstrip_noaspect

Time: ✅ 182.070µs (SLO: <300.000µs 📉 -39.3%) vs baseline: -0.1%

Memory: ✅ 43.830MB (SLO: <46.000MB -4.7%) vs baseline: +4.7%


✅ slice_aspect

Time: ✅ 183.845µs (SLO: <300.000µs 📉 -38.7%) vs baseline: +0.4%

Memory: ✅ 43.884MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ slice_noaspect

Time: ✅ 54.016µs (SLO: <90.000µs 📉 -40.0%) vs baseline: +0.3%

Memory: ✅ 44.001MB (SLO: <46.000MB -4.3%) vs baseline: +4.8%


✅ stringio_aspect

Time: ✅ 3.882ms (SLO: <5.000ms 📉 -22.4%) vs baseline: +0.4%

Memory: ✅ 43.953MB (SLO: <46.000MB -4.4%) vs baseline: +5.1%


✅ stringio_noaspect

Time: ✅ 353.980µs (SLO: <500.000µs 📉 -29.2%) vs baseline: +0.4%

Memory: ✅ 43.884MB (SLO: <46.000MB -4.6%) vs baseline: +4.6%


✅ strip_aspect

Time: ✅ 273.219µs (SLO: <350.000µs 📉 -21.9%) vs baseline: +0.5%

Memory: ✅ 43.953MB (SLO: <46.000MB -4.5%) vs baseline: +5.0%


✅ strip_noaspect

Time: ✅ 176.616µs (SLO: <240.000µs 📉 -26.4%) vs baseline: -0.2%

Memory: ✅ 43.896MB (SLO: <46.000MB -4.6%) vs baseline: +4.9%


✅ swapcase_aspect

Time: ✅ 347.137µs (SLO: <500.000µs 📉 -30.6%) vs baseline: +0.5%

Memory: ✅ 43.819MB (SLO: <46.000MB -4.7%) vs baseline: +4.6%


✅ swapcase_noaspect

Time: ✅ 275.254µs (SLO: <400.000µs 📉 -31.2%) vs baseline: +1.4%

Memory: ✅ 43.882MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ title_aspect

Time: ✅ 335.374µs (SLO: <500.000µs 📉 -32.9%) vs baseline: +0.5%

Memory: ✅ 43.837MB (SLO: <46.000MB -4.7%) vs baseline: +4.8%


✅ title_noaspect

Time: ✅ 262.963µs (SLO: <400.000µs 📉 -34.3%) vs baseline: +0.5%

Memory: ✅ 43.857MB (SLO: <46.000MB -4.7%) vs baseline: +4.8%


✅ translate_aspect

Time: ✅ 579.881µs (SLO: <700.000µs 📉 -17.2%) vs baseline: 📈 +14.0%

Memory: ✅ 43.959MB (SLO: <46.000MB -4.4%) vs baseline: +4.9%


✅ translate_noaspect

Time: ✅ 430.606µs (SLO: <500.000µs 📉 -13.9%) vs baseline: -1.1%

Memory: ✅ 43.973MB (SLO: <46.000MB -4.4%) vs baseline: +5.1%


✅ upper_aspect

Time: ✅ 310.228µs (SLO: <500.000µs 📉 -38.0%) vs baseline: +0.2%

Memory: ✅ 43.882MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ upper_noaspect

Time: ✅ 240.464µs (SLO: <400.000µs 📉 -39.9%) vs baseline: -0.2%

Memory: ✅ 43.933MB (SLO: <46.000MB -4.5%) vs baseline: +5.1%


📈 iastaspectsospath - 24/24

✅ ospathbasename_aspect

Time: ✅ 542.051µs (SLO: <700.000µs 📉 -22.6%) vs baseline: 📈 +26.4%

Memory: ✅ 43.900MB (SLO: <46.000MB -4.6%) vs baseline: +4.6%


✅ ospathbasename_noaspect

Time: ✅ 438.578µs (SLO: <700.000µs 📉 -37.3%) vs baseline: +0.6%

Memory: ✅ 43.879MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ ospathjoin_aspect

Time: ✅ 636.524µs (SLO: <700.000µs -9.1%) vs baseline: -0.4%

Memory: ✅ 44.007MB (SLO: <46.000MB -4.3%) vs baseline: +5.0%


✅ ospathjoin_noaspect

Time: ✅ 646.017µs (SLO: <700.000µs -7.7%) vs baseline: +1.1%

Memory: ✅ 43.762MB (SLO: <46.000MB -4.9%) vs baseline: +4.5%


✅ ospathnormcase_aspect

Time: ✅ 361.022µs (SLO: <700.000µs 📉 -48.4%) vs baseline: +1.1%

Memory: ✅ 43.904MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ ospathnormcase_noaspect

Time: ✅ 367.979µs (SLO: <700.000µs 📉 -47.4%) vs baseline: +0.5%

Memory: ✅ 43.845MB (SLO: <46.000MB -4.7%) vs baseline: +5.0%


✅ ospathsplit_aspect

Time: ✅ 499.321µs (SLO: <700.000µs 📉 -28.7%) vs baseline: -0.4%

Memory: ✅ 43.887MB (SLO: <46.000MB -4.6%) vs baseline: +5.0%


✅ ospathsplit_noaspect

Time: ✅ 511.011µs (SLO: <700.000µs 📉 -27.0%) vs baseline: ~same

Memory: ✅ 43.823MB (SLO: <46.000MB -4.7%) vs baseline: +4.5%


✅ ospathsplitdrive_aspect

Time: ✅ 381.206µs (SLO: <700.000µs 📉 -45.5%) vs baseline: +0.2%

Memory: ✅ 43.795MB (SLO: <46.000MB -4.8%) vs baseline: +4.7%


✅ ospathsplitdrive_noaspect

Time: ✅ 73.017µs (SLO: <700.000µs 📉 -89.6%) vs baseline: -1.7%

Memory: ✅ 43.734MB (SLO: <46.000MB -4.9%) vs baseline: +4.5%


✅ ospathsplitext_aspect

Time: ✅ 462.188µs (SLO: <700.000µs 📉 -34.0%) vs baseline: -0.8%

Memory: ✅ 43.962MB (SLO: <46.000MB -4.4%) vs baseline: +5.0%


✅ ospathsplitext_noaspect

Time: ✅ 470.960µs (SLO: <700.000µs 📉 -32.7%) vs baseline: -1.0%

Memory: ✅ 43.861MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


📈 telemetryaddmetric - 30/30

✅ 1-count-metric-1-times

Time: ✅ 2.389µs (SLO: <20.000µs 📉 -88.1%) vs baseline: 📈 +13.3%

Memory: ✅ 36.196MB (SLO: <38.000MB -4.7%) vs baseline: +4.3%


✅ 1-count-metrics-100-times

Time: ✅ 152.542µs (SLO: <220.000µs 📉 -30.7%) vs baseline: -1.2%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.9%


✅ 1-distribution-metric-1-times

Time: ✅ 2.501µs (SLO: <20.000µs 📉 -87.5%) vs baseline: ~same

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +5.0%


✅ 1-distribution-metrics-100-times

Time: ✅ 166.909µs (SLO: <230.000µs 📉 -27.4%) vs baseline: +1.5%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.9%


✅ 1-gauge-metric-1-times

Time: ✅ 1.996µs (SLO: <20.000µs 📉 -90.0%) vs baseline: -1.4%

Memory: ✅ 36.392MB (SLO: <38.000MB -4.2%) vs baseline: +5.1%


✅ 1-gauge-metrics-100-times

Time: ✅ 136.671µs (SLO: <150.000µs -8.9%) vs baseline: -0.7%

Memory: ✅ 36.235MB (SLO: <38.000MB -4.6%) vs baseline: +4.6%


✅ 1-rate-metric-1-times

Time: ✅ 2.253µs (SLO: <20.000µs 📉 -88.7%) vs baseline: -0.3%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +5.0%


✅ 1-rate-metrics-100-times

Time: ✅ 165.803µs (SLO: <250.000µs 📉 -33.7%) vs baseline: -0.1%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +4.9%


✅ 100-count-metrics-100-times

Time: ✅ 15.318ms (SLO: <22.000ms 📉 -30.4%) vs baseline: -1.4%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.9%


✅ 100-distribution-metrics-100-times

Time: ✅ 1.746ms (SLO: <2.550ms 📉 -31.5%) vs baseline: -0.6%

Memory: ✅ 36.785MB (SLO: <38.000MB -3.2%) vs baseline: +5.3%


✅ 100-gauge-metrics-100-times

Time: ✅ 1.405ms (SLO: <1.550ms -9.4%) vs baseline: +0.2%

Memory: ✅ 36.215MB (SLO: <38.000MB -4.7%) vs baseline: +4.4%


✅ 100-rate-metrics-100-times

Time: ✅ 1.713ms (SLO: <2.550ms 📉 -32.8%) vs baseline: ~same

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.7%


✅ flush-1-metric

Time: ✅ 3.674µs (SLO: <20.000µs 📉 -81.6%) vs baseline: -0.6%

Memory: ✅ 36.648MB (SLO: <38.000MB -3.6%) vs baseline: +4.9%


✅ flush-100-metrics

Time: ✅ 177.745µs (SLO: <250.000µs 📉 -28.9%) vs baseline: +0.3%

Memory: ✅ 36.648MB (SLO: <38.000MB -3.6%) vs baseline: +4.7%


✅ flush-1000-metrics

Time: ✅ 2.198ms (SLO: <2.500ms 📉 -12.1%) vs baseline: +0.2%

Memory: ✅ 37.415MB (SLO: <38.750MB -3.4%) vs baseline: +4.9%

🟡 Near SLO Breach (5 suites)
🟡 djangosimple - 28/28

✅ appsec

Time: ✅ 19.703ms (SLO: <22.300ms 📉 -11.6%) vs baseline: -0.2%

Memory: ✅ 71.428MB (SLO: <73.500MB -2.8%) vs baseline: +4.9%


✅ exception-replay-enabled

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

Memory: ✅ 69.698MB (SLO: <71.500MB -2.5%) vs baseline: +4.9%


✅ iast

Time: ✅ 19.663ms (SLO: <22.250ms 📉 -11.6%) vs baseline: -0.2%

Memory: ✅ 71.447MB (SLO: <75.000MB -4.7%) vs baseline: +4.9%


✅ profiler

Time: ✅ 15.129ms (SLO: <16.550ms -8.6%) vs baseline: +0.2%

Memory: ✅ 60.418MB (SLO: <61.000MB 🟡 -1.0%) vs baseline: +4.9%


✅ resource-renaming

Time: ✅ 19.532ms (SLO: <21.750ms 📉 -10.2%) vs baseline: -0.4%

Memory: ✅ 71.329MB (SLO: <73.500MB -3.0%) vs baseline: +4.6%


✅ span-code-origin

Time: ✅ 20.146ms (SLO: <28.200ms 📉 -28.6%) vs baseline: +1.1%

Memory: ✅ 71.487MB (SLO: <75.000MB -4.7%) vs baseline: +4.9%


✅ tracer

Time: ✅ 19.682ms (SLO: <21.750ms -9.5%) vs baseline: -0.1%

Memory: ✅ 71.329MB (SLO: <75.000MB -4.9%) vs baseline: +4.9%


✅ tracer-and-profiler

Time: ✅ 20.980ms (SLO: <23.500ms 📉 -10.7%) vs baseline: -0.1%

Memory: ✅ 73.295MB (SLO: <75.000MB -2.3%) vs baseline: +4.9%


✅ tracer-dont-create-db-spans

Time: ✅ 19.714ms (SLO: <21.500ms -8.3%) vs baseline: -0.2%

Memory: ✅ 71.388MB (SLO: <75.000MB -4.8%) vs baseline: +4.8%


✅ tracer-minimal

Time: ✅ 17.916ms (SLO: <18.500ms -3.2%) vs baseline: +0.4%

Memory: ✅ 71.447MB (SLO: <75.000MB -4.7%) vs baseline: +5.0%


✅ tracer-no-caches

Time: ✅ 18.860ms (SLO: <19.650ms -4.0%) vs baseline: ~same

Memory: ✅ 71.349MB (SLO: <75.000MB -4.9%) vs baseline: +4.8%


✅ tracer-no-databases

Time: ✅ 20.650ms (SLO: <21.100ms -2.1%) vs baseline: +0.3%

Memory: ✅ 71.467MB (SLO: <75.000MB -4.7%) vs baseline: +5.0%


✅ tracer-no-middleware

Time: ✅ 19.376ms (SLO: <21.500ms -9.9%) vs baseline: ~same

Memory: ✅ 71.329MB (SLO: <75.000MB -4.9%) vs baseline: +4.7%


✅ tracer-no-templates

Time: ✅ 19.540ms (SLO: <22.000ms 📉 -11.2%) vs baseline: +0.8%

Memory: ✅ 71.349MB (SLO: <73.500MB -2.9%) vs baseline: +4.7%


🟡 otelspan - 22/22

✅ add-event

Time: ✅ 40.595ms (SLO: <47.150ms 📉 -13.9%) vs baseline: -0.2%

Memory: ✅ 41.241MB (SLO: <47.000MB 📉 -12.3%) vs baseline: +4.7%


✅ add-metrics

Time: ✅ 238.539ms (SLO: <344.800ms 📉 -30.8%) vs baseline: +1.1%

Memory: ✅ 45.715MB (SLO: <47.500MB -3.8%) vs baseline: +4.9%


✅ add-tags

Time: ✅ 266.761ms (SLO: <330.000ms 📉 -19.2%) vs baseline: -0.5%

Memory: ✅ 45.855MB (SLO: <47.500MB -3.5%) vs baseline: +5.0%


✅ get-context

Time: ✅ 83.658ms (SLO: <92.350ms -9.4%) vs baseline: +0.1%

Memory: ✅ 41.642MB (SLO: <46.500MB 📉 -10.4%) vs baseline: +5.2%


✅ is-recording

Time: ✅ 38.994ms (SLO: <44.500ms 📉 -12.4%) vs baseline: ~same

Memory: ✅ 41.183MB (SLO: <47.500MB 📉 -13.3%) vs baseline: +4.8%


✅ record-exception

Time: ✅ 60.807ms (SLO: <67.650ms 📉 -10.1%) vs baseline: -0.2%

Memory: ✅ 41.859MB (SLO: <47.000MB 📉 -10.9%) vs baseline: +4.9%


✅ set-status

Time: ✅ 44.852ms (SLO: <50.400ms 📉 -11.0%) vs baseline: +0.3%

Memory: ✅ 41.229MB (SLO: <47.000MB 📉 -12.3%) vs baseline: +4.9%


✅ start

Time: ✅ 39.969ms (SLO: <44.500ms 📉 -10.2%) vs baseline: +4.1%

Memory: ✅ 41.168MB (SLO: <47.000MB 📉 -12.4%) vs baseline: +4.6%


✅ start-finish

Time: ✅ 89.599ms (SLO: <92.000ms -2.6%) vs baseline: -0.8%

Memory: ✅ 38.909MB (SLO: <46.500MB 📉 -16.3%) vs baseline: +4.9%


✅ start-finish-telemetry

Time: ✅ 91.298ms (SLO: <93.000ms 🟡 -1.8%) vs baseline: -0.1%

Memory: ✅ 38.810MB (SLO: <46.500MB 📉 -16.5%) vs baseline: +5.0%


✅ update-name

Time: ✅ 40.117ms (SLO: <45.150ms 📉 -11.1%) vs baseline: ~same

Memory: ✅ 41.393MB (SLO: <47.000MB 📉 -11.9%) vs baseline: +5.0%


🟡 recursivecomputation - 8/8

✅ deep

Time: ✅ 312.333ms (SLO: <320.950ms -2.7%) vs baseline: +0.2%

Memory: ✅ 37.395MB (SLO: <38.750MB -3.5%) vs baseline: +4.8%


✅ deep-profiled

Time: ✅ 327.848ms (SLO: <359.150ms -8.7%) vs baseline: -0.5%

Memory: ✅ 43.726MB (SLO: <46.000MB -4.9%) vs baseline: +4.7%


✅ medium

Time: ✅ 7.338ms (SLO: <7.450ms 🟡 -1.5%) vs baseline: -0.1%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.9%


✅ shallow

Time: ✅ 1.038ms (SLO: <1.050ms 🟡 -1.1%) vs baseline: +2.2%

Memory: ✅ 36.451MB (SLO: <38.000MB -4.1%) vs baseline: +5.1%


🟡 span - 26/26

✅ add-event

Time: ✅ 19.729ms (SLO: <22.500ms 📉 -12.3%) vs baseline: +0.2%

Memory: ✅ 38.793MB (SLO: <53.000MB 📉 -26.8%) vs baseline: +5.3%


✅ add-metrics

Time: ✅ 89.693ms (SLO: <93.500ms -4.1%) vs baseline: +0.7%

Memory: ✅ 43.018MB (SLO: <53.000MB 📉 -18.8%) vs baseline: +5.1%


✅ add-tags

Time: ✅ 136.414ms (SLO: <155.000ms 📉 -12.0%) vs baseline: ~same

Memory: ✅ 43.042MB (SLO: <53.000MB 📉 -18.8%) vs baseline: +5.1%


✅ get-context

Time: ✅ 18.850ms (SLO: <20.500ms -8.1%) vs baseline: +0.1%

Memory: ✅ 38.343MB (SLO: <53.000MB 📉 -27.7%) vs baseline: +4.7%


✅ is-recording

Time: ✅ 18.984ms (SLO: <20.500ms -7.4%) vs baseline: +0.4%

Memory: ✅ 38.457MB (SLO: <53.000MB 📉 -27.4%) vs baseline: +4.8%


✅ record-exception

Time: ✅ 38.589ms (SLO: <41.000ms -5.9%) vs baseline: +0.6%

Memory: ✅ 38.895MB (SLO: <53.000MB 📉 -26.6%) vs baseline: +4.8%


✅ set-status

Time: ✅ 20.580ms (SLO: <22.000ms -6.5%) vs baseline: ~same

Memory: ✅ 38.507MB (SLO: <53.000MB 📉 -27.3%) vs baseline: +5.0%


✅ start

Time: ✅ 19.882ms (SLO: <20.500ms -3.0%) vs baseline: +6.1%

Memory: ✅ 38.409MB (SLO: <53.000MB 📉 -27.5%) vs baseline: +4.8%


✅ start-finish

Time: ✅ 58.223ms (SLO: <58.500ms 🟡 -0.5%) vs baseline: +0.1%

Memory: ✅ 36.274MB (SLO: <38.000MB -4.5%) vs baseline: +5.1%


✅ start-finish-telemetry

Time: ✅ 59.513ms (SLO: <60.000ms 🟡 -0.8%) vs baseline: ~same

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +5.1%


✅ start-finish-traceid128

Time: ✅ 60.650ms (SLO: <62.000ms -2.2%) vs baseline: -0.1%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +5.1%


✅ start-traceid128

Time: ✅ 18.847ms (SLO: <22.500ms 📉 -16.2%) vs baseline: +0.4%

Memory: ✅ 38.490MB (SLO: <53.000MB 📉 -27.4%) vs baseline: +5.0%


✅ update-name

Time: ✅ 19.363ms (SLO: <22.000ms 📉 -12.0%) vs baseline: +0.2%

Memory: ✅ 38.351MB (SLO: <53.000MB 📉 -27.6%) vs baseline: +5.0%


🟡 tracer - 6/6

✅ large

Time: ✅ 33.223ms (SLO: <33.950ms -2.1%) vs baseline: +0.4%

Memory: ✅ 37.867MB (SLO: <39.250MB -3.5%) vs baseline: +4.6%


✅ medium

Time: ✅ 3.330ms (SLO: <3.500ms -4.8%) vs baseline: -0.2%

Memory: ✅ 36.313MB (SLO: <38.750MB -6.3%) vs baseline: +5.0%


✅ small

Time: ✅ 388.047µs (SLO: <390.000µs 🟡 -0.5%) vs baseline: +3.6%

Memory: ✅ 36.333MB (SLO: <38.750MB -6.2%) vs baseline: +5.1%

⚠️ Unstable Tests (2 suites)
⚠️ coreapiscenario - 10/10 (1 unstable)

⚠️ context_with_data_listeners

Time: ⚠️ 13.710µs (SLO: <20.000µs 📉 -31.4%) vs baseline: +0.8%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.6%


✅ context_with_data_no_listeners

Time: ✅ 3.572µs (SLO: <10.000µs 📉 -64.3%) vs baseline: -1.6%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +5.0%


✅ get_item_exists

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

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.9%


✅ get_item_missing

Time: ✅ 0.636µs (SLO: <10.000µs 📉 -93.6%) vs baseline: +0.4%

Memory: ✅ 36.215MB (SLO: <38.000MB -4.7%) vs baseline: +4.6%


✅ set_item

Time: ✅ 24.583µs (SLO: <30.000µs 📉 -18.1%) vs baseline: ~same

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.9%


⚠️ packagesupdateimporteddependencies - 24/24 (1 unstable)

✅ import_many

Time: ✅ 155.995µs (SLO: <170.000µs -8.2%) vs baseline: -0.9%

Memory: ✅ 40.869MB (SLO: <46.000MB 📉 -11.2%) vs baseline: +4.6%


✅ import_many_cached

Time: ✅ 122.215µs (SLO: <130.000µs -6.0%) vs baseline: +0.2%

Memory: ✅ 41.130MB (SLO: <46.000MB 📉 -10.6%) vs baseline: +4.6%


✅ import_many_stdlib

Time: ✅ 1.247ms (SLO: <1.750ms 📉 -28.7%) vs baseline: -0.3%

Memory: ✅ 41.194MB (SLO: <46.000MB 📉 -10.4%) vs baseline: +5.3%


⚠️ import_many_stdlib_cached

Time: ⚠️ 0.625ms (SLO: <1.100ms 📉 -43.2%) vs baseline: +0.5%

Memory: ✅ 41.136MB (SLO: <46.000MB 📉 -10.6%) vs baseline: +4.6%


✅ import_many_unknown

Time: ✅ 833.822µs (SLO: <890.000µs -6.3%) vs baseline: -0.9%

Memory: ✅ 41.317MB (SLO: <46.000MB 📉 -10.2%) vs baseline: +5.8%


✅ import_many_unknown_cached

Time: ✅ 793.200µs (SLO: <870.000µs -8.8%) vs baseline: +0.1%

Memory: ✅ 41.411MB (SLO: <46.000MB -10.0%) vs baseline: +5.3%


✅ import_one

Time: ✅ 21.131µs (SLO: <30.000µs 📉 -29.6%) vs baseline: +0.6%

Memory: ✅ 40.789MB (SLO: <46.000MB 📉 -11.3%) vs baseline: +4.5%


✅ import_one_cache

Time: ✅ 7.380µs (SLO: <10.000µs 📉 -26.2%) vs baseline: +1.3%

Memory: ✅ 41.478MB (SLO: <46.000MB -9.8%) vs baseline: +6.2%


✅ import_one_stdlib

Time: ✅ 20.068µs (SLO: <30.000µs 📉 -33.1%) vs baseline: +0.5%

Memory: ✅ 41.499MB (SLO: <46.000MB -9.8%) vs baseline: +6.2%


✅ import_one_stdlib_cache

Time: ✅ 7.351µs (SLO: <10.000µs 📉 -26.5%) vs baseline: +0.4%

Memory: ✅ 41.330MB (SLO: <46.000MB 📉 -10.2%) vs baseline: +4.6%


✅ import_one_unknown

Time: ✅ 46.798µs (SLO: <50.000µs -6.4%) vs baseline: +0.4%

Memory: ✅ 40.808MB (SLO: <46.000MB 📉 -11.3%) vs baseline: +4.3%


✅ import_one_unknown_cache

Time: ✅ 7.319µs (SLO: <10.000µs 📉 -26.8%) vs baseline: +0.3%

Memory: ✅ 41.343MB (SLO: <43.000MB -3.9%) vs baseline: +4.8%

✅ All Tests Passing (15 suites)
codeprovenancefork - 2/2

✅ fork-10

Time: ✅ 2.190s (SLO: <2.400s -8.7%) vs baseline: +2.3%

Memory: ✅ 17.321MB (SLO: <20.000MB 📉 -13.4%) vs baseline: +4.1%


errortrackingdjangosimple - 6/6

✅ errortracking-enabled-all

Time: ✅ 17.526ms (SLO: <19.850ms 📉 -11.7%) vs baseline: -0.3%

Memory: ✅ 71.152MB (SLO: <75.000MB -5.1%) vs baseline: +5.0%


✅ errortracking-enabled-user

Time: ✅ 17.520ms (SLO: <19.400ms -9.7%) vs baseline: ~same

Memory: ✅ 71.093MB (SLO: <75.000MB -5.2%) vs baseline: +5.1%


✅ tracer-enabled

Time: ✅ 17.558ms (SLO: <19.450ms -9.7%) vs baseline: +0.7%

Memory: ✅ 70.956MB (SLO: <75.000MB -5.4%) vs baseline: +4.8%


errortrackingflasksqli - 6/6

✅ errortracking-enabled-all

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

Memory: ✅ 58.452MB (SLO: <60.000MB -2.6%) vs baseline: +4.9%


✅ errortracking-enabled-user

Time: ✅ 2.125ms (SLO: <2.250ms -5.5%) vs baseline: +0.1%

Memory: ✅ 58.393MB (SLO: <60.000MB -2.7%) vs baseline: +4.9%


✅ tracer-enabled

Time: ✅ 2.121ms (SLO: <2.300ms -7.8%) vs baseline: +0.2%

Memory: ✅ 58.327MB (SLO: <60.000MB -2.8%) vs baseline: +4.7%


flasksimple - 16/16

✅ appsec-get

Time: ✅ 3.389ms (SLO: <4.750ms 📉 -28.7%) vs baseline: -0.2%

Memory: ✅ 58.667MB (SLO: <66.500MB 📉 -11.8%) vs baseline: +5.0%


✅ appsec-post

Time: ✅ 2.904ms (SLO: <6.750ms 📉 -57.0%) vs baseline: +0.2%

Memory: ✅ 58.609MB (SLO: <66.500MB 📉 -11.9%) vs baseline: +4.9%


✅ appsec-telemetry

Time: ✅ 3.400ms (SLO: <4.750ms 📉 -28.4%) vs baseline: ~same

Memory: ✅ 58.675MB (SLO: <66.500MB 📉 -11.8%) vs baseline: +5.0%


✅ debugger

Time: ✅ 1.879ms (SLO: <2.000ms -6.0%) vs baseline: ~same

Memory: ✅ 49.351MB (SLO: <51.500MB -4.2%) vs baseline: +4.7%


✅ iast-get

Time: ✅ 1.872ms (SLO: <2.000ms -6.4%) vs baseline: ~same

Memory: ✅ 46.107MB (SLO: <49.000MB -5.9%) vs baseline: +5.1%


✅ profiler

Time: ✅ 1.906ms (SLO: <2.100ms -9.2%) vs baseline: -0.1%

Memory: ✅ 52.281MB (SLO: <53.500MB -2.3%) vs baseline: +4.7%


✅ resource-renaming

Time: ✅ 3.385ms (SLO: <3.650ms -7.2%) vs baseline: +0.1%

Memory: ✅ 58.633MB (SLO: <60.000MB -2.3%) vs baseline: +4.9%


✅ tracer

Time: ✅ 3.401ms (SLO: <3.650ms -6.8%) vs baseline: +0.3%

Memory: ✅ 58.652MB (SLO: <60.000MB -2.2%) vs baseline: +4.8%


flasksqli - 6/6

✅ appsec-enabled

Time: ✅ 2.113ms (SLO: <4.200ms 📉 -49.7%) vs baseline: +0.1%

Memory: ✅ 58.629MB (SLO: <66.000MB 📉 -11.2%) vs baseline: +4.8%


✅ iast-enabled

Time: ✅ 2.122ms (SLO: <2.800ms 📉 -24.2%) vs baseline: +0.5%

Memory: ✅ 58.589MB (SLO: <62.500MB -6.3%) vs baseline: +5.0%


✅ tracer-enabled

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

Memory: ✅ 58.648MB (SLO: <60.000MB -2.3%) vs baseline: +5.1%


forktime - 4/4

✅ baseline

Time: ✅ 1.959ms (SLO: <3.000ms 📉 -34.7%) vs baseline: +3.7%

Memory: ✅ 29.236MB (SLO: <33.000MB 📉 -11.4%) vs baseline: +4.6%


✅ configured

Time: ✅ 9.403ms (SLO: <17.000ms 📉 -44.7%) vs baseline: -0.5%

Memory: ✅ 58.602MB (SLO: <60.000MB -2.3%) vs baseline: +5.0%


httppropagationextract - 60/60

✅ all_styles_all_headers

Time: ✅ 80.629µs (SLO: <100.000µs 📉 -19.4%) vs baseline: +4.7%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.5%


✅ b3_headers

Time: ✅ 12.835µs (SLO: <20.000µs 📉 -35.8%) vs baseline: +0.2%

Memory: ✅ 36.372MB (SLO: <38.000MB -4.3%) vs baseline: +4.5%


✅ b3_single_headers

Time: ✅ 11.798µs (SLO: <20.000µs 📉 -41.0%) vs baseline: +0.2%

Memory: ✅ 36.510MB (SLO: <38.000MB -3.9%) vs baseline: +5.3%


✅ datadog_tracecontext_tracestate_not_propagated_on_trace_id_no_match

Time: ✅ 60.498µs (SLO: <80.000µs 📉 -24.4%) vs baseline: +0.2%

Memory: ✅ 36.648MB (SLO: <38.000MB -3.6%) vs baseline: +5.4%


✅ datadog_tracecontext_tracestate_propagated_on_trace_id_match

Time: ✅ 63.457µs (SLO: <80.000µs 📉 -20.7%) vs baseline: -0.1%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.7%


✅ empty_headers

Time: ✅ 1.308µs (SLO: <10.000µs 📉 -86.9%) vs baseline: +0.5%

Memory: ✅ 36.412MB (SLO: <38.000MB -4.2%) vs baseline: +5.2%


✅ full_t_id_datadog_headers

Time: ✅ 21.761µs (SLO: <30.000µs 📉 -27.5%) vs baseline: +0.2%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.7%


✅ invalid_priority_header

Time: ✅ 5.911µs (SLO: <10.000µs 📉 -40.9%) vs baseline: -0.7%

Memory: ✅ 36.451MB (SLO: <38.000MB -4.1%) vs baseline: +4.9%


✅ invalid_span_id_header

Time: ✅ 5.909µs (SLO: <10.000µs 📉 -40.9%) vs baseline: -0.9%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +5.0%


✅ invalid_tags_header

Time: ✅ 5.920µs (SLO: <10.000µs 📉 -40.8%) vs baseline: ~same

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.6%


✅ invalid_trace_id_header

Time: ✅ 5.924µs (SLO: <10.000µs 📉 -40.8%) vs baseline: -1.0%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.7%


✅ large_header_no_matches

Time: ✅ 26.998µs (SLO: <30.000µs 📉 -10.0%) vs baseline: -0.1%

Memory: ✅ 36.412MB (SLO: <38.000MB -4.2%) vs baseline: +5.1%


✅ large_valid_headers_all

Time: ✅ 28.159µs (SLO: <40.000µs 📉 -29.6%) vs baseline: ~same

Memory: ✅ 36.451MB (SLO: <38.000MB -4.1%) vs baseline: +5.2%


✅ medium_header_no_matches

Time: ✅ 9.241µs (SLO: <20.000µs 📉 -53.8%) vs baseline: -0.9%

Memory: ✅ 36.372MB (SLO: <38.000MB -4.3%) vs baseline: +4.6%


✅ medium_valid_headers_all

Time: ✅ 10.760µs (SLO: <20.000µs 📉 -46.2%) vs baseline: -0.2%

Memory: ✅ 36.372MB (SLO: <38.000MB -4.3%) vs baseline: +4.2%


✅ none_propagation_style

Time: ✅ 1.391µs (SLO: <10.000µs 📉 -86.1%) vs baseline: -0.6%

Memory: ✅ 36.392MB (SLO: <38.000MB -4.2%) vs baseline: +4.5%


✅ tracecontext_headers

Time: ✅ 32.738µs (SLO: <40.000µs 📉 -18.2%) vs baseline: -0.3%

Memory: ✅ 36.412MB (SLO: <38.000MB -4.2%) vs baseline: +5.0%


✅ valid_headers_all

Time: ✅ 5.907µs (SLO: <10.000µs 📉 -40.9%) vs baseline: -1.3%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +4.6%


✅ valid_headers_basic

Time: ✅ 5.534µs (SLO: <10.000µs 📉 -44.7%) vs baseline: -0.3%

Memory: ✅ 36.392MB (SLO: <38.000MB -4.2%) vs baseline: +5.1%


✅ wsgi_empty_headers

Time: ✅ 1.306µs (SLO: <10.000µs 📉 -86.9%) vs baseline: -0.1%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +4.5%


✅ wsgi_invalid_priority_header

Time: ✅ 5.971µs (SLO: <10.000µs 📉 -40.3%) vs baseline: +0.2%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +4.6%


✅ wsgi_invalid_span_id_header

Time: ✅ 1.304µs (SLO: <10.000µs 📉 -87.0%) vs baseline: -0.2%

Memory: ✅ 36.490MB (SLO: <38.000MB -4.0%) vs baseline: +5.1%


✅ wsgi_invalid_tags_header

Time: ✅ 5.969µs (SLO: <10.000µs 📉 -40.3%) vs baseline: -0.5%

Memory: ✅ 36.451MB (SLO: <38.000MB -4.1%) vs baseline: +5.3%


✅ wsgi_invalid_trace_id_header

Time: ✅ 6.000µs (SLO: <10.000µs 📉 -40.0%) vs baseline: +0.2%

Memory: ✅ 36.392MB (SLO: <38.000MB -4.2%) vs baseline: +4.7%


✅ wsgi_large_header_no_matches

Time: ✅ 28.109µs (SLO: <40.000µs 📉 -29.7%) vs baseline: -0.4%

Memory: ✅ 36.569MB (SLO: <38.000MB -3.8%) vs baseline: +5.4%


✅ wsgi_large_valid_headers_all

Time: ✅ 29.356µs (SLO: <40.000µs 📉 -26.6%) vs baseline: +0.8%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.8%


✅ wsgi_medium_header_no_matches

Time: ✅ 9.517µs (SLO: <20.000µs 📉 -52.4%) vs baseline: +0.3%

Memory: ✅ 36.412MB (SLO: <38.000MB -4.2%) vs baseline: +4.6%


✅ wsgi_medium_valid_headers_all

Time: ✅ 11.123µs (SLO: <20.000µs 📉 -44.4%) vs baseline: +1.0%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.6%


✅ wsgi_valid_headers_all

Time: ✅ 5.978µs (SLO: <10.000µs 📉 -40.2%) vs baseline: -0.7%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.6%


✅ wsgi_valid_headers_basic

Time: ✅ 5.506µs (SLO: <10.000µs 📉 -44.9%) vs baseline: -0.6%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +4.7%


httppropagationinject - 16/16

✅ ids_only

Time: ✅ 20.712µs (SLO: <30.000µs 📉 -31.0%) vs baseline: +3.9%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +4.7%


✅ with_all

Time: ✅ 27.268µs (SLO: <40.000µs 📉 -31.8%) vs baseline: +0.7%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +4.8%


✅ with_dd_origin

Time: ✅ 23.907µs (SLO: <30.000µs 📉 -20.3%) vs baseline: -0.1%

Memory: ✅ 36.333MB (SLO: <38.000MB -4.4%) vs baseline: +5.0%


✅ with_priority_and_origin

Time: ✅ 23.252µs (SLO: <40.000µs 📉 -41.9%) vs baseline: -0.6%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +5.0%


✅ with_sampling_priority

Time: ✅ 20.181µs (SLO: <30.000µs 📉 -32.7%) vs baseline: +0.4%

Memory: ✅ 36.353MB (SLO: <38.000MB -4.3%) vs baseline: +5.1%


✅ with_tags

Time: ✅ 25.271µs (SLO: <40.000µs 📉 -36.8%) vs baseline: +0.9%

Memory: ✅ 36.313MB (SLO: <38.000MB -4.4%) vs baseline: +4.7%


✅ with_tags_invalid

Time: ✅ 26.539µs (SLO: <40.000µs 📉 -33.7%) vs baseline: +0.3%

Memory: ✅ 36.392MB (SLO: <38.000MB -4.2%) vs baseline: +5.3%


✅ with_tags_max_size

Time: ✅ 25.661µs (SLO: <40.000µs 📉 -35.8%) vs baseline: +0.2%

Memory: ✅ 36.372MB (SLO: <38.000MB -4.3%) vs baseline: +4.9%


iastaspectssplit - 12/12

✅ rsplit_aspect

Time: ✅ 159.331µs (SLO: <250.000µs 📉 -36.3%) vs baseline: +3.9%

Memory: ✅ 43.856MB (SLO: <46.000MB -4.7%) vs baseline: +5.0%


✅ rsplit_noaspect

Time: ✅ 160.345µs (SLO: <250.000µs 📉 -35.9%) vs baseline: +1.9%

Memory: ✅ 43.877MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ split_aspect

Time: ✅ 147.995µs (SLO: <250.000µs 📉 -40.8%) vs baseline: -2.0%

Memory: ✅ 43.922MB (SLO: <46.000MB -4.5%) vs baseline: +5.0%


✅ split_noaspect

Time: ✅ 153.642µs (SLO: <250.000µs 📉 -38.5%) vs baseline: -0.3%

Memory: ✅ 43.877MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ splitlines_aspect

Time: ✅ 147.314µs (SLO: <250.000µs 📉 -41.1%) vs baseline: ~same

Memory: ✅ 43.879MB (SLO: <46.000MB -4.6%) vs baseline: +4.8%


✅ splitlines_noaspect

Time: ✅ 153.522µs (SLO: <250.000µs 📉 -38.6%) vs baseline: -0.7%

Memory: ✅ 43.896MB (SLO: <46.000MB -4.6%) vs baseline: +4.9%


iastpropagation - 8/8

✅ no-propagation

Time: ✅ 49.062µs (SLO: <60.000µs 📉 -18.2%) vs baseline: +0.2%

Memory: ✅ 40.914MB (SLO: <42.000MB -2.6%) vs baseline: +4.9%


✅ propagation_enabled

Time: ✅ 136.130µs (SLO: <190.000µs 📉 -28.4%) vs baseline: -0.8%

Memory: ✅ 40.796MB (SLO: <42.000MB -2.9%) vs baseline: +4.9%


✅ propagation_enabled_100

Time: ✅ 1.570ms (SLO: <2.300ms 📉 -31.7%) vs baseline: +0.4%

Memory: ✅ 41.012MB (SLO: <42.000MB -2.4%) vs baseline: +4.9%


✅ propagation_enabled_1000

Time: ✅ 29.118ms (SLO: <34.550ms 📉 -15.7%) vs baseline: -0.3%

Memory: ✅ 41.012MB (SLO: <42.000MB -2.4%) vs baseline: +5.0%


otelsdkspan - 24/24

✅ add-event

Time: ✅ 40.460ms (SLO: <42.000ms -3.7%) vs baseline: +0.2%

Memory: ✅ 39.046MB (SLO: <40.750MB -4.2%) vs baseline: +4.6%


✅ add-link

Time: ✅ 36.401ms (SLO: <38.550ms -5.6%) vs baseline: +0.7%

Memory: ✅ 39.086MB (SLO: <40.750MB -4.1%) vs baseline: +4.8%


✅ add-metrics

Time: ✅ 219.656ms (SLO: <232.000ms -5.3%) vs baseline: +1.2%

Memory: ✅ 39.105MB (SLO: <40.750MB -4.0%) vs baseline: +4.9%


✅ add-tags

Time: ✅ 212.278ms (SLO: <221.600ms -4.2%) vs baseline: +0.2%

Memory: ✅ 39.086MB (SLO: <40.750MB -4.1%) vs baseline: +4.8%


✅ get-context

Time: ✅ 29.305ms (SLO: <31.300ms -6.4%) vs baseline: +0.4%

Memory: ✅ 39.105MB (SLO: <40.750MB -4.0%) vs baseline: +4.9%


✅ is-recording

Time: ✅ 29.287ms (SLO: <31.000ms -5.5%) vs baseline: +1.2%

Memory: ✅ 39.046MB (SLO: <40.750MB -4.2%) vs baseline: +5.0%


✅ record-exception

Time: ✅ 63.101ms (SLO: <65.850ms -4.2%) vs baseline: -0.1%

Memory: ✅ 39.086MB (SLO: <40.750MB -4.1%) vs baseline: +4.9%


✅ set-status

Time: ✅ 31.993ms (SLO: <34.150ms -6.3%) vs baseline: +0.6%

Memory: ✅ 39.145MB (SLO: <40.750MB -3.9%) vs baseline: +4.9%


✅ start

Time: ✅ 29.248ms (SLO: <30.150ms -3.0%) vs baseline: +1.2%

Memory: ✅ 38.987MB (SLO: <40.750MB -4.3%) vs baseline: +4.4%


✅ start-finish

Time: ✅ 33.997ms (SLO: <35.350ms -3.8%) vs baseline: +0.3%

Memory: ✅ 39.066MB (SLO: <40.750MB -4.1%) vs baseline: +4.8%


✅ start-finish-telemetry

Time: ✅ 34.134ms (SLO: <35.450ms -3.7%) vs baseline: +0.6%

Memory: ✅ 39.164MB (SLO: <40.750MB -3.9%) vs baseline: +5.1%


✅ update-name

Time: ✅ 30.957ms (SLO: <33.400ms -7.3%) vs baseline: ~same

Memory: ✅ 39.105MB (SLO: <40.750MB -4.0%) vs baseline: +4.9%


packagespackageforrootmodulemapping - 4/4

✅ cache_off

Time: ✅ 345.544ms (SLO: <354.300ms -2.5%) vs baseline: ~same

Memory: ✅ 43.144MB (SLO: <46.000MB -6.2%) vs baseline: +6.1%


✅ cache_on

Time: ✅ 0.390µs (SLO: <10.000µs 📉 -96.1%) vs baseline: +0.2%

Memory: ✅ 41.449MB (SLO: <46.000MB -9.9%) vs baseline: +5.1%


ratelimiter - 12/12

✅ defaults

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

Memory: ✅ 36.628MB (SLO: <38.000MB -3.6%) vs baseline: +5.0%


✅ high_rate_limit

Time: ✅ 2.402µs (SLO: <10.000µs 📉 -76.0%) vs baseline: -0.3%

Memory: ✅ 36.589MB (SLO: <38.000MB -3.7%) vs baseline: +5.1%


✅ long_window

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

Memory: ✅ 36.628MB (SLO: <38.000MB -3.6%) vs baseline: +5.0%


✅ low_rate_limit

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

Memory: ✅ 36.628MB (SLO: <38.000MB -3.6%) vs baseline: +5.1%


✅ no_rate_limit

Time: ✅ 0.830µs (SLO: <10.000µs 📉 -91.7%) vs baseline: +0.6%

Memory: ✅ 36.549MB (SLO: <38.000MB -3.8%) vs baseline: +4.9%


✅ short_window

Time: ✅ 2.477µs (SLO: <10.000µs 📉 -75.2%) vs baseline: -1.0%

Memory: ✅ 36.569MB (SLO: <38.000MB -3.8%) vs baseline: +4.5%


samplingrules - 8/8

✅ average_match

Time: ✅ 148.700µs (SLO: <200.000µs 📉 -25.7%) vs baseline: -0.2%

Memory: ✅ 36.274MB (SLO: <38.000MB -4.5%) vs baseline: +4.8%


✅ high_match

Time: ✅ 169.628µs (SLO: <200.000µs 📉 -15.2%) vs baseline: +0.8%

Memory: ✅ 36.294MB (SLO: <38.000MB -4.5%) vs baseline: +5.1%


✅ low_match

Time: ✅ 123.276µs (SLO: <130.000µs -5.2%) vs baseline: ~same

Memory: ✅ 701.844MB (SLO: <780.000MB 📉 -10.0%) vs baseline: +4.9%


✅ very_low_match

Time: ✅ 2.686ms (SLO: <4.000ms 📉 -32.9%) vs baseline: +0.8%

Memory: ✅ 78.944MB (SLO: <85.000MB -7.1%) vs baseline: +5.1%


sethttpmeta - 32/32

✅ all-disabled

Time: ✅ 10.747µs (SLO: <20.000µs 📉 -46.3%) vs baseline: +0.9%

Memory: ✅ 37.139MB (SLO: <38.750MB -4.2%) vs baseline: +4.7%


✅ all-enabled

Time: ✅ 40.032µs (SLO: <50.000µs 📉 -19.9%) vs baseline: +2.3%

Memory: ✅ 36.982MB (SLO: <38.750MB -4.6%) vs baseline: +4.1%


✅ collectipvariant_exists

Time: ✅ 39.978µs (SLO: <50.000µs 📉 -20.0%) vs baseline: ~same

Memory: ✅ 37.120MB (SLO: <38.750MB -4.2%) vs baseline: +4.4%


✅ no-collectipvariant

Time: ✅ 39.224µs (SLO: <50.000µs 📉 -21.6%) vs baseline: +0.6%

Memory: ✅ 37.159MB (SLO: <38.750MB -4.1%) vs baseline: +4.2%


✅ no-useragentvariant

Time: ✅ 38.151µs (SLO: <50.000µs 📉 -23.7%) vs baseline: +1.1%

Memory: ✅ 37.218MB (SLO: <38.750MB -4.0%) vs baseline: +5.0%


✅ obfuscation-no-query

Time: ✅ 39.857µs (SLO: <50.000µs 📉 -20.3%) vs baseline: +0.1%

Memory: ✅ 37.238MB (SLO: <38.750MB -3.9%) vs baseline: +4.5%


✅ obfuscation-regular-case-explicit-query

Time: ✅ 76.568µs (SLO: <90.000µs 📉 -14.9%) vs baseline: +0.6%

Memory: ✅ 37.532MB (SLO: <38.750MB -3.1%) vs baseline: +5.0%


✅ obfuscation-regular-case-implicit-query

Time: ✅ 76.872µs (SLO: <90.000µs 📉 -14.6%) vs baseline: +0.3%

Memory: ✅ 37.532MB (SLO: <38.750MB -3.1%) vs baseline: +5.0%


✅ obfuscation-send-querystring-disabled

Time: ✅ 154.642µs (SLO: <170.000µs -9.0%) vs baseline: +0.1%

Memory: ✅ 37.513MB (SLO: <38.750MB -3.2%) vs baseline: +5.0%


✅ obfuscation-worst-case-explicit-query

Time: ✅ 148.930µs (SLO: <160.000µs -6.9%) vs baseline: -0.1%

Memory: ✅ 37.572MB (SLO: <38.750MB -3.0%) vs baseline: +5.0%


✅ obfuscation-worst-case-implicit-query

Time: ✅ 155.305µs (SLO: <170.000µs -8.6%) vs baseline: +0.1%

Memory: ✅ 37.532MB (SLO: <38.750MB -3.1%) vs baseline: +5.1%


✅ useragentvariant_exists_1

Time: ✅ 38.998µs (SLO: <50.000µs 📉 -22.0%) vs baseline: +1.1%

Memory: ✅ 37.238MB (SLO: <38.750MB -3.9%) vs baseline: +5.0%


✅ useragentvariant_exists_2

Time: ✅ 39.825µs (SLO: <50.000µs 📉 -20.4%) vs baseline: +0.5%

Memory: ✅ 37.277MB (SLO: <38.750MB -3.8%) vs baseline: +5.1%


✅ useragentvariant_exists_3

Time: ✅ 39.570µs (SLO: <50.000µs 📉 -20.9%) vs baseline: +1.0%

Memory: ✅ 37.297MB (SLO: <38.750MB -3.8%) vs baseline: +5.5%


✅ useragentvariant_not_exists_1

Time: ✅ 38.770µs (SLO: <50.000µs 📉 -22.5%) vs baseline: +0.8%

Memory: ✅ 37.100MB (SLO: <38.750MB -4.3%) vs baseline: +5.0%


✅ useragentvariant_not_exists_2

Time: ✅ 38.825µs (SLO: <50.000µs 📉 -22.4%) vs baseline: +0.4%

Memory: ✅ 37.238MB (SLO: <38.750MB -3.9%) vs baseline: +5.2%

ℹ️ Scenarios Missing SLO Configuration (48 scenarios)

The following scenarios exist in candidate data but have no SLO thresholds configured:

  • coreapiscenario-core_dispatch_listeners
  • coreapiscenario-core_dispatch_no_listeners
  • coreapiscenario-core_dispatch_with_results_listeners
  • coreapiscenario-core_dispatch_with_results_no_listeners
  • djangosimple-baseline
  • errortrackingdjangosimple-baseline
  • errortrackingflasksqli-baseline
  • flasksimple-baseline
  • flasksqli-baseline
  • iast_aspects-re_expand_aspect
  • iast_aspects-re_expand_noaspect
  • iast_aspects-re_findall_aspect
  • iast_aspects-re_findall_noaspect
  • iast_aspects-re_finditer_aspect
  • iast_aspects-re_finditer_noaspect
  • iast_aspects-re_fullmatch_aspect
  • iast_aspects-re_fullmatch_noaspect
  • iast_aspects-re_group_aspect
  • iast_aspects-re_group_noaspect
  • iast_aspects-re_groups_aspect
  • iast_aspects-re_groups_noaspect
  • iast_aspects-re_match_aspect
  • iast_aspects-re_match_noaspect
  • iast_aspects-re_search_aspect
  • iast_aspects-re_search_noaspect
  • iast_aspects-re_sub_aspect
  • iast_aspects-re_sub_noaspect
  • iast_aspects-re_subn_aspect
  • iast_aspects-re_subn_noaspect
  • sethttpmeta-obfuscation-disabled
  • startup-baseline
  • startup-baseline_django
  • startup-baseline_flask
  • startup-ddtrace_run
  • startup-ddtrace_run_appsec
  • startup-ddtrace_run_profiling
  • startup-ddtrace_run_runtime_metrics
  • startup-ddtrace_run_send_span
  • startup-ddtrace_run_telemetry_disabled
  • startup-ddtrace_run_telemetry_enabled
  • startup-import_ddtrace
  • startup-import_ddtrace_auto
  • startup-import_ddtrace_auto_django
  • startup-import_ddtrace_auto_flask
  • startup-import_ddtrace_django
  • startup-import_ddtrace_flask
  • telemetrydependencies-first-50-deps-sca-off
  • telemetrydependencies-first-50-deps-sca-on

@KowalskiThomas KowalskiThomas changed the title ci(profiling): use two-time upload api in libdatadog refactor(profiling): use two-time upload api in libdatadog Mar 31, 2026
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch 2 times, most recently from ac97265 to a6fa778 Compare March 31, 2026 09:24
@KowalskiThomas KowalskiThomas added the Profiling Continous Profling label Mar 31, 2026
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch from a6fa778 to 3626ef8 Compare March 31, 2026 09:31
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch 4 times, most recently from 309dcbb to 499d53c Compare April 17, 2026 17:50
@KowalskiThomas KowalskiThomas marked this pull request as ready for review April 17, 2026 18:57
@KowalskiThomas KowalskiThomas requested review from a team as code owners April 17, 2026 18:57
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 499d53cc58

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread ddtrace/internal/datadog/profiling/dd_wrapper/src/uploader.cpp
gh-worker-dd-mergequeue-cf854d Bot pushed a commit to DataDog/libdatadog that referenced this pull request Apr 17, 2026
## What does this PR do?

This PR splits the Exporter creation process into two steps (two functions to call):
1. Create the Tokio runtime with `init_runtime`
2. Upload the Profile with `send_blocking` (`send_blocking` calls `init_runtime` if it hasn't been initialised from the outside)

This fixes a TSan-detected race condition where we try to cancel the Upload request (using the Cancellation Token) at the same time the runtime is being initialised.   
Example runtime Profiler fix PR: DataDog/dd-trace-py#16467

The PR also updates the existing `exporter.cpp` example to use the new function (tested with `cargo ffi-test --filter exporter`).

## Open questions

Currently, the PR maintains compatibility with existing usages -- not explicitly calling `init_runtime` will make `send_blocking` call it when it needs it. However, this is risky (for the reasons that made us make this PR in the first place).
* Should we prevent people from doing this? _Doing so will break compatibility with current usages._
* ... Or should we instead keep the race? _Doing so will guarantee backwards compatibility but also not force usages to be fixed._

--- We ended up going for the second, keeping the race so that we don't have a breaking API change. 

Co-authored-by: thomas.kowalski <thomas.kowalski@datadoghq.com>
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch from 499d53c to acbc592 Compare April 17, 2026 19:26
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch from acbc592 to 0d1daf7 Compare April 30, 2026 07:53
@KowalskiThomas KowalskiThomas force-pushed the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch from 0d1daf7 to 7388ded Compare April 30, 2026 13:27
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 3ffe05c into main Apr 30, 2026
436 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the kowalski/temp-profiling-use-two-time-upload-api-in-libdatadog branch April 30, 2026 15:37
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. Profiling Continous Profling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants