Skip to content

Enable performance quality gates on microbenchmarks and macrobenchmarks#8424

Merged
igoragoli merged 18 commits into
masterfrom
augusto/enable-slo-gates
Apr 9, 2026
Merged

Enable performance quality gates on microbenchmarks and macrobenchmarks#8424
igoragoli merged 18 commits into
masterfrom
augusto/enable-slo-gates

Conversation

@igoragoli

@igoragoli igoragoli commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

  • Enable PR-level regression gates on microbenchmarks (check-big-regressions).
  • Enable release-level gates on macrobenchmarks (check-slo-breaches).
  • Replace IGNORED_BENCHMARKS_REGEX with FLAKY_BENCHMARKS_REGEX on microbenchmarks.
    • TL;DR: FLAKY_BENCHMARKS_REGEX is used by internal tooling to avoid gating on flaky microbenchmarks. IGNORED_BENCHMARKS_REGEX was a workaround.
      • FLAKY_BENCHMARKS_REGEX are excluded from gating decisions by benchmark_analyzer.
      • FLAKY_BENCHMARKS_REGEX is set on the run-benchmarks job, where benchmark_analyzer convert marks flaky benchmarks. Downstream jobs (check-big-regressions) read the flaky flag from the converted results.
  • Remove check-big-regressions-no-ignored-benchmarks (no longer needed).

Reason for change

APMSP-2291 Identify and fix flaky dd-trace-dotnet microbenchmark scenarios

APMSP-2292 Setup performance quality gates on dd-trace-dotnet

With #8300 reducing microbenchmark flakiness and with the ability to set FLAKY_BENCHMARKS_REGEX to make benchmark_analyzer ignore flaky benchmarks, we can now enforce the gates without false-positive noise for microbenchmarks.

Implementation details

  • Flaky microbenchmarks on FLAKY_BENCHMARKS_REGEX were determined by stability tests. They are summarized on Update microbenchmark design to reduce flakiness #8300. I also added other benchmarks @NachoEchevarria and I had classified as flaky before.
  • Removed the shell script logic that renamed ignored benchmarks with the ignored. prefix, benchmark_analyzer now handles this via FLAKY_BENCHMARKS_REGEX.

Test coverage

The most important bit to verify is whether we'd have flaky gates on micro/macrobenchmarks.

We won't. Because:

  • On microbenchmarks, the regression check threshold is 20%, which is way bigger than variation for stable benchmarks.
    • Our stability tests (see Update microbenchmark design to reduce flakiness #8300) show that variation for stable benchmarks stay mostly under 20%. For flaky benchmarks, this variation can be higher, but we ignore flaky benchmarks by filtering them on FLAKY_BENCHMARKS_REGEX.
  • On macrobenchmarks, SLO checks on macrobenchmarks are all passing for a month without issue:
image

Other details

As a reminder, if bypassing is necessary, see https://datadoghq.atlassian.net/wiki/x/8YFzMwE

@igoragoli
igoragoli requested a review from a team as a code owner April 8, 2026 10:08
@igoragoli igoragoli changed the title ci: enable performance quality gates on microbenchmarks and macrobenchmarks Enable performance quality gates on microbenchmarks and macrobenchmarks Apr 8, 2026
@dd-trace-dotnet-ci-bot

dd-trace-dotnet-ci-bot Bot commented Apr 8, 2026

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8424) 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
duration71.12 ± (71.14 - 71.48) ms71.11 ± (71.23 - 71.57) ms-0.0%
.NET Framework 4.8 - Bailout
duration75.81 ± (75.66 - 76.02) ms75.60 ± (75.61 - 76.01) ms-0.3%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1060.34 ± (1060.56 - 1066.04) ms1063.06 ± (1063.66 - 1068.98) ms+0.3%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.06 ± (22.02 - 22.10) ms22.29 ± (22.26 - 22.33) ms+1.0%✅⬆️
process.time_to_main_ms83.08 ± (82.88 - 83.27) ms83.28 ± (83.09 - 83.46) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.90 ± (10.90 - 10.91) MB10.90 ± (10.89 - 10.90) MB-0.0%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.09 ± (22.04 - 22.13) ms22.11 ± (22.08 - 22.14) ms+0.1%✅⬆️
process.time_to_main_ms84.51 ± (84.31 - 84.70) ms84.10 ± (83.91 - 84.29) ms-0.5%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.93 - 10.94) MB10.92 ± (10.92 - 10.93) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms223.97 ± (222.65 - 225.29) ms225.99 ± (224.73 - 227.25) ms+0.9%✅⬆️
process.time_to_main_ms515.23 ± (514.03 - 516.42) ms521.22 ± (519.76 - 522.68) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.37 ± (48.34 - 48.40) MB48.32 ± (48.29 - 48.36) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.1%
.NET 6 - Baseline
process.internal_duration_ms21.24 ± (21.14 - 21.33) ms20.81 ± (20.77 - 20.86) ms-2.0%
process.time_to_main_ms73.11 ± (72.66 - 73.55) ms71.49 ± (71.30 - 71.68) ms-2.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.60 ± (10.59 - 10.60) MB10.61 ± (10.61 - 10.61) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.95 ± (20.90 - 20.99) ms20.88 ± (20.84 - 20.91) ms-0.4%
process.time_to_main_ms72.57 ± (72.42 - 72.71) ms72.35 ± (72.20 - 72.51) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.71 ± (10.70 - 10.71) MB10.72 ± (10.72 - 10.73) MB+0.2%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms389.45 ± (387.22 - 391.68) ms389.08 ± (386.87 - 391.28) ms-0.1%
process.time_to_main_ms516.46 ± (515.52 - 517.40) ms517.36 ± (516.38 - 518.34) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.97 ± (49.94 - 50.00) MB50.05 ± (50.03 - 50.08) MB+0.2%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.0%
.NET 8 - Baseline
process.internal_duration_ms19.07 ± (19.04 - 19.10) ms19.21 ± (19.17 - 19.24) ms+0.7%✅⬆️
process.time_to_main_ms70.93 ± (70.78 - 71.09) ms71.45 ± (71.29 - 71.61) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.68 ± (7.67 - 7.68) MB7.66 ± (7.66 - 7.67) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.18 ± (19.15 - 19.22) ms19.18 ± (19.15 - 19.22) ms-0.0%
process.time_to_main_ms72.54 ± (72.37 - 72.71) ms72.63 ± (72.46 - 72.79) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.71 ± (7.70 - 7.71) MB7.71 ± (7.71 - 7.72) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms305.63 ± (303.62 - 307.64) ms308.84 ± (306.44 - 311.24) ms+1.1%✅⬆️
process.time_to_main_ms477.25 ± (476.43 - 478.06) ms478.27 ± (477.42 - 479.12) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.98 ± (36.95 - 37.00) MB36.98 ± (36.96 - 37.00) MB+0.0%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.3%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration192.50 ± (197.62 - 201.07) ms192.50 ± (192.34 - 193.15) ms+0.0%✅⬆️
.NET Framework 4.8 - Bailout
duration194.44 ± (194.43 - 194.70) ms195.35 ± (195.15 - 195.55) ms+0.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1136.42 ± (1136.91 - 1143.73) ms1144.50 ± (1147.17 - 1154.11) ms+0.7%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms185.05 ± (184.78 - 185.32) ms187.33 ± (187.05 - 187.61) ms+1.2%✅⬆️
process.time_to_main_ms79.69 ± (79.53 - 79.85) ms80.82 ± (80.59 - 81.06) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.24 ± (16.21 - 16.27) MB16.25 ± (16.21 - 16.28) MB+0.0%✅⬆️
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (20 - 20)+1.3%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms184.69 ± (184.51 - 184.88) ms186.96 ± (186.66 - 187.27) ms+1.2%✅⬆️
process.time_to_main_ms81.00 ± (80.90 - 81.10) ms82.12 ± (81.99 - 82.25) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.98 ± (15.83 - 16.13) MB16.22 ± (16.19 - 16.25) MB+1.5%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)21 ± (21 - 21)+3.5%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms391.85 ± (390.62 - 393.09) ms393.46 ± (391.96 - 394.97) ms+0.4%✅⬆️
process.time_to_main_ms509.06 ± (507.91 - 510.21) ms506.68 ± (505.19 - 508.16) ms-0.5%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.65 ± (58.44 - 58.86) MB58.87 ± (58.69 - 59.05) MB+0.4%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.2%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms189.31 ± (189.08 - 189.54) ms192.27 ± (191.93 - 192.60) ms+1.6%✅⬆️
process.time_to_main_ms69.48 ± (69.34 - 69.62) ms70.09 ± (69.95 - 70.23) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.80 ± (15.62 - 15.98) MB16.22 ± (16.10 - 16.34) MB+2.6%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)19 ± (19 - 19)+5.4%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms188.32 ± (188.12 - 188.53) ms191.40 ± (191.01 - 191.79) ms+1.6%✅⬆️
process.time_to_main_ms70.45 ± (70.38 - 70.52) ms71.25 ± (71.10 - 71.39) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.49 ± (15.32 - 15.66) MB16.31 ± (16.22 - 16.39) MB+5.3%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 19)20 ± (20 - 20)+6.4%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms595.27 ± (592.34 - 598.19) ms598.50 ± (596.08 - 600.93) ms+0.5%✅⬆️
process.time_to_main_ms504.66 ± (503.90 - 505.41) ms508.92 ± (507.93 - 509.90) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.53 ± (61.44 - 61.62) MB61.53 ± (61.42 - 61.64) MB-0.0%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms187.32 ± (187.14 - 187.51) ms188.51 ± (188.20 - 188.82) ms+0.6%✅⬆️
process.time_to_main_ms68.93 ± (68.81 - 69.06) ms69.34 ± (69.24 - 69.45) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.71 ± (11.61 - 11.80) MB11.81 ± (11.76 - 11.86) MB+0.9%✅⬆️
runtime.dotnet.threads.count18 ± (17 - 18)18 ± (18 - 18)+3.2%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms186.36 ± (186.22 - 186.51) ms188.07 ± (187.84 - 188.29) ms+0.9%✅⬆️
process.time_to_main_ms69.84 ± (69.76 - 69.92) ms70.58 ± (70.50 - 70.66) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.75 ± (11.66 - 11.83) MB11.87 ± (11.82 - 11.92) MB+1.0%✅⬆️
runtime.dotnet.threads.count19 ± (18 - 19)19 ± (19 - 19)+2.7%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms519.95 ± (517.52 - 522.37) ms521.78 ± (518.85 - 524.71) ms+0.4%✅⬆️
process.time_to_main_ms463.30 ± (462.67 - 463.93) ms467.18 ± (466.53 - 467.84) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.69 ± (50.66 - 50.71) MB50.74 ± (50.71 - 50.77) MB+0.1%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
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 (8424) - mean (71ms)  : 69, 74
    master - mean (71ms)  : 69, 74

    section Bailout
    This PR (8424) - mean (76ms)  : 73, 79
    master - mean (76ms)  : 73, 78

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (1,066ms)  : 1028, 1104
    master - mean (1,063ms)  : 1023, 1104

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 (8424) - mean (112ms)  : 108, 117
    master - mean (112ms)  : 108, 116

    section Bailout
    This PR (8424) - mean (113ms)  : 110, 115
    master - mean (113ms)  : 109, 117

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (786ms)  : 766, 805
    master - mean (776ms)  : 754, 798

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8424) - mean (98ms)  : 94, 102
    master - mean (101ms)  : 93, 109

    section Bailout
    This PR (8424) - mean (99ms)  : 97, 101
    master - mean (100ms)  : 97, 102

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (935ms)  : 898, 973
    master - mean (933ms)  : 897, 969

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

    section Bailout
    This PR (8424) - mean (99ms)  : 96, 103
    master - mean (99ms)  : 96, 102

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (816ms)  : 768, 864
    master - mean (813ms)  : 777, 850

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 (8424) - mean (193ms)  : 189, 197
    master - mean (199ms)  : 174, 225

    section Bailout
    This PR (8424) - mean (195ms)  : 193, 197
    master - mean (195ms)  : 193, 196

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (1,151ms)  : 1098, 1203
    master - mean (1,140ms)  : 1092, 1189

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 (8424) - mean (277ms)  : 272, 281
    master - mean (273ms)  : 269, 277

    section Bailout
    This PR (8424) - mean (277ms)  : 273, 281
    master - mean (274ms)  : 271, 277

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (930ms)  : 909, 951
    master - mean (928ms)  : 907, 949

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8424) - mean (270ms)  : 266, 275
    master - mean (267ms)  : 263, 271

    section Bailout
    This PR (8424) - mean (270ms)  : 265, 275
    master - mean (267ms)  : 264, 269

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (1,137ms)  : 1105, 1170
    master - mean (1,131ms)  : 1088, 1174

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8424) - mean (268ms)  : 263, 272
    master - mean (266ms)  : 262, 269

    section Bailout
    This PR (8424) - mean (268ms)  : 265, 271
    master - mean (265ms)  : 263, 267

    section CallTarget+Inlining+NGEN
    This PR (8424) - mean (1,023ms)  : 975, 1072
    master - mean (1,015ms)  : 980, 1049

Loading

@pr-commenter

pr-commenter Bot commented Apr 8, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-04-09 12:07:47

Comparing candidate commit 6effaa3 in PR branch augusto/enable-slo-gates with baseline commit d7c107b in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 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 ----------------------------------'

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 [-1318.364µs; -320.729µs] or [-0.655%; -0.159%]
  • ignore throughput [-1553.488op/s; -1030.708op/s] or [-1.842%; -1.222%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1669.582µs; +1828.632µs] or [-0.833%; +0.912%]
  • 🟩 throughput [+8372.316op/s; +10679.160op/s] or [+7.037%; +8.976%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [-0.011ms; +2.305ms] or [-0.005%; +1.159%]
  • ignore throughput [-419.811op/s; +917.513op/s] or [-0.427%; +0.933%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-20 bytes; -19 bytes] or [-0.613%; -0.600%]
  • 🟥 execution_time [+312.036ms; +313.727ms] or [+154.843%; +155.682%]
  • ignore throughput [+2.243op/s; +5.937op/s] or [+0.404%; +1.068%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+382.735ms; +385.225ms] or [+302.384%; +304.352%]
  • ignore throughput [+20.279op/s; +23.556op/s] or [+2.674%; +3.106%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+392.413ms; +396.250ms] or [+347.271%; +350.666%]
  • ignore throughput [+2.813op/s; +6.775op/s] or [+0.397%; +0.957%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.005%]
  • ignore execution_time [-622.428µs; +24.784µs] or [-0.311%; +0.012%]
  • ignore throughput [+3048.025op/s; +3423.719op/s] or [+2.372%; +2.664%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.005%]
  • 🟩 execution_time [-15.794ms; -11.616ms] or [-7.376%; -5.425%]
  • 🟩 throughput [+8133.623op/s; +10931.580op/s] or [+5.937%; +7.979%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.002%]
  • ignore execution_time [-12.057ms; -7.857ms] or [-5.741%; -3.741%]
  • ignore throughput [+4092.417op/s; +6419.110op/s] or [+3.700%; +5.804%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.002%; +0.008%]
  • ignore execution_time [-1190.232µs; -641.309µs] or [-0.593%; -0.319%]
  • ignore throughput [+15978.112op/s; +21038.098op/s] or [+1.631%; +2.148%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.002%; +0.005%]
  • 🟩 execution_time [-26.479ms; -21.548ms] or [-11.809%; -9.609%]
  • 🟩 throughput [+91036.182op/s; +114138.281op/s] or [+9.726%; +12.194%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [-1.829ms; +6.966ms] or [-0.913%; +3.477%]
  • 🟩 throughput [+75877.063op/s; +98488.400op/s] or [+10.902%; +14.151%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-984.103µs; +75.619µs] or [-0.491%; +0.038%]
  • ignore throughput [+146.936op/s; +923.435op/s] or [+0.099%; +0.621%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [-0.197ms; +3.281ms] or [-0.100%; +1.655%]
  • 🟩 throughput [+8209.529op/s; +11160.127op/s] or [+5.224%; +7.101%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+2.091ms; +6.082ms] or [+1.066%; +3.101%]
  • 🟩 throughput [+6304.962op/s; +8928.305op/s] or [+5.023%; +7.113%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-380.374µs; -180.949µs] or [-0.190%; -0.090%]
  • ignore throughput [-11649.903op/s; +3424.600op/s] or [-0.354%; +0.104%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-1023.085µs; -0.723µs] or [-0.506%; -0.000%]
  • 🟩 throughput [+327213.415op/s; +363619.327op/s] or [+10.911%; +12.125%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-19.302ms; -14.956ms] or [-8.898%; -6.894%]
  • 🟩 throughput [+162548.789op/s; +217217.715op/s] or [+6.452%; +8.622%]

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

  • ignore allocated_mem [+1 bytes; +4 bytes] or [+0.004%; +0.012%]
  • 🟥 execution_time [+299.783ms; +300.562ms] or [+149.791%; +150.180%]
  • ignore throughput [+136.223op/s; +157.438op/s] or [+1.505%; +1.739%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.372ms; +302.693ms] or [+150.974%; +152.649%]
  • ignore throughput [+357.705op/s; +570.997op/s] or [+2.736%; +4.367%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+300.024ms; +302.649ms] or [+151.129%; +152.451%]
  • ignore throughput [+94.843op/s; +226.594op/s] or [+0.916%; +2.188%]

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

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.186%; +0.199%]
  • 🟥 execution_time [+296.972ms; +297.785ms] or [+145.861%; +146.260%]
  • ignore throughput [+2.962op/s; +9.297op/s] or [+0.079%; +0.246%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+296.976ms; +299.144ms] or [+145.181%; +146.240%]
  • ignore throughput [+101.050op/s; +147.645op/s] or [+1.468%; +2.145%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+301.559ms; +302.609ms] or [+150.719%; +151.244%]
  • ignore throughput [-2.651op/s; +14.436op/s] or [-0.053%; +0.287%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+2.724µs; +6.784µs] or [+0.559%; +1.393%]
  • ignore throughput [-27.794op/s; -11.123op/s] or [-1.354%; -0.542%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+14.350µs; +41.005µs] or [+3.291%; +9.405%]
  • ignore throughput [-203.075op/s; -83.118op/s] or [-8.829%; -3.614%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+6.301µs; +28.395µs] or [+1.350%; +6.084%]
  • ignore throughput [-140.673op/s; -59.381op/s] or [-6.494%; -2.741%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-6.723µs; -2.541µs] or [-1.815%; -0.686%]
  • ignore throughput [+19.747op/s; +49.916op/s] or [+0.731%; +1.849%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+22.445µs; +46.018µs] or [+7.166%; +14.691%]
  • 🟥 throughput [-428.707op/s; -230.332op/s] or [-13.364%; -7.180%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-15.735µs; +6.675µs] or [-4.305%; +1.826%]
  • ignore throughput [-82.976op/s; +50.891op/s] or [-2.978%; +1.826%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.515ms; +300.129ms] or [+149.489%; +149.795%]
  • ignore throughput [-1349189.649op/s; -787659.979op/s] or [-0.676%; -0.395%]

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

  • ignore allocated_mem [+75 bytes; +77 bytes] or [+0.419%; +0.431%]
  • unstable execution_time [+372.675ms; +406.603ms] or [+404.927%; +441.791%]
  • 🟩 throughput [+996.483op/s; +1113.524op/s] or [+8.188%; +9.150%]

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

  • ignore allocated_mem [-3 bytes; +0 bytes] or [-0.015%; -0.004%]
  • unstable execution_time [+316.156ms; +347.838ms] or [+240.054%; +264.110%]
  • 🟩 throughput [+664.802op/s; +868.772op/s] or [+6.436%; +8.410%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.678KB; +2.682KB] or [+4.757%; +4.766%]
  • unstable execution_time [+370.864ms; +436.541ms] or [+170.520%; +200.717%]
  • 🟥 throughput [-513.011op/s; -457.520op/s] or [-46.484%; -41.456%]

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

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+201.516ms; +334.715ms] or [+85.878%; +142.641%]
  • 🟥 throughput [-745.331op/s; -661.916op/s] or [-49.714%; -44.150%]

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

  • ignore allocated_mem [+814 bytes; +817 bytes] or [+1.924%; +1.931%]
  • 🟥 execution_time [+341.649ms; +350.352ms] or [+204.345%; +209.551%]
  • 🟥 throughput [-433.785op/s; -397.326op/s] or [-30.204%; -27.665%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-38.689µs; -19.549µs] or [-1.947%; -0.984%]
  • ignore throughput [+5.348op/s; +10.206op/s] or [+1.063%; +2.028%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+46.176µs; +65.215µs] or [+3.172%; +4.480%]
  • ignore throughput [-28.913op/s; -20.456op/s] or [-4.209%; -2.978%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-82.868µs; -67.750µs] or [-2.883%; -2.357%]
  • ignore throughput [+8.460op/s; +10.388op/s] or [+2.432%; +2.986%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-8.268µs; +3.267µs] or [-0.714%; +0.282%]
  • ignore throughput [-1.830op/s; +6.560op/s] or [-0.212%; +0.759%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-24.237µs; -2.622µs] or [-2.248%; -0.243%]
  • ignore throughput [+4.033op/s; +24.419op/s] or [+0.435%; +2.633%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+17.070µs; +28.143µs] or [+0.915%; +1.508%]
  • ignore throughput [-7.913op/s; -4.778op/s] or [-1.477%; -0.892%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+53.318µs; +74.428µs] or [+2.083%; +2.907%]
  • ignore throughput [-10.852op/s; -7.863op/s] or [-2.778%; -2.013%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • 🟩 execution_time [-165.567µs; -136.282µs] or [-8.387%; -6.904%]
  • 🟩 throughput [+38.598op/s; +46.989op/s] or [+7.619%; +9.276%]

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

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-116.839µs; -81.335µs] or [-2.963%; -2.063%]
  • ignore throughput [+5.538op/s; +7.799op/s] or [+2.184%; +3.075%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+301.970ms; +303.680ms] or [+152.066%; +152.928%]
  • ignore throughput [+8027.014op/s; +10302.064op/s] or [+2.583%; +3.315%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.649ms; +304.013ms] or [+151.658%; +152.342%]
  • 🟩 throughput [+36297.606op/s; +41750.050op/s] or [+5.723%; +6.582%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+300.474ms; +303.654ms] or [+150.946%; +152.543%]
  • ignore throughput [+12653.514op/s; +20010.237op/s] or [+2.665%; +4.215%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+302.197ms; +303.622ms] or [+151.753%; +152.469%]
  • ignore throughput [+12101.995op/s; +13659.774op/s] or [+4.054%; +4.576%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+297.574ms; +299.588ms] or [+147.137%; +148.133%]
  • ignore throughput [+23691.042op/s; +29190.439op/s] or [+3.817%; +4.703%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.870ms; +306.225ms] or [+153.508%; +155.208%]
  • ignore throughput [+12147.710op/s; +20212.451op/s] or [+2.623%; +4.365%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+303.953ms; +305.352ms] or [+152.557%; +153.259%]
  • ignore throughput [-6811.177op/s; -4869.246op/s] or [-1.767%; -1.263%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+298.766ms; +301.091ms] or [+148.908%; +150.066%]
  • 🟩 throughput [+60177.395op/s; +65028.009op/s] or [+11.949%; +12.912%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+300.097ms; +302.925ms] or [+149.295%; +150.703%]
  • ignore throughput [-9733.863op/s; -4515.089op/s] or [-2.304%; -1.069%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-1473.906µs; -510.086µs] or [-0.733%; -0.254%]
  • ignore throughput [-4102.195op/s; -3125.206op/s] or [-1.650%; -1.257%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-16.450ms; -12.811ms] or [-7.650%; -5.957%]
  • 🟩 throughput [+20402.217op/s; +26903.303op/s] or [+5.597%; +7.380%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-1467.606µs; +2486.163µs] or [-0.736%; +1.247%]
  • ignore throughput [+7931.827op/s; +13596.836op/s] or [+2.895%; +4.963%]

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

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • unstable execution_time [+4.518µs; +46.453µs] or [+1.116%; +11.474%]
  • ignore throughput [-234.730op/s; -26.059op/s] or [-9.446%; -1.049%]

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

  • 🟩 allocated_mem [-17.878KB; -17.857KB] or [-6.522%; -6.514%]
  • unstable execution_time [-36.377µs; +15.498µs] or [-7.190%; +3.063%]
  • ignore throughput [-54.340op/s; +125.450op/s] or [-2.712%; +6.260%]

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

  • ignore allocated_mem [+2.449KB; +2.466KB] or [+0.893%; +0.899%]
  • unstable execution_time [-56.336µs; +1.815µs] or [-9.763%; +0.315%]
  • ignore throughput [+14.548op/s; +173.941op/s] or [+0.831%; +9.937%]

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

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1072.182ns; +350.849ns] or [-1.857%; +0.608%]
  • ignore throughput [-82.558op/s; +322.635op/s] or [-0.476%; +1.862%]

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

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • 🟥 execution_time [+5.467µs; +9.212µs] or [+12.922%; +21.774%]
  • 🟥 throughput [-4356.029op/s; -2632.013op/s] or [-18.338%; -11.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.769µs; -7.309µs] or [-22.914%; -11.339%]
  • 🟩 throughput [+2046.344op/s; +3627.163op/s] or [+12.555%; +22.254%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+1 bytes; +2 bytes] or [+0.039%; +0.050%]
  • 🟥 execution_time [+302.629ms; +304.035ms] or [+152.965%; +153.676%]
  • ignore throughput [-97.618op/s; -74.345op/s] or [-1.631%; -1.242%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • 🟥 execution_time [+301.907ms; +304.951ms] or [+153.670%; +155.219%]
  • ignore throughput [-126.074op/s; -34.192op/s] or [-1.564%; -0.424%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+298.999ms; +301.255ms] or [+149.686%; +150.815%]
  • ignore throughput [-83.806op/s; -20.559op/s] or [-1.068%; -0.262%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-443.600µs; +163.747µs] or [-0.221%; +0.082%]
  • ignore throughput [-14007.025op/s; -12444.055op/s] or [-3.878%; -3.445%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [+348.090µs; +1167.098µs] or [+0.174%; +0.583%]
  • 🟩 throughput [+49057.025op/s; +53539.982op/s] or [+9.285%; +10.134%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+2.040ms; +5.745ms] or [+1.034%; +2.912%]
  • ignore throughput [-2733.530op/s; +5397.418op/s] or [-0.647%; +1.277%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+299.841ms; +301.720ms] or [+149.444%; +150.380%]
  • ignore throughput [+698.564op/s; +1783.585op/s] or [+0.461%; +1.178%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+300.179ms; +301.715ms] or [+150.735%; +151.507%]
  • ignore throughput [+5303.690op/s; +6823.230op/s] or [+2.306%; +2.967%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+304.249ms; +307.004ms] or [+154.295%; +155.693%]
  • ignore throughput [-1216.769op/s; +674.804op/s] or [-0.685%; +0.380%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+300.050ms; +300.710ms] or [+149.667%; +149.996%]
  • 🟩 throughput [+61315453.354op/s; +61560864.195op/s] or [+44.654%; +44.832%]

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

  • ignore allocated_mem [+41 bytes; +43 bytes] or [+0.244%; +0.254%]
  • unstable execution_time [+386.780ms; +417.448ms] or [+481.030%; +519.171%]
  • 🟩 throughput [+951.262op/s; +1136.110op/s] or [+7.354%; +8.783%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.116ms; +300.033ms] or [+149.192%; +149.650%]
  • ignore throughput [+1693323.407op/s; +2634596.150op/s] or [+0.750%; +1.167%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-74.427µs; +566.480µs] or [-0.037%; +0.283%]
  • ignore throughput [+18346.829op/s; +21844.690op/s] or [+2.048%; +2.438%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.688ms; -3.541ms] or [-2.296%; -1.734%]
  • 🟩 throughput [+90649.440op/s; +100918.298op/s] or [+8.464%; +9.422%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [+1.133ms; +5.229ms] or [+0.573%; +2.646%]
  • ignore throughput [+30237.734op/s; +50031.687op/s] or [+3.500%; +5.791%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [+242.710µs; +689.498µs] or [+0.121%; +0.345%]
  • ignore throughput [+5856.583op/s; +9469.406op/s] or [+0.536%; +0.867%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+5.649ms; +9.765ms] or [+2.943%; +5.088%]
  • 🟩 throughput [+96921.267op/s; +126477.404op/s] or [+7.502%; +9.790%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-3.489ms; -2.085ms] or [-1.714%; -1.024%]
  • 🟩 throughput [+60277.161op/s; +73709.551op/s] or [+5.986%; +7.321%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1.856ms; -0.488ms] or [-0.924%; -0.243%]
  • ignore throughput [-23416.355op/s; -19165.376op/s] or [-5.217%; -4.270%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-1409.379µs; +44.140µs] or [-0.704%; +0.022%]
  • 🟩 throughput [+50400.301op/s; +55080.756op/s] or [+9.152%; +10.002%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [+0.303ms; +4.383ms] or [+0.152%; +2.202%]
  • 🟩 throughput [+22398.983op/s; +32083.862op/s] or [+5.014%; +7.181%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1044.046µs; -89.274µs] or [-0.520%; -0.044%]
  • ignore throughput [-9679.298op/s; -6332.900op/s] or [-1.417%; -0.927%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-1359.612µs; +2127.914µs] or [-0.680%; +1.064%]
  • 🟩 throughput [+88163.387op/s; +105294.982op/s] or [+9.850%; +11.764%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.731ms; +5.619ms] or [+0.879%; +2.854%]
  • ignore throughput [+18915.346op/s; +33618.595op/s] or [+2.641%; +4.694%]

@igoragoli
igoragoli marked this pull request as draft April 8, 2026 11:42
@igoragoli igoragoli added the area:benchmarks Benchmarks, throughput tests, Crank, Bombardier, etc label Apr 8, 2026
Comment on lines +185 to 203
Write-Output "Artifacts directory: $artifactsDir"
Write-Output "S3 destination: s3://$s3Bucket/$latestPrefix"
Write-Output "Will upload the same files listed above."
try {
Write-S3Object `
-BucketName $s3Bucket `
-KeyPrefix $latestPrefix `
-Folder $artifactsDir `
-CannedACLName "bucket-owner-full-control" `
-Recurse
Write-Output "Latest results upload complete!"
}
catch {
Write-Output "ERROR uploading latest results: $_"
Write-Output "Exception type: $($_.Exception.GetType().FullName)"
Write-Output "Stack trace: $($_.ScriptStackTrace)"
throw
}
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Somewhat unrelated to this PR, but here I'm adding some logging to make sure we know what's happening on flakes like these.

@igoragoli
igoragoli marked this pull request as ready for review April 9, 2026 08:53

@andrewlock andrewlock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks, I think there's a typo though we should fix before merge!

Comment thread .gitlab/benchmarks/microbenchmarks.yml Outdated
@igoragoli
igoragoli merged commit 90d2661 into master Apr 9, 2026
138 checks passed
@igoragoli
igoragoli deleted the augusto/enable-slo-gates branch April 9, 2026 13:49
@github-actions github-actions Bot added this to the vNext-v3 milestone Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:benchmarks Benchmarks, throughput tests, Crank, Bombardier, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants