Skip to content

Move vendored ReadOnlySpan<T>, Span<T> et. al. to System namespace#8476

Draft
andrewlock wants to merge 8 commits intoandrew/update-vendors-7from
andrew/update-vendors-8
Draft

Move vendored ReadOnlySpan<T>, Span<T> et. al. to System namespace#8476
andrewlock wants to merge 8 commits intoandrew/update-vendors-7from
andrew/update-vendors-8

Conversation

@andrewlock
Copy link
Copy Markdown
Member

Summary of changes

Updates the System.Memory vendoring code to move types like ReadOnlySpan<T>, Span<T> into System instead of Datadog.Trace.VendoredMicrosoftCode.System

Reason for change

The compiler has various functionality that relies on the Span<T> (and ReadOnlySpan<T>) being available in the System namespace. By making this change, we get the advantage of those types being available.

A separate PR will actually update code to use those types, except where changes were required to make it compile in this PR.

Implementation details

Update the vendoring code to stop changing the namespace.

Test coverage

This is the test, if the tests pass, we should be fine.

Other details

Depends on a stack updating our vendored system code

@andrewlock andrewlock added type:performance Performance, speed, latency, resource usage (CPU, memory) area:vendors Code from other vendors labels Apr 17, 2026

bool sampled;

if (HexString.TryParseByte(header.Substring(53, 2), out var traceFlags))
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This line was complaining and telling us to use AsSpan(), but realized we can completely remove this branch instead 🎉

@dd-trace-dotnet-ci-bot
Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8476) 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
duration72.88 ± (72.85 - 73.33) ms72.59 ± (72.69 - 73.05) ms-0.4%
.NET Framework 4.8 - Bailout
duration79.54 ± (79.19 - 79.81) ms79.04 ± (79.06 - 79.62) ms-0.6%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1076.07 ± (1076.67 - 1086.20) ms1076.26 ± (1077.25 - 1084.60) ms+0.0%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.71 ± (22.65 - 22.77) ms22.59 ± (22.54 - 22.65) ms-0.5%
process.time_to_main_ms86.27 ± (85.90 - 86.65) ms83.91 ± (83.67 - 84.15) ms-2.7%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.85 ± (10.84 - 10.85) MB10.92 ± (10.92 - 10.92) MB+0.7%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.65 ± (22.59 - 22.70) ms22.79 ± (22.74 - 22.85) ms+0.6%✅⬆️
process.time_to_main_ms87.47 ± (87.20 - 87.75) ms87.77 ± (87.46 - 88.09) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.94 - 10.94) MB10.96 ± (10.95 - 10.96) 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.72 ± (228.67 - 230.77) ms211.81 ± (211.07 - 212.55) ms-7.8%
process.time_to_main_ms530.04 ± (528.66 - 531.41) ms525.28 ± (523.85 - 526.71) ms-0.9%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.60 ± (48.58 - 48.63) MB47.72 ± (47.70 - 47.75) MB-1.8%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms21.46 ± (21.40 - 21.51) ms21.73 ± (21.66 - 21.80) ms+1.3%✅⬆️
process.time_to_main_ms74.55 ± (74.27 - 74.84) ms76.26 ± (75.93 - 76.60) ms+2.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.61 ± (10.61 - 10.61) MB10.62 ± (10.62 - 10.62) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.49 ± (21.43 - 21.55) ms21.20 ± (21.16 - 21.24) ms-1.4%
process.time_to_main_ms76.71 ± (76.46 - 76.96) ms74.28 ± (74.10 - 74.47) ms-3.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.72 ± (10.72 - 10.72) MB10.73 ± (10.72 - 10.73) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms384.41 ± (382.38 - 386.44) ms382.25 ± (380.02 - 384.48) ms-0.6%
process.time_to_main_ms526.18 ± (524.90 - 527.47) ms526.92 ± (525.50 - 528.34) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.84 ± (49.81 - 49.87) MB49.33 ± (49.30 - 49.35) MB-1.0%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.5%
.NET 8 - Baseline
process.internal_duration_ms19.69 ± (19.64 - 19.75) ms19.60 ± (19.55 - 19.64) ms-0.5%
process.time_to_main_ms74.17 ± (73.91 - 74.44) ms73.15 ± (72.95 - 73.35) ms-1.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.66 ± (7.66 - 7.67) MB7.66 ± (7.66 - 7.67) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.42 ± (19.38 - 19.46) ms19.98 ± (19.92 - 20.04) ms+2.9%✅⬆️
process.time_to_main_ms73.78 ± (73.59 - 73.96) ms76.71 ± (76.42 - 76.99) ms+4.0%✅⬆️
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_ms304.69 ± (302.00 - 307.38) ms301.79 ± (299.11 - 304.46) ms-1.0%
process.time_to_main_ms491.01 ± (489.76 - 492.27) ms488.23 ± (487.07 - 489.39) ms-0.6%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.01 ± (36.99 - 37.04) MB36.45 ± (36.42 - 36.47) MB-1.5%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.4%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration206.46 ± (206.42 - 207.34) ms210.14 ± (209.79 - 210.64) ms+1.8%✅⬆️
.NET Framework 4.8 - Bailout
duration211.26 ± (210.93 - 211.74) ms215.22 ± (215.05 - 216.17) ms+1.9%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1210.98 ± (1211.30 - 1218.83) ms1228.25 ± (1229.02 - 1236.50) ms+1.4%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms201.27 ± (200.86 - 201.68) ms205.37 ± (204.97 - 205.78) ms+2.0%✅⬆️
process.time_to_main_ms88.36 ± (88.05 - 88.67) ms90.07 ± (89.75 - 90.39) ms+1.9%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.01 ± (15.99 - 16.03) MB15.89 ± (15.87 - 15.91) MB-0.7%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.8%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms200.21 ± (199.81 - 200.61) ms204.14 ± (203.74 - 204.55) ms+2.0%✅⬆️
process.time_to_main_ms88.80 ± (88.58 - 89.02) ms91.12 ± (90.90 - 91.35) ms+2.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.07 ± (16.05 - 16.10) MB15.97 ± (15.95 - 15.99) MB-0.7%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+0.6%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms414.81 ± (413.61 - 416.00) ms403.01 ± (401.96 - 404.06) ms-2.8%
process.time_to_main_ms546.19 ± (544.99 - 547.38) ms551.97 ± (550.71 - 553.23) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.29 ± (59.24 - 59.34) MB58.46 ± (58.42 - 58.51) MB-1.4%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.9%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms209.16 ± (208.64 - 209.68) ms211.34 ± (210.84 - 211.85) ms+1.0%✅⬆️
process.time_to_main_ms77.57 ± (77.29 - 77.86) ms78.91 ± (78.55 - 79.26) ms+1.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.23 ± (16.21 - 16.26) MB16.17 ± (16.15 - 16.19) MB-0.4%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 20)+0.8%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms207.36 ± (206.97 - 207.74) ms209.90 ± (209.51 - 210.29) ms+1.2%✅⬆️
process.time_to_main_ms78.16 ± (77.91 - 78.41) ms79.50 ± (79.25 - 79.74) ms+1.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.29 ± (16.26 - 16.31) MB16.23 ± (16.20 - 16.25) MB-0.4%
runtime.dotnet.threads.count20 ± (20 - 20)21 ± (20 - 21)+1.5%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms599.37 ± (596.24 - 602.49) ms598.53 ± (595.94 - 601.12) ms-0.1%
process.time_to_main_ms543.77 ± (542.61 - 544.93) ms544.89 ± (543.90 - 545.89) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.56 ± (61.45 - 61.67) MB61.17 ± (61.09 - 61.24) MB-0.6%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.5%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms205.50 ± (205.05 - 205.96) ms207.23 ± (206.80 - 207.66) ms+0.8%✅⬆️
process.time_to_main_ms76.17 ± (75.94 - 76.40) ms77.05 ± (76.81 - 77.29) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.58 ± (11.55 - 11.60) MB11.60 ± (11.58 - 11.62) MB+0.2%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.5%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms204.87 ± (204.47 - 205.28) ms207.89 ± (207.39 - 208.40) ms+1.5%✅⬆️
process.time_to_main_ms77.17 ± (76.96 - 77.38) ms78.73 ± (78.52 - 78.95) ms+2.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.66 ± (11.64 - 11.68) MB11.61 ± (11.59 - 11.63) MB-0.4%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.6%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms527.95 ± (523.07 - 532.84) ms537.11 ± (530.28 - 543.94) ms+1.7%✅⬆️
process.time_to_main_ms509.63 ± (508.64 - 510.63) ms507.54 ± (506.49 - 508.58) ms-0.4%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.69 ± (50.63 - 50.75) MB50.34 ± (50.26 - 50.42) MB-0.7%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.0%
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 (8476) - mean (73ms)  : 70, 76
    master - mean (73ms)  : 70, 77

    section Bailout
    This PR (8476) - mean (79ms)  : 75, 83
    master - mean (80ms)  : 75, 84

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (1,081ms)  : 1028, 1133
    master - mean (1,081ms)  : 1009, 1154

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 (8476) - mean (113ms)  : 109, 118
    master - mean (116ms)  : 110, 122

    section Bailout
    This PR (8476) - mean (118ms)  : 111, 125
    master - mean (117ms)  : 111, 123

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (775ms)  : 741, 809
    master - mean (798ms)  : 771, 824

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

    section Bailout
    This PR (8476) - mean (102ms)  : 98, 106
    master - mean (105ms)  : 100, 110

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (936ms)  : 898, 973
    master - mean (940ms)  : 907, 972

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8476) - mean (100ms)  : 96, 105
    master - mean (102ms)  : 96, 108

    section Bailout
    This PR (8476) - mean (104ms)  : 98, 110
    master - mean (101ms)  : 99, 103

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (822ms)  : 776, 868
    master - mean (827ms)  : 782, 872

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 (8476) - mean (210ms)  : 206, 215
    master - mean (207ms)  : 202, 212

    section Bailout
    This PR (8476) - mean (216ms)  : 209, 222
    master - mean (211ms)  : 207, 215

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (1,233ms)  : 1177, 1289
    master - mean (1,215ms)  : 1159, 1271

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 (8476) - mean (305ms)  : 298, 311
    master - mean (299ms)  : 292, 306

    section Bailout
    This PR (8476) - mean (304ms)  : 298, 311
    master - mean (298ms)  : 291, 305

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (993ms)  : 967, 1020
    master - mean (998ms)  : 960, 1035

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8476) - mean (300ms)  : 291, 308
    master - mean (296ms)  : 288, 304

    section Bailout
    This PR (8476) - mean (299ms)  : 293, 304
    master - mean (294ms)  : 287, 301

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (1,173ms)  : 1134, 1211
    master - mean (1,175ms)  : 1140, 1210

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8476) - mean (295ms)  : 288, 303
    master - mean (292ms)  : 286, 299

    section Bailout
    This PR (8476) - mean (297ms)  : 290, 304
    master - mean (293ms)  : 288, 298

    section CallTarget+Inlining+NGEN
    This PR (8476) - mean (1,080ms)  : 979, 1181
    master - mean (1,073ms)  : 992, 1154

Loading

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Apr 17, 2026

Benchmarks

Benchmark execution time: 2026-04-17 16:12:10

Comparing candidate commit 9033a24 in PR branch andrew/update-vendors-8 with baseline commit ecfd2c4 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 [-1431.489µs; -457.736µs] or [-0.711%; -0.227%]
  • ignore throughput [-1132.449op/s; -725.825op/s] or [-1.343%; -0.861%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1163.545µs; +2359.454µs] or [-0.580%; +1.177%]
  • 🟩 throughput [+9049.700op/s; +11495.890op/s] or [+7.607%; +9.663%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [+0.627ms; +2.895ms] or [+0.316%; +1.456%]
  • ignore throughput [+522.760op/s; +1726.859op/s] or [+0.532%; +1.756%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-3 bytes; -2 bytes] or [-0.100%; -0.087%]
  • 🟥 execution_time [+315.233ms; +318.576ms] or [+156.430%; +158.089%]
  • ignore throughput [+22.361op/s; +26.389op/s] or [+4.023%; +4.748%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+380.183ms; +382.837ms] or [+300.368%; +302.465%]
  • ignore throughput [+7.370op/s; +12.518op/s] or [+0.972%; +1.650%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+396.805ms; +399.421ms] or [+351.157%; +353.472%]
  • ignore throughput [-3.297op/s; +2.347op/s] or [-0.466%; +0.331%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-210.684µs; +433.196µs] or [-0.105%; +0.216%]
  • ignore throughput [-4160.533op/s; -3758.090op/s] or [-3.237%; -2.924%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-16.490ms; -12.322ms] or [-7.702%; -5.755%]
  • ignore throughput [+5534.590op/s; +8340.210op/s] or [+4.040%; +6.088%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-13.513ms; -9.379ms] or [-6.435%; -4.466%]
  • ignore throughput [-1119.071op/s; +1165.809op/s] or [-1.012%; +1.054%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-1.324ms; -0.778ms] or [-0.659%; -0.387%]
  • 🟥 throughput [-260053.039op/s; -256064.126op/s] or [-26.553%; -26.145%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-26.173ms; -21.303ms] or [-11.672%; -9.500%]
  • ignore throughput [-59714.376op/s; -37095.462op/s] or [-6.379%; -3.963%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [-2208.527µs; +2088.575µs] or [-1.102%; +1.043%]
  • 🟥 throughput [-130793.737op/s; -114798.112op/s] or [-18.793%; -16.494%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-1109.308µs; -86.832µs] or [-0.553%; -0.043%]
  • ignore throughput [+3.144op/s; +767.723op/s] or [+0.002%; +0.517%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [+0.277ms; +3.767ms] or [+0.140%; +1.901%]
  • 🟩 throughput [+9133.004op/s; +12061.712op/s] or [+5.811%; +7.675%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+2.197ms; +6.217ms] or [+1.120%; +3.170%]
  • 🟩 throughput [+7157.167op/s; +9840.217op/s] or [+5.702%; +7.839%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-274.248µs; -72.315µs] or [-0.137%; -0.036%]
  • ignore throughput [+68398.624op/s; +80382.205op/s] or [+2.081%; +2.445%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-2.716ms; -1.139ms] or [-1.343%; -0.563%]
  • 🟩 throughput [+326517.110op/s; +349537.976op/s] or [+10.887%; +11.655%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-18.307ms; -13.954ms] or [-8.439%; -6.433%]
  • 🟩 throughput [+196874.449op/s; +250305.236op/s] or [+7.814%; +9.935%]

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

  • ignore allocated_mem [+0 bytes; +2 bytes] or [-0.001%; +0.007%]
  • 🟥 execution_time [+299.992ms; +300.571ms] or [+149.896%; +150.185%]
  • ignore throughput [+16.690op/s; +49.153op/s] or [+0.184%; +0.543%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+300.690ms; +304.951ms] or [+151.639%; +153.788%]
  • ignore throughput [+257.332op/s; +476.172op/s] or [+1.968%; +3.642%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.783ms; +302.337ms] or [+151.007%; +152.294%]
  • ignore throughput [+133.070op/s; +263.715op/s] or [+1.285%; +2.546%]

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

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.137%; +0.150%]
  • 🟥 execution_time [+296.819ms; +297.493ms] or [+145.786%; +146.117%]
  • ignore throughput [+10.756op/s; +17.624op/s] or [+0.285%; +0.467%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+297.626ms; +299.911ms] or [+145.498%; +146.616%]
  • ignore throughput [+133.209op/s; +171.592op/s] or [+1.935%; +2.493%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+300.907ms; +302.361ms] or [+150.393%; +151.120%]
  • ignore throughput [+66.188op/s; +88.786op/s] or [+1.314%; +1.762%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+3.415µs; +7.357µs] or [+0.701%; +1.511%]
  • ignore throughput [-30.187op/s; -14.057op/s] or [-1.470%; -0.685%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+13.690µs; +40.281µs] or [+3.140%; +9.238%]
  • ignore throughput [-199.920op/s; -80.265op/s] or [-8.692%; -3.490%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+5.004µs; +26.930µs] or [+1.072%; +5.770%]
  • ignore throughput [-134.797op/s; -54.206op/s] or [-6.223%; -2.502%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-5.812µs; -1.814µs] or [-1.569%; -0.490%]
  • ignore throughput [+14.117op/s; +42.940op/s] or [+0.523%; +1.590%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+20.855µs; +44.424µs] or [+6.658%; +14.182%]
  • 🟥 throughput [-415.470op/s; -217.111op/s] or [-12.951%; -6.768%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-14.838µs; +7.512µs] or [-4.059%; +2.055%]
  • ignore throughput [-89.692op/s; +43.607op/s] or [-3.219%; +1.565%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.645ms; +300.320ms] or [+149.554%; +149.891%]
  • ignore throughput [-1537371.410op/s; -974526.970op/s] or [-0.770%; -0.488%]

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

  • ignore allocated_mem [+75 bytes; +77 bytes] or [+0.419%; +0.431%]
  • unstable execution_time [+368.984ms; +401.809ms] or [+400.916%; +436.582%]
  • 🟩 throughput [+1058.846op/s; +1212.380op/s] or [+8.701%; +9.962%]

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

  • ignore allocated_mem [+20 bytes; +22 bytes] or [+0.099%; +0.110%]
  • unstable execution_time [+332.807ms; +359.786ms] or [+252.698%; +273.182%]
  • 🟩 throughput [+696.680op/s; +895.980op/s] or [+6.744%; +8.674%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.796KB; +2.801KB] or [+4.968%; +4.977%]
  • unstable execution_time [+238.976ms; +315.910ms] or [+109.879%; +145.253%]
  • 🟥 throughput [-508.207op/s; -443.918op/s] or [-46.049%; -40.223%]

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

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+202.799ms; +336.004ms] or [+86.424%; +143.191%]
  • 🟥 throughput [-744.227op/s; -660.813op/s] or [-49.640%; -44.076%]

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

  • 🟥 allocated_mem [+2.304KB; +2.308KB] or [+5.441%; +5.449%]
  • 🟥 execution_time [+336.822ms; +345.494ms] or [+201.458%; +206.646%]
  • 🟥 throughput [-401.359op/s; -366.338op/s] or [-27.946%; -25.508%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-54.154µs; -30.632µs] or [-2.725%; -1.542%]
  • ignore throughput [+8.372op/s; +14.496op/s] or [+1.664%; +2.880%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+10.081µs; +27.216µs] or [+0.693%; +1.870%]
  • ignore throughput [-12.060op/s; -4.262op/s] or [-1.756%; -0.620%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-198.382µs; -96.106µs] or [-6.902%; -3.343%]
  • ignore throughput [+13.200op/s; +34.686op/s] or [+3.794%; +9.970%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-11.426µs; -5.482µs] or [-0.987%; -0.473%]
  • ignore throughput [+4.232op/s; +8.681op/s] or [+0.490%; +1.005%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-42.075µs; -27.493µs] or [-3.902%; -2.550%]
  • ignore throughput [+25.184op/s; +38.862op/s] or [+2.715%; +4.190%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+8.255µs; +25.272µs] or [+0.442%; +1.354%]
  • ignore throughput [-6.784op/s; -2.344op/s] or [-1.266%; -0.438%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+11.255µs; +31.854µs] or [+0.440%; +1.244%]
  • ignore throughput [-4.628op/s; -1.590op/s] or [-1.185%; -0.407%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-134.194µs; -93.975µs] or [-6.798%; -4.760%]
  • 🟩 throughput [+27.315op/s; +37.698op/s] or [+5.392%; +7.442%]

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

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-375.054µs; -180.372µs] or [-9.511%; -4.574%]
  • 🟩 throughput [+15.189op/s; +40.282op/s] or [+5.989%; +15.885%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+302.841ms; +304.549ms] or [+152.505%; +153.365%]
  • ignore throughput [+8380.527op/s; +10166.771op/s] or [+2.697%; +3.271%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.125ms; +308.154ms] or [+150.894%; +154.416%]
  • ignore throughput [+6832.020op/s; +14215.607op/s] or [+1.077%; +2.241%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.203ms; +305.901ms] or [+151.814%; +153.672%]
  • ignore throughput [+19780.387op/s; +27989.907op/s] or [+4.167%; +5.896%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+302.240ms; +303.504ms] or [+151.775%; +152.410%]
  • ignore throughput [+14170.558op/s; +16063.456op/s] or [+4.747%; +5.382%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+296.085ms; +298.183ms] or [+146.401%; +147.438%]
  • ignore throughput [-2036.609op/s; +5296.386op/s] or [-0.328%; +0.853%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+303.200ms; +306.968ms] or [+153.675%; +155.585%]
  • ignore throughput [-17546.884op/s; -9253.432op/s] or [-3.789%; -1.998%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+303.624ms; +305.175ms] or [+152.392%; +153.170%]
  • ignore throughput [-6057.980op/s; -4033.521op/s] or [-1.572%; -1.046%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+300.346ms; +302.019ms] or [+149.695%; +150.529%]
  • 🟩 throughput [+53527.164op/s; +58727.791op/s] or [+10.629%; +11.661%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+300.217ms; +303.296ms] or [+149.356%; +150.887%]
  • ignore throughput [-4099.761op/s; +935.666op/s] or [-0.970%; +0.221%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-2.089ms; -1.160ms] or [-1.039%; -0.577%]
  • ignore throughput [+230.069op/s; +1608.315op/s] or [+0.093%; +0.647%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-15.858ms; -12.212ms] or [-7.374%; -5.679%]
  • 🟩 throughput [+20458.197op/s; +27376.376op/s] or [+5.612%; +7.510%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-0.833ms; +3.129ms] or [-0.418%; +1.570%]
  • ignore throughput [+7839.583op/s; +13490.741op/s] or [+2.862%; +4.924%]

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

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • unstable execution_time [+5.027µs; +46.572µs] or [+1.242%; +11.504%]
  • ignore throughput [-238.465op/s; -33.000op/s] or [-9.596%; -1.328%]

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

  • 🟩 allocated_mem [-19.675KB; -19.655KB] or [-7.177%; -7.170%]
  • unstable execution_time [-31.957µs; +21.710µs] or [-6.316%; +4.291%]
  • ignore throughput [-71.105op/s; +112.916op/s] or [-3.548%; +5.635%]

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

  • 🟩 allocated_mem [-15.243KB; -15.227KB] or [-5.557%; -5.551%]
  • unstable execution_time [-45.278µs; +13.547µs] or [-7.846%; +2.348%]
  • ignore throughput [-21.453op/s; +138.607op/s] or [-1.226%; +7.919%]

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

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+0.632µs; +2.213µs] or [+1.095%; +3.833%]
  • ignore throughput [-612.279op/s; -174.758op/s] or [-3.533%; -1.008%]

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

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • unstable execution_time [+7.979µs; +12.584µs] or [+18.860%; +29.744%]
  • 🟥 throughput [-5334.867op/s; -3487.578op/s] or [-22.458%; -14.682%]

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

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-14.479µs; -7.449µs] or [-22.464%; -11.557%]
  • 🟩 throughput [+1905.018op/s; +3381.303op/s] or [+11.688%; +20.745%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.061%; +0.072%]
  • 🟥 execution_time [+302.093ms; +303.236ms] or [+152.694%; +153.272%]
  • ignore throughput [-128.990op/s; -107.187op/s] or [-2.155%; -1.791%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+302.828ms; +305.039ms] or [+154.139%; +155.264%]
  • ignore throughput [-163.865op/s; -88.983op/s] or [-2.032%; -1.104%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+300.803ms; +302.846ms] or [+150.589%; +151.612%]
  • ignore throughput [-247.120op/s; -181.006op/s] or [-3.148%; -2.306%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+168.983µs; +788.074µs] or [+0.084%; +0.393%]
  • ignore throughput [-6981.034op/s; -5849.086op/s] or [-1.933%; -1.619%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [+164.350µs; +896.154µs] or [+0.082%; +0.448%]
  • 🟩 throughput [+31609.774op/s; +34729.605op/s] or [+5.983%; +6.574%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+1.525ms; +5.185ms] or [+0.773%; +2.628%]
  • ignore throughput [+1826.456op/s; +10163.488op/s] or [+0.432%; +2.405%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+300.832ms; +302.467ms] or [+149.937%; +150.753%]
  • ignore throughput [-3943.258op/s; -2905.544op/s] or [-2.604%; -1.919%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+300.104ms; +309.806ms] or [+150.698%; +155.570%]
  • ignore throughput [+1515.280op/s; +4571.028op/s] or [+0.659%; +1.988%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+304.153ms; +306.456ms] or [+154.247%; +155.415%]
  • ignore throughput [-7184.960op/s; -5242.869op/s] or [-4.047%; -2.953%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.864ms; +300.592ms] or [+149.574%; +149.937%]
  • 🟩 throughput [+61112200.212op/s; +61359994.026op/s] or [+44.506%; +44.686%]

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

  • ignore allocated_mem [+124 bytes; +126 bytes] or [+0.727%; +0.737%]
  • unstable execution_time [+348.503ms; +387.886ms] or [+433.425%; +482.405%]
  • 🟩 throughput [+1056.952op/s; +1236.658op/s] or [+8.171%; +9.560%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.463ms; +300.409ms] or [+149.365%; +149.837%]
  • ignore throughput [+1709638.560op/s; +2646556.788op/s] or [+0.757%; +1.172%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+138.836µs; +1021.199µs] or [+0.069%; +0.511%]
  • ignore throughput [-1619.810op/s; +3277.645op/s] or [-0.181%; +0.366%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.609ms; -3.479ms] or [-2.258%; -1.704%]
  • 🟩 throughput [+76900.835op/s; +86126.390op/s] or [+7.180%; +8.041%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-0.270ms; +3.897ms] or [-0.137%; +1.972%]
  • 🟩 throughput [+64059.303op/s; +83693.054op/s] or [+7.415%; +9.687%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [-266.824µs; +19.282µs] or [-0.133%; +0.010%]
  • ignore throughput [+8372.647op/s; +11593.278op/s] or [+0.766%; +1.061%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+5.680ms; +9.791ms] or [+2.960%; +5.101%]
  • 🟩 throughput [+76115.684op/s; +106708.815op/s] or [+5.891%; +8.259%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-4.641ms; -3.150ms] or [-2.280%; -1.547%]
  • 🟩 throughput [+96360.020op/s; +105090.926op/s] or [+9.570%; +10.437%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1.935ms; -0.621ms] or [-0.963%; -0.309%]
  • ignore throughput [+15672.058op/s; +18614.476op/s] or [+3.492%; +4.147%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [+0.351ms; +2.299ms] or [+0.175%; +1.148%]
  • 🟩 throughput [+42815.947op/s; +48983.739op/s] or [+7.775%; +8.895%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [+0.053ms; +4.141ms] or [+0.026%; +2.081%]
  • 🟩 throughput [+27117.394op/s; +36710.993op/s] or [+6.070%; +8.217%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-740.929µs; +290.066µs] or [-0.369%; +0.145%]
  • ignore throughput [-17869.662op/s; -14329.061op/s] or [-2.615%; -2.097%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-1532.883µs; +1991.115µs] or [-0.767%; +0.996%]
  • 🟩 throughput [+74036.059op/s; +92163.419op/s] or [+8.272%; +10.297%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.432ms; +5.319ms] or [+0.727%; +2.701%]
  • ignore throughput [+25173.649op/s; +40067.991op/s] or [+3.515%; +5.595%]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:vendors Code from other vendors type:performance Performance, speed, latency, resource usage (CPU, memory)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant