Skip to content

[Profiler] Fix UB in DebugInfoStore::Get(): re-acquire iterator after map insertion#8468

Merged
gleocadie merged 1 commit into
masterfrom
gleocadie/fix-undefined-behavior
Apr 17, 2026
Merged

[Profiler] Fix UB in DebugInfoStore::Get(): re-acquire iterator after map insertion#8468
gleocadie merged 1 commit into
masterfrom
gleocadie/fix-undefined-behavior

Conversation

@gleocadie

Copy link
Copy Markdown
Collaborator

Summary of changes

Inspired by #8283 (review)

Reason for change

In DebugInfoStore::Get(), ParseModuleDebugInfo(moduleId) inserts into the _modulesInfo unordered_map via _modulesInfo[moduleId], which may trigger a rehash that invalidates all iterators. The old code reused a stale iterator obtained before the insertion — undefined behavior per the C++ standard. Fix: re-acquire the iterator via find() after insertion, and simplify the now-unnecessary ternary.

Implementation details

re-acquire the iterator

Test coverage

Other details

@gleocadie
gleocadie requested a review from a team as a code owner April 16, 2026 11:54
@github-actions github-actions Bot added the area:profiler Issues related to the continous-profiler label Apr 16, 2026
@dd-trace-dotnet-ci-bot

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8468) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration73.97 ± (73.77 - 74.35) ms71.77 ± (71.82 - 72.17) ms-3.0%
.NET Framework 4.8 - Bailout
duration77.65 ± (77.55 - 78.02) ms78.03 ± (78.08 - 78.70) ms+0.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1070.45 ± (1070.90 - 1076.81) ms1072.99 ± (1073.20 - 1079.13) ms+0.2%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.77 ± (22.70 - 22.83) ms22.41 ± (22.37 - 22.44) ms-1.6%
process.time_to_main_ms86.00 ± (85.68 - 86.31) ms83.38 ± (83.17 - 83.58) ms-3.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.91 ± (10.91 - 10.91) MB10.92 ± (10.91 - 10.92) MB+0.0%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.38 ± (22.35 - 22.41) ms22.75 ± (22.69 - 22.80) ms+1.6%✅⬆️
process.time_to_main_ms85.50 ± (85.28 - 85.71) ms88.74 ± (88.46 - 89.03) ms+3.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.95 ± (10.95 - 10.96) MB10.94 ± (10.94 - 10.94) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms229.67 ± (228.36 - 230.99) ms228.78 ± (227.62 - 229.95) ms-0.4%
process.time_to_main_ms525.99 ± (524.79 - 527.19) ms530.30 ± (528.72 - 531.87) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.49 ± (48.46 - 48.52) MB48.42 ± (48.39 - 48.45) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms21.49 ± (21.43 - 21.55) ms21.39 ± (21.33 - 21.45) ms-0.5%
process.time_to_main_ms74.95 ± (74.62 - 75.27) ms74.83 ± (74.53 - 75.13) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.62 ± (10.62 - 10.62) MB10.65 ± (10.65 - 10.65) MB+0.3%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.07 ± (21.03 - 21.10) ms21.12 ± (21.08 - 21.16) ms+0.3%✅⬆️
process.time_to_main_ms74.14 ± (73.96 - 74.32) ms73.95 ± (73.78 - 74.13) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.71 ± (10.71 - 10.72) MB10.76 ± (10.75 - 10.76) MB+0.4%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms384.84 ± (383.04 - 386.63) ms384.51 ± (382.57 - 386.46) ms-0.1%
process.time_to_main_ms526.54 ± (525.42 - 527.66) ms530.07 ± (528.85 - 531.28) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.01 ± (49.98 - 50.03) MB50.03 ± (50.01 - 50.06) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.35 ± (19.30 - 19.39) ms19.59 ± (19.54 - 19.64) ms+1.3%✅⬆️
process.time_to_main_ms72.52 ± (72.29 - 72.75) ms73.14 ± (72.92 - 73.36) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.66 - 7.68) MB7.65 ± (7.65 - 7.66) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.60 ± (19.56 - 19.65) ms19.81 ± (19.75 - 19.87) ms+1.1%✅⬆️
process.time_to_main_ms74.75 ± (74.52 - 74.99) ms75.75 ± (75.45 - 76.05) ms+1.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.71 ± (7.70 - 7.71) MB7.70 ± (7.70 - 7.71) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms304.85 ± (302.54 - 307.15) ms304.36 ± (302.02 - 306.70) ms-0.2%
process.time_to_main_ms487.76 ± (486.79 - 488.73) ms487.70 ± (486.43 - 488.98) ms-0.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.04 ± (37.02 - 37.06) MB37.05 ± (37.02 - 37.07) MB+0.0%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.1%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration206.01 ± (205.64 - 206.47) ms207.51 ± (207.28 - 208.15) ms+0.7%✅⬆️
.NET Framework 4.8 - Bailout
duration209.66 ± (209.35 - 210.27) ms210.65 ± (210.48 - 211.19) ms+0.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1204.02 ± (1202.96 - 1208.28) ms1212.30 ± (1211.59 - 1218.41) ms+0.7%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms201.91 ± (201.51 - 202.30) ms202.02 ± (201.58 - 202.45) ms+0.1%✅⬆️
process.time_to_main_ms88.21 ± (87.88 - 88.53) ms88.32 ± (88.00 - 88.64) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.06 ± (16.04 - 16.08) MB15.93 ± (15.91 - 15.94) MB-0.9%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.1%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms201.38 ± (201.02 - 201.74) ms201.29 ± (200.91 - 201.67) ms-0.0%
process.time_to_main_ms89.09 ± (88.89 - 89.30) ms89.79 ± (89.56 - 90.03) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.13 ± (16.11 - 16.16) MB15.98 ± (15.96 - 16.00) MB-1.0%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (20 - 21)-1.3%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms414.22 ± (413.18 - 415.26) ms415.63 ± (414.04 - 417.21) ms+0.3%✅⬆️
process.time_to_main_ms546.24 ± (545.22 - 547.27) ms545.01 ± (543.59 - 546.44) ms-0.2%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.40 ± (59.36 - 59.43) MB59.29 ± (59.25 - 59.34) MB-0.2%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (29 - 30)-0.0%
.NET 6 - Baseline
process.internal_duration_ms207.99 ± (207.61 - 208.37) ms207.93 ± (207.48 - 208.39) ms-0.0%
process.time_to_main_ms77.20 ± (76.97 - 77.42) ms77.25 ± (76.95 - 77.56) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.24 ± (16.23 - 16.26) MB16.33 ± (16.30 - 16.35) MB+0.5%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 20)+0.2%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms206.59 ± (206.28 - 206.90) ms206.91 ± (206.51 - 207.31) ms+0.2%✅⬆️
process.time_to_main_ms77.82 ± (77.62 - 78.03) ms78.23 ± (78.01 - 78.46) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.26 ± (16.24 - 16.29) MB16.33 ± (16.30 - 16.36) MB+0.4%✅⬆️
runtime.dotnet.threads.count21 ± (20 - 21)20 ± (20 - 20)-0.7%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms601.62 ± (598.96 - 604.28) ms602.36 ± (599.78 - 604.95) ms+0.1%✅⬆️
process.time_to_main_ms543.00 ± (541.68 - 544.31) ms544.73 ± (543.51 - 545.94) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.96 ± (61.87 - 62.05) MB61.86 ± (61.78 - 61.95) MB-0.2%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-0.1%
.NET 8 - Baseline
process.internal_duration_ms205.30 ± (204.84 - 205.76) ms204.32 ± (203.90 - 204.73) ms-0.5%
process.time_to_main_ms76.22 ± (75.94 - 76.51) ms75.74 ± (75.50 - 75.98) ms-0.6%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.66 ± (11.64 - 11.68) MB11.63 ± (11.61 - 11.65) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-0.1%
.NET 8 - Bailout
process.internal_duration_ms204.63 ± (204.23 - 205.03) ms203.78 ± (203.45 - 204.11) ms-0.4%
process.time_to_main_ms77.37 ± (77.15 - 77.59) ms77.16 ± (76.98 - 77.34) ms-0.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.71 ± (11.69 - 11.73) MB11.72 ± (11.70 - 11.74) MB+0.1%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.7%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms524.81 ± (520.16 - 529.45) ms532.85 ± (527.37 - 538.33) ms+1.5%✅⬆️
process.time_to_main_ms504.18 ± (503.25 - 505.12) ms506.84 ± (505.92 - 507.77) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.69 ± (50.64 - 50.75) MB50.69 ± (50.63 - 50.75) MB-0.0%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.4%
Comparison explanation

Execution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

Duration charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (72ms)  : 69, 75
    master - mean (74ms)  : 70, 79

    section Bailout
    This PR (8468) - mean (78ms)  : 74, 83
    master - mean (78ms)  : 74, 81

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (1,076ms)  : 1034, 1119
    master - mean (1,074ms)  : 1032, 1116

Loading
FakeDbCommand (.NET Core 3.1)
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (113ms)  : 108, 117
    master - mean (116ms)  : 109, 122

    section Bailout
    This PR (8468) - mean (119ms)  : 112, 125
    master - mean (115ms)  : 111, 119

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (797ms)  : 774, 820
    master - mean (793ms)  : 771, 814

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (103ms)  : 98, 108
    master - mean (103ms)  : 97, 109

    section Bailout
    This PR (8468) - mean (101ms)  : 98, 105
    master - mean (102ms)  : 97, 106

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (943ms)  : 898, 987
    master - mean (938ms)  : 906, 970

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (101ms)  : 95, 107
    master - mean (99ms)  : 95, 104

    section Bailout
    This PR (8468) - mean (104ms)  : 97, 110
    master - mean (102ms)  : 97, 107

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (824ms)  : 784, 865
    master - mean (825ms)  : 775, 875

Loading
HttpMessageHandler (.NET Framework 4.8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (208ms)  : 203, 213
    master - mean (206ms)  : 202, 210

    section Bailout
    This PR (8468) - mean (211ms)  : 207, 214
    master - mean (210ms)  : 205, 214

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (1,215ms)  : 1166, 1264
    master - mean (1,206ms)  : 1168, 1243

Loading
HttpMessageHandler (.NET Core 3.1)
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (300ms)  : 294, 306
    master - mean (299ms)  : 293, 305

    section Bailout
    This PR (8468) - mean (300ms)  : 294, 306
    master - mean (300ms)  : 295, 304

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (1,003ms)  : 978, 1027
    master - mean (997ms)  : 962, 1031

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (294ms)  : 287, 301
    master - mean (294ms)  : 286, 302

    section Bailout
    This PR (8468) - mean (294ms)  : 288, 300
    master - mean (293ms)  : 288, 298

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (1,175ms)  : 1130, 1221
    master - mean (1,176ms)  : 1138, 1213

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8468) - mean (291ms)  : 284, 298
    master - mean (293ms)  : 285, 300

    section Bailout
    This PR (8468) - mean (292ms)  : 287, 296
    master - mean (293ms)  : 287, 298

    section CallTarget+Inlining+NGEN
    This PR (8468) - mean (1,074ms)  : 991, 1156
    master - mean (1,064ms)  : 997, 1131

Loading

@pr-commenter

pr-commenter Bot commented Apr 16, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-04-16 13:01:10

Comparing candidate commit 6e49e41 in PR branch gleocadie/fix-undefined-behavior with baseline commit 5f3c2a8 in branch master.

Found 1 performance improvements and 1 performance regressions! Performance is the same for 25 metrics, 0 unstable metrics, 87 known flaky benchmarks.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟥 throughput [-22472.023op/s; -19559.748op/s] or [-6.329%; -5.509%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net6.0

  • 🟩 throughput [+8030.512op/s; +9684.949op/s] or [+5.455%; +6.579%]

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.005%]
  • ignore execution_time [-865.517µs; +93.162µs] or [-0.430%; +0.046%]
  • ignore throughput [+284.960op/s; +693.494op/s] or [+0.338%; +0.822%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1702.620µs; +1799.893µs] or [-0.849%; +0.898%]
  • 🟩 throughput [+9121.456op/s; +11349.765op/s] or [+7.667%; +9.540%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [+0.743ms; +2.943ms] or [+0.374%; +1.480%]
  • ignore throughput [+630.974op/s; +1849.841op/s] or [+0.642%; +1.881%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-3 bytes; -2 bytes] or [-0.100%; -0.087%]
  • 🟥 execution_time [+314.873ms; +320.235ms] or [+156.251%; +158.912%]
  • ignore throughput [+18.777op/s; +22.491op/s] or [+3.378%; +4.047%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+379.595ms; +382.294ms] or [+299.903%; +302.036%]
  • ignore throughput [+8.918op/s; +12.575op/s] or [+1.176%; +1.658%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+395.026ms; +397.613ms] or [+349.583%; +351.872%]
  • ignore throughput [-6.635op/s; -1.997op/s] or [-0.937%; -0.282%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net472

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-674.703µs; -118.547µs] or [-0.337%; -0.059%]
  • ignore throughput [-5012.315op/s; -4553.839op/s] or [-3.900%; -3.543%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-16.394ms; -12.225ms] or [-7.656%; -5.709%]
  • ignore throughput [+4873.779op/s; +7674.643op/s] or [+3.558%; +5.602%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-13.311ms; -9.150ms] or [-6.339%; -4.357%]
  • ignore throughput [+201.525op/s; +2487.020op/s] or [+0.182%; +2.249%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net472

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-601.650µs; -42.612µs] or [-0.300%; -0.021%]
  • 🟥 throughput [-238382.209op/s; -234187.253op/s] or [-24.340%; -23.912%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net6.0

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-26.814ms; -21.961ms] or [-11.958%; -9.794%]
  • ignore throughput [-57015.744op/s; -34392.940op/s] or [-6.091%; -3.674%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [-4.972ms; -0.656ms] or [-2.482%; -0.327%]
  • 🟥 throughput [-131510.651op/s; -115611.050op/s] or [-18.896%; -16.611%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-1127.483µs; -99.661µs] or [-0.562%; -0.050%]
  • ignore throughput [-1512.407op/s; -572.506op/s] or [-1.018%; -0.385%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [-1271.834µs; +2293.605µs] or [-0.642%; +1.157%]
  • 🟩 throughput [+10975.680op/s; +13990.822op/s] or [+6.984%; +8.902%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+1.635ms; +5.623ms] or [+0.834%; +2.867%]
  • 🟩 throughput [+9101.856op/s; +11745.191op/s] or [+7.251%; +9.357%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-333.372µs; -132.080µs] or [-0.166%; -0.066%]
  • ignore throughput [+61039.550op/s; +78212.742op/s] or [+1.857%; +2.379%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-2.815ms; -1.962ms] or [-1.392%; -0.970%]
  • 🟩 throughput [+457243.305op/s; +473718.609op/s] or [+15.246%; +15.796%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-19.431ms; -15.048ms] or [-8.957%; -6.937%]
  • 🟩 throughput [+228703.541op/s; +282610.553op/s] or [+9.078%; +11.218%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net472

  • ignore allocated_mem [+0 bytes; +2 bytes] or [-0.001%; +0.007%]
  • 🟥 execution_time [+300.211ms; +300.748ms] or [+150.005%; +150.273%]
  • ignore throughput [+214.217op/s; +228.039op/s] or [+2.366%; +2.519%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net6.0

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.981ms; +303.090ms] or [+151.281%; +152.849%]
  • ignore throughput [+262.014op/s; +478.450op/s] or [+2.004%; +3.659%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs netcoreapp3.1

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+298.974ms; +301.824ms] or [+150.600%; +152.035%]
  • ignore throughput [-29.083op/s; +107.548op/s] or [-0.281%; +1.038%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net472

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.186%; +0.199%]
  • 🟥 execution_time [+296.568ms; +297.677ms] or [+145.663%; +146.207%]
  • ignore throughput [+11.188op/s; +17.768op/s] or [+0.297%; +0.471%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+294.534ms; +297.590ms] or [+143.987%; +145.481%]
  • ignore throughput [+83.585op/s; +119.232op/s] or [+1.214%; +1.732%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+304.111ms; +305.942ms] or [+151.994%; +152.909%]
  • ignore throughput [+8.492op/s; +33.879op/s] or [+0.169%; +0.672%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+3.406µs; +7.112µs] or [+0.699%; +1.460%]
  • ignore throughput [-29.342op/s; -14.034op/s] or [-1.429%; -0.684%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+16.153µs; +42.752µs] or [+3.705%; +9.805%]
  • ignore throughput [-211.359op/s; -91.674op/s] or [-9.189%; -3.986%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+8.614µs; +30.560µs] or [+1.846%; +6.548%]
  • ignore throughput [-150.216op/s; -69.533op/s] or [-6.934%; -3.210%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-2517.785ns; +1547.785ns] or [-0.680%; +0.418%]
  • ignore throughput [-10.560op/s; +18.639op/s] or [-0.391%; +0.690%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+21.235µs; +44.789µs] or [+6.779%; +14.299%]
  • 🟥 throughput [-418.626op/s; -220.386op/s] or [-13.050%; -6.870%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-15.052µs; +7.312µs] or [-4.118%; +2.000%]
  • ignore throughput [-88.093op/s; +45.342op/s] or [-3.161%; +1.627%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+300.072ms; +300.734ms] or [+149.767%; +150.097%]
  • ignore throughput [-1607016.073op/s; -1041467.422op/s] or [-0.805%; -0.522%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0

  • ignore allocated_mem [+66 bytes; +68 bytes] or [+0.368%; +0.379%]
  • unstable execution_time [+336.650ms; +382.702ms] or [+365.784%; +415.822%]
  • 🟩 throughput [+1127.382op/s; +1262.546op/s] or [+9.264%; +10.375%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest netcoreapp3.1

  • ignore allocated_mem [+20 bytes; +22 bytes] or [+0.099%; +0.110%]
  • 🟥 execution_time [+367.087ms; +371.102ms] or [+278.726%; +281.774%]
  • 🟩 throughput [+651.200op/s; +851.950op/s] or [+6.304%; +8.247%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.721KB; +2.726KB] or [+4.834%; +4.843%]
  • unstable execution_time [+303.824ms; +364.699ms] or [+139.695%; +167.685%]
  • 🟥 throughput [-491.253op/s; -433.883op/s] or [-44.512%; -39.314%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • ignore allocated_mem [-1.268KB; -1.266KB] or [-2.991%; -2.985%]
  • unstable execution_time [+201.525ms; +334.742ms] or [+85.881%; +142.653%]
  • 🟥 throughput [-745.420op/s; -661.917op/s] or [-49.720%; -44.150%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • ignore allocated_mem [+1.585KB; +1.588KB] or [+3.742%; +3.749%]
  • 🟥 execution_time [+336.045ms; +343.909ms] or [+200.994%; +205.697%]
  • 🟥 throughput [-399.033op/s; -364.185op/s] or [-27.784%; -25.358%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-58.438µs; -39.442µs] or [-2.941%; -1.985%]
  • ignore throughput [+10.539op/s; +15.472op/s] or [+2.094%; +3.074%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-36.713µs; -20.066µs] or [-2.522%; -1.378%]
  • ignore throughput [+10.178op/s; +18.250op/s] or [+1.482%; +2.656%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-209.801µs; -118.113µs] or [-7.299%; -4.109%]
  • ignore throughput [+15.460op/s; +35.173op/s] or [+4.444%; +10.110%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+5.903µs; +29.402µs] or [+0.510%; +2.539%]
  • ignore throughput [-18.853op/s; -3.129op/s] or [-2.183%; -0.362%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-58.958µs; -40.683µs] or [-5.468%; -3.773%]
  • ignore throughput [+36.842op/s; +57.461op/s] or [+3.972%; +6.196%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-115.052µs; -10.139µs] or [-6.164%; -0.543%]
  • unstable throughput [+9.985op/s; +77.097op/s] or [+1.864%; +14.391%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+28.683µs; +51.806µs] or [+1.120%; +2.024%]
  • ignore throughput [-7.542op/s; -4.170op/s] or [-1.931%; -1.068%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-125.475µs; -82.714µs] or [-6.356%; -4.190%]
  • ignore throughput [+24.135op/s; +35.626op/s] or [+4.764%; +7.033%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-136.215µs; -98.203µs] or [-3.454%; -2.490%]
  • ignore throughput [+6.704op/s; +9.141op/s] or [+2.643%; +3.605%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+304.043ms; +305.372ms] or [+153.110%; +153.779%]
  • ignore throughput [-624.619op/s; +893.221op/s] or [-0.201%; +0.287%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+300.292ms; +301.581ms] or [+150.477%; +151.123%]
  • ignore throughput [+24925.966op/s; +29959.018op/s] or [+3.930%; +4.723%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.066ms; +304.388ms] or [+151.243%; +152.912%]
  • ignore throughput [+14116.955op/s; +21965.279op/s] or [+2.974%; +4.627%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+300.306ms; +302.293ms] or [+150.804%; +151.802%]
  • ignore throughput [+4243.268op/s; +7646.978op/s] or [+1.422%; +2.562%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+298.405ms; +299.713ms] or [+147.548%; +148.195%]
  • ignore throughput [+8910.979op/s; +14720.721op/s] or [+1.436%; +2.372%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+304.060ms; +307.702ms] or [+154.111%; +155.957%]
  • ignore throughput [-1032.845op/s; +7273.130op/s] or [-0.223%; +1.571%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+300.797ms; +303.031ms] or [+150.973%; +152.094%]
  • 🟥 throughput [-23526.472op/s; -21606.188op/s] or [-6.103%; -5.605%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+300.563ms; +301.985ms] or [+149.803%; +150.512%]
  • 🟩 throughput [+67919.094op/s; +73105.737op/s] or [+13.487%; +14.516%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+298.439ms; +301.011ms] or [+148.471%; +149.751%]
  • ignore throughput [-14481.505op/s; -9563.333op/s] or [-3.428%; -2.264%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-887.707µs; -113.275µs] or [-0.441%; -0.056%]
  • ignore throughput [-7690.470op/s; -6581.868op/s] or [-3.093%; -2.647%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-16.080ms; -12.446ms] or [-7.477%; -5.787%]
  • 🟩 throughput [+26527.458op/s; +33099.522op/s] or [+7.277%; +9.080%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-0.203ms; +3.731ms] or [-0.102%; +1.872%]
  • ignore throughput [+9174.325op/s; +15064.530op/s] or [+3.349%; +5.499%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • unstable execution_time [+7.895µs; +48.797µs] or [+1.950%; +12.053%]
  • ignore throughput [-253.657op/s; -48.046op/s] or [-10.207%; -1.933%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net6.0

  • 🟩 allocated_mem [-18.989KB; -18.969KB] or [-6.927%; -6.919%]
  • unstable execution_time [-35.147µs; +17.044µs] or [-6.947%; +3.369%]
  • ignore throughput [-59.288op/s; +120.676op/s] or [-2.959%; +6.022%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1

  • ignore allocated_mem [-874 bytes; -857 bytes] or [-0.319%; -0.313%]
  • unstable execution_time [-38.706µs; +19.251µs] or [-6.708%; +3.336%]
  • ignore throughput [-43.112op/s; +113.288op/s] or [-2.463%; +6.472%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+0.560µs; +2.099µs] or [+0.970%; +3.636%]
  • ignore throughput [-585.164op/s; -154.840op/s] or [-3.377%; -0.893%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • 🟥 execution_time [+6.168µs; +10.389µs] or [+14.578%; +24.556%]
  • 🟥 throughput [-4648.074op/s; -2869.476op/s] or [-19.567%; -12.080%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark netcoreapp3.1

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-14.751µs; -7.741µs] or [-22.886%; -12.010%]
  • 🟩 throughput [+2001.916op/s; +3482.935op/s] or [+12.282%; +21.369%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.061%; +0.072%]
  • 🟥 execution_time [+301.806ms; +302.932ms] or [+152.550%; +153.119%]
  • ignore throughput [-155.110op/s; -132.950op/s] or [-2.592%; -2.222%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.017%; +0.027%]
  • 🟥 execution_time [+303.579ms; +305.676ms] or [+154.521%; +155.588%]
  • ignore throughput [-273.022op/s; -198.135op/s] or [-3.386%; -2.457%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • 🟥 execution_time [+298.869ms; +300.709ms] or [+149.621%; +150.542%]
  • ignore throughput [-175.688op/s; -111.886op/s] or [-2.238%; -1.425%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-584.496µs; +214.565µs] or [-0.291%; +0.107%]
  • ignore throughput [-17187.932op/s; -15381.841op/s] or [-4.758%; -4.258%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [-332.868µs; +398.950µs] or [-0.166%; +0.199%]
  • 🟩 throughput [+34328.364op/s; +37615.219op/s] or [+6.498%; +7.120%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+0.999ms; +4.637ms] or [+0.506%; +2.351%]
  • ignore throughput [+3316.251op/s; +11703.183op/s] or [+0.785%; +2.770%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+300.104ms; +302.378ms] or [+149.575%; +150.708%]
  • ignore throughput [-3598.345op/s; -2436.258op/s] or [-2.376%; -1.609%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+301.489ms; +302.803ms] or [+151.393%; +152.053%]
  • ignore throughput [+6859.469op/s; +8474.983op/s] or [+2.983%; +3.686%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+304.553ms; +307.381ms] or [+154.450%; +155.884%]
  • ignore throughput [+2529.625op/s; +4393.527op/s] or [+1.425%; +2.475%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.674ms; +300.278ms] or [+149.479%; +149.780%]
  • 🟩 throughput [+61171865.650op/s; +61408419.916op/s] or [+44.549%; +44.721%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0

  • ignore allocated_mem [+88 bytes; +90 bytes] or [+0.518%; +0.528%]
  • unstable execution_time [+383.176ms; +417.903ms] or [+476.548%; +519.736%]
  • 🟩 throughput [+836.772op/s; +1026.912op/s] or [+6.469%; +7.939%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.269ms; +300.172ms] or [+149.269%; +149.719%]
  • ignore throughput [+1759864.624op/s; +2701498.807op/s] or [+0.780%; +1.197%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+178.296µs; +456.611µs] or [+0.089%; +0.228%]
  • ignore throughput [-3868.124op/s; -1485.818op/s] or [-0.432%; -0.166%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.318ms; -3.182ms] or [-2.115%; -1.558%]
  • 🟩 throughput [+92017.577op/s; +103119.217op/s] or [+8.591%; +9.628%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [+2.405ms; +6.531ms] or [+1.217%; +3.305%]
  • 🟩 throughput [+54977.699op/s; +74417.726op/s] or [+6.364%; +8.614%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [+365.563µs; +801.824µs] or [+0.183%; +0.401%]
  • ignore throughput [-14437.647op/s; -11007.233op/s] or [-1.322%; -1.008%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+6.163ms; +10.250ms] or [+3.211%; +5.340%]
  • 🟩 throughput [+68626.051op/s; +98846.037op/s] or [+5.312%; +7.651%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-3.954ms; -2.486ms] or [-1.943%; -1.221%]
  • 🟩 throughput [+88714.012op/s; +95948.484op/s] or [+8.811%; +9.529%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1199.615µs; +159.682µs] or [-0.597%; +0.079%]
  • ignore throughput [+7967.391op/s; +11602.523op/s] or [+1.775%; +2.585%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-1.813ms; -0.244ms] or [-0.905%; -0.122%]
  • 🟩 throughput [+60048.947op/s; +64363.747op/s] or [+10.904%; +11.687%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [-0.088ms; +3.989ms] or [-0.044%; +2.004%]
  • 🟩 throughput [+25519.413op/s; +35177.226op/s] or [+5.712%; +7.874%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1116.257µs; -112.405µs] or [-0.556%; -0.056%]
  • ignore throughput [-40582.700op/s; -32343.283op/s] or [-5.940%; -4.734%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-1281.736µs; +2208.969µs] or [-0.641%; +1.105%]
  • 🟩 throughput [+52211.886op/s; +69632.656op/s] or [+5.833%; +7.780%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.343ms; +5.248ms] or [+0.682%; +2.665%]
  • ignore throughput [+28702.856op/s; +43266.104op/s] or [+4.008%; +6.041%]

@chrisnas chrisnas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@gleocadie
gleocadie merged commit e91e2b5 into master Apr 17, 2026
147 checks passed
@gleocadie
gleocadie deleted the gleocadie/fix-undefined-behavior branch April 17, 2026 08:03
@github-actions github-actions Bot added this to the vNext-v3 milestone Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:profiler Issues related to the continous-profiler identified-by:customer type:bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants