Skip to content

Update vendored System.Reflection.Metadata#8455

Open
andrewlock wants to merge 12 commits intoandrew/remove-more-vendored-codefrom
andrew/update-vendors-2
Open

Update vendored System.Reflection.Metadata#8455
andrewlock wants to merge 12 commits intoandrew/remove-more-vendored-codefrom
andrew/update-vendors-2

Conversation

@andrewlock
Copy link
Copy Markdown
Member

Summary of changes

  • Remove some unused types from System.Reflection.Metadata (mostly around builder/writer infrastructure that was unused)
  • Update the vendored version of System.Reflection.Metadata to use the runtime repo directly, and bump to latest patch version

Reason for change

We want to update our vendored .NET library versions.

Implementation details

  • Make the vendoring repeatable
  • Run the tool, check for errors, tweak, rinse and repeat
  • After running the tool, used 🤖 to identify segments of code that weren't used, so we could strip them out

Test coverage

This is the test, if it compiles and tests pass, we should be ok 🤞

Other details

https://datadoghq.atlassian.net/browse/APMLP-1207

Part of a stack updating our vendored system code

@andrewlock andrewlock requested review from a team as code owners April 14, 2026 12:59
@andrewlock andrewlock added the area:vendors Code from other vendors label Apr 14, 2026
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d76ae4cf88

ℹ️ About Codex in GitHub

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

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

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

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

Comment thread tracer/src/Datadog.Trace/Vendors/System.Reflection.Metadata/System.Reflection.cs Outdated
@andrewlock andrewlock force-pushed the andrew/update-vendors-2 branch from d76ae4c to 4820815 Compare April 14, 2026 13:39
@dd-trace-dotnet-ci-bot
Copy link
Copy Markdown

dd-trace-dotnet-ci-bot bot commented Apr 14, 2026

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8455) 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
duration70.89 ± (70.89 - 71.19) ms71.74 ± (71.75 - 72.11) ms+1.2%✅⬆️
.NET Framework 4.8 - Bailout
duration75.97 ± (75.83 - 76.24) ms76.35 ± (76.27 - 76.60) ms+0.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1057.73 ± (1058.79 - 1064.77) ms1056.93 ± (1056.80 - 1062.97) ms-0.1%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.30 ± (22.26 - 22.33) ms22.31 ± (22.28 - 22.34) ms+0.1%✅⬆️
process.time_to_main_ms83.51 ± (83.30 - 83.71) ms83.17 ± (82.98 - 83.36) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.92 ± (10.92 - 10.93) MB10.91 ± (10.90 - 10.91) MB-0.2%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.33 ± (22.29 - 22.37) ms22.42 ± (22.38 - 22.45) ms+0.4%✅⬆️
process.time_to_main_ms85.37 ± (85.15 - 85.59) ms84.79 ± (84.59 - 84.99) ms-0.7%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.95 ± (10.94 - 10.95) MB10.94 ± (10.94 - 10.95) MB-0.0%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms228.23 ± (226.93 - 229.53) ms209.64 ± (208.51 - 210.77) ms-8.1%
process.time_to_main_ms520.02 ± (518.74 - 521.29) ms519.39 ± (518.06 - 520.72) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.47 ± (48.43 - 48.50) MB47.71 ± (47.67 - 47.75) MB-1.6%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms21.00 ± (20.96 - 21.03) ms21.08 ± (21.05 - 21.12) ms+0.4%✅⬆️
process.time_to_main_ms72.47 ± (72.32 - 72.62) ms72.39 ± (72.20 - 72.58) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.59 ± (10.59 - 10.60) MB10.62 ± (10.62 - 10.63) MB+0.3%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.88 ± (20.85 - 20.92) ms21.09 ± (21.05 - 21.12) ms+1.0%✅⬆️
process.time_to_main_ms73.03 ± (72.86 - 73.20) ms73.65 ± (73.47 - 73.83) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.71 ± (10.70 - 10.71) MB10.73 ± (10.73 - 10.74) MB+0.2%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms382.96 ± (380.32 - 385.60) ms380.66 ± (378.64 - 382.67) ms-0.6%
process.time_to_main_ms519.27 ± (518.28 - 520.26) ms525.31 ± (524.25 - 526.38) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.02 ± (49.99 - 50.04) MB49.26 ± (49.23 - 49.29) MB-1.5%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.5%
.NET 8 - Baseline
process.internal_duration_ms19.30 ± (19.25 - 19.34) ms19.31 ± (19.27 - 19.34) ms+0.1%✅⬆️
process.time_to_main_ms71.33 ± (71.13 - 71.53) ms72.20 ± (72.05 - 72.36) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.67 - 7.68) MB7.66 ± (7.65 - 7.67) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.28 ± (19.25 - 19.31) ms19.33 ± (19.30 - 19.36) ms+0.2%✅⬆️
process.time_to_main_ms72.59 ± (72.42 - 72.76) ms73.04 ± (72.89 - 73.19) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.72 ± (7.71 - 7.72) MB7.71 ± (7.71 - 7.71) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms308.38 ± (305.68 - 311.07) ms306.52 ± (304.21 - 308.82) ms-0.6%
process.time_to_main_ms480.19 ± (479.41 - 480.98) ms483.15 ± (482.26 - 484.04) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.09 ± (37.07 - 37.11) MB36.48 ± (36.45 - 36.50) MB-1.7%
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
duration205.88 ± (205.69 - 206.64) ms210.51 ± (210.25 - 211.08) ms+2.2%✅⬆️
.NET Framework 4.8 - Bailout
duration209.45 ± (209.20 - 209.82) ms214.64 ± (214.34 - 215.21) ms+2.5%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1205.92 ± (1204.43 - 1210.16) ms1218.36 ± (1218.95 - 1225.08) ms+1.0%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms200.48 ± (200.06 - 200.89) ms205.14 ± (204.73 - 205.55) ms+2.3%✅⬆️
process.time_to_main_ms87.38 ± (87.10 - 87.65) ms90.33 ± (90.01 - 90.64) ms+3.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.04 ± (16.02 - 16.06) MB15.96 ± (15.94 - 15.98) MB-0.5%
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (19 - 20)+0.0%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms201.23 ± (200.81 - 201.65) ms205.26 ± (204.84 - 205.69) ms+2.0%✅⬆️
process.time_to_main_ms89.20 ± (88.98 - 89.41) ms91.90 ± (91.66 - 92.14) ms+3.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.96 ± (15.93 - 15.98) MB15.93 ± (15.91 - 15.95) MB-0.2%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+1.0%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms414.12 ± (413.03 - 415.20) ms401.49 ± (400.11 - 402.87) ms-3.0%
process.time_to_main_ms544.49 ± (542.86 - 546.12) ms553.37 ± (552.18 - 554.55) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.36 ± (59.32 - 59.40) MB58.45 ± (58.38 - 58.51) MB-1.5%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+1.4%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms206.31 ± (205.93 - 206.69) ms210.97 ± (210.56 - 211.39) ms+2.3%✅⬆️
process.time_to_main_ms76.22 ± (75.96 - 76.48) ms78.87 ± (78.60 - 79.14) ms+3.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.23 ± (16.20 - 16.25) MB16.17 ± (16.14 - 16.19) MB-0.4%
runtime.dotnet.threads.count19 ± (19 - 20)20 ± (19 - 20)+0.4%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms206.20 ± (205.87 - 206.54) ms210.19 ± (209.78 - 210.61) ms+1.9%✅⬆️
process.time_to_main_ms77.72 ± (77.48 - 77.96) ms79.69 ± (79.48 - 79.90) ms+2.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.24 ± (16.21 - 16.26) MB16.16 ± (16.13 - 16.18) MB-0.5%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.9%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms595.92 ± (593.29 - 598.54) ms602.14 ± (599.32 - 604.95) ms+1.0%✅⬆️
process.time_to_main_ms539.98 ± (538.87 - 541.09) ms548.30 ± (546.95 - 549.65) ms+1.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.52 ± (61.41 - 61.63) MB61.13 ± (61.03 - 61.22) MB-0.6%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.9%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms203.23 ± (202.75 - 203.70) ms208.80 ± (208.35 - 209.25) ms+2.7%✅⬆️
process.time_to_main_ms75.43 ± (75.17 - 75.69) ms77.70 ± (77.46 - 77.94) ms+3.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.62 ± (11.60 - 11.64) MB11.56 ± (11.54 - 11.58) MB-0.6%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.4%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms203.09 ± (202.69 - 203.49) ms208.29 ± (207.91 - 208.66) ms+2.6%✅⬆️
process.time_to_main_ms76.37 ± (76.13 - 76.60) ms78.82 ± (78.62 - 79.03) ms+3.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.68 ± (11.66 - 11.70) MB11.63 ± (11.61 - 11.65) MB-0.4%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+1.4%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms525.68 ± (520.62 - 530.73) ms538.29 ± (531.57 - 545.01) ms+2.4%✅⬆️
process.time_to_main_ms501.21 ± (500.34 - 502.09) ms511.72 ± (510.75 - 512.69) ms+2.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.70 ± (50.64 - 50.75) MB50.30 ± (50.21 - 50.39) MB-0.8%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.5%✅⬆️
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 (8455) - mean (72ms)  : 69, 75
    master - mean (71ms)  : 69, 73

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

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (1,060ms)  : 1015, 1105
    master - mean (1,062ms)  : 1019, 1105

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 (8455) - mean (112ms)  : 109, 116
    master - mean (112ms)  : 109, 116

    section Bailout
    This PR (8455) - mean (114ms)  : 112, 116
    master - mean (114ms)  : 112, 117

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (765ms)  : 745, 785
    master - mean (784ms)  : 761, 807

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8455) - mean (100ms)  : 95, 104
    master - mean (100ms)  : 96, 103

    section Bailout
    This PR (8455) - mean (101ms)  : 98, 104
    master - mean (100ms)  : 97, 102

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (934ms)  : 908, 960
    master - mean (930ms)  : 890, 971

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8455) - mean (99ms)  : 97, 101
    master - mean (98ms)  : 94, 102

    section Bailout
    This PR (8455) - mean (100ms)  : 97, 103
    master - mean (99ms)  : 96, 103

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (819ms)  : 778, 860
    master - mean (819ms)  : 780, 859

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 (8455) - mean (211ms)  : 206, 215
    master - mean (206ms)  : 201, 211

    section Bailout
    This PR (8455) - mean (215ms)  : 210, 219
    master - mean (210ms)  : 206, 213

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (1,222ms)  : 1178, 1266
    master - mean (1,207ms)  : 1169, 1246

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 (8455) - mean (305ms)  : 297, 312
    master - mean (297ms)  : 289, 305

    section Bailout
    This PR (8455) - mean (306ms)  : 300, 312
    master - mean (299ms)  : 293, 306

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (997ms)  : 963, 1030
    master - mean (1,002ms)  : 964, 1040

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8455) - mean (298ms)  : 292, 305
    master - mean (292ms)  : 286, 297

    section Bailout
    This PR (8455) - mean (299ms)  : 294, 304
    master - mean (293ms)  : 288, 297

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (1,182ms)  : 1153, 1211
    master - mean (1,167ms)  : 1124, 1210

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8455) - mean (297ms)  : 292, 303
    master - mean (289ms)  : 283, 296

    section Bailout
    This PR (8455) - mean (298ms)  : 292, 304
    master - mean (290ms)  : 284, 296

    section CallTarget+Inlining+NGEN
    This PR (8455) - mean (1,091ms)  : 980, 1201
    master - mean (1,067ms)  : 971, 1162

Loading

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Apr 14, 2026

Benchmarks

Benchmark execution time: 2026-04-15 15:01:33

Comparing candidate commit b4b5712 in PR branch andrew/update-vendors-2 with baseline commit 6963bde 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; +1 bytes] or [+0.020%; +0.032%]
  • ignore execution_time [-2.225ms; -1.307ms] or [-1.106%; -0.649%]
  • ignore throughput [-363.583op/s; +265.255op/s] or [-0.431%; +0.315%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1340.022µs; +2161.066µs] or [-0.669%; +1.078%]
  • 🟩 throughput [+8966.661op/s; +11265.110op/s] or [+7.537%; +9.469%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [-6.627ms; -0.844ms] or [-3.333%; -0.424%]
  • ignore throughput [+699.288op/s; +2048.161op/s] or [+0.711%; +2.083%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-20 bytes; -19 bytes] or [-0.613%; -0.600%]
  • 🟥 execution_time [+314.269ms; +316.345ms] or [+155.951%; +156.982%]
  • ignore throughput [-0.471op/s; +3.435op/s] or [-0.085%; +0.618%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+385.157ms; +387.451ms] or [+304.298%; +306.110%]
  • ignore throughput [+9.662op/s; +14.563op/s] or [+1.274%; +1.920%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+393.170ms; +396.145ms] or [+347.941%; +350.574%]
  • ignore throughput [-7.119op/s; -3.186op/s] or [-1.006%; -0.450%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-378.512µs; +176.670µs] or [-0.189%; +0.088%]
  • ignore throughput [-5395.170op/s; -4968.177op/s] or [-4.198%; -3.865%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-16.395ms; -12.231ms] or [-7.657%; -5.712%]
  • ignore throughput [+3345.626op/s; +6123.174op/s] or [+2.442%; +4.470%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-12.885ms; -8.733ms] or [-6.135%; -4.158%]
  • ignore throughput [-1932.549op/s; +366.183op/s] or [-1.747%; +0.331%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-736.208µs; +112.794µs] or [-0.367%; +0.056%]
  • 🟥 throughput [-275493.770op/s; -271038.418op/s] or [-28.129%; -27.674%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-27.203ms; -22.362ms] or [-12.131%; -9.972%]
  • 🟥 throughput [-101611.337op/s; -78448.818op/s] or [-10.855%; -8.381%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [-3.141ms; +1.093ms] or [-1.568%; +0.545%]
  • 🟥 throughput [-136831.858op/s; -120538.082op/s] or [-19.660%; -17.319%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-1142.513µs; -74.716µs] or [-0.570%; -0.037%]
  • ignore throughput [-2085.076op/s; -1269.619op/s] or [-1.403%; -0.854%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [+0.480ms; +3.997ms] or [+0.242%; +2.017%]
  • 🟩 throughput [+8994.857op/s; +11975.895op/s] or [+5.723%; +7.620%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+2.605ms; +6.647ms] or [+1.328%; +3.389%]
  • 🟩 throughput [+6842.292op/s; +9513.252op/s] or [+5.451%; +7.579%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-371.536µs; -171.767µs] or [-0.185%; -0.086%]
  • ignore throughput [+27357.379op/s; +33662.661op/s] or [+0.832%; +1.024%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-1.995ms; -0.897ms] or [-0.986%; -0.444%]
  • 🟩 throughput [+353463.503op/s; +380755.940op/s] or [+11.786%; +12.696%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-19.159ms; -14.807ms] or [-8.832%; -6.826%]
  • 🟩 throughput [+178335.058op/s; +231932.373op/s] or [+7.079%; +9.206%]

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

  • ignore allocated_mem [+1 bytes; +4 bytes] or [+0.004%; +0.012%]
  • 🟥 execution_time [+299.507ms; +300.531ms] or [+149.654%; +150.165%]
  • ignore throughput [+169.432op/s; +187.765op/s] or [+1.871%; +2.074%]

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

  • ignore allocated_mem [+3 bytes; +7 bytes] or [+0.010%; +0.022%]
  • 🟥 execution_time [+298.985ms; +302.193ms] or [+150.779%; +152.397%]
  • ignore throughput [+306.268op/s; +517.470op/s] or [+2.342%; +3.958%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.753ms; +302.457ms] or [+150.992%; +152.354%]
  • ignore throughput [+42.053op/s; +174.021op/s] or [+0.406%; +1.680%]

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

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.186%; +0.199%]
  • 🟥 execution_time [+298.343ms; +299.525ms] or [+146.534%; +147.115%]
  • ignore throughput [-23.220op/s; -13.234op/s] or [-0.616%; -0.351%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+293.850ms; +296.040ms] or [+143.652%; +144.723%]
  • ignore throughput [+59.164op/s; +96.843op/s] or [+0.860%; +1.407%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+301.866ms; +303.227ms] or [+150.872%; +151.552%]
  • ignore throughput [+19.319op/s; +40.760op/s] or [+0.383%; +0.809%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+5.449µs; +9.493µs] or [+1.119%; +1.949%]
  • ignore throughput [-38.897op/s; -22.393op/s] or [-1.894%; -1.091%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+19.352µs; +46.040µs] or [+4.438%; +10.559%]
  • ignore throughput [-226.130op/s; -106.059op/s] or [-9.831%; -4.611%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+7.338µs; +29.348µs] or [+1.572%; +6.288%]
  • ignore throughput [-144.937op/s; -63.954op/s] or [-6.691%; -2.952%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-5.430µs; -1.274µs] or [-1.466%; -0.344%]
  • ignore throughput [+10.313op/s; +40.205op/s] or [+0.382%; +1.489%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+24.145µs; +47.791µs] or [+7.708%; +15.257%]
  • 🟥 throughput [-442.783op/s; -243.848op/s] or [-13.803%; -7.601%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-12.586µs; +9.858µs] or [-3.443%; +2.697%]
  • ignore throughput [-107.000op/s; +27.068op/s] or [-3.840%; +0.971%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.395ms; +300.024ms] or [+149.429%; +149.743%]
  • ignore throughput [-1220755.343op/s; -658300.334op/s] or [-0.611%; -0.330%]

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

  • ignore allocated_mem [+126 bytes; +128 bytes] or [+0.702%; +0.713%]
  • unstable execution_time [+358.240ms; +394.149ms] or [+389.242%; +428.259%]
  • 🟩 throughput [+1183.821op/s; +1312.855op/s] or [+9.728%; +10.788%]

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

  • ignore allocated_mem [+19 bytes; +21 bytes] or [+0.094%; +0.105%]
  • 🟥 execution_time [+367.340ms; +371.154ms] or [+278.918%; +281.813%]
  • 🟩 throughput [+670.035op/s; +869.943op/s] or [+6.486%; +8.422%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.793KB; +2.798KB] or [+4.962%; +4.970%]
  • unstable execution_time [+258.239ms; +320.583ms] or [+118.736%; +147.401%]
  • 🟥 throughput [-641.587op/s; -568.494op/s] or [-58.134%; -51.511%]

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

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+205.031ms; +338.247ms] or [+87.375%; +144.146%]
  • 🟥 throughput [-744.598op/s; -661.165op/s] or [-49.665%; -44.100%]

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

  • ignore allocated_mem [+98 bytes; +101 bytes] or [+0.232%; +0.240%]
  • 🟥 execution_time [+334.506ms; +342.399ms] or [+200.073%; +204.794%]
  • 🟥 throughput [-392.950op/s; -357.770op/s] or [-27.361%; -24.911%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-41.203µs; -15.798µs] or [-2.074%; -0.795%]
  • ignore throughput [+4.618op/s; +11.082op/s] or [+0.918%; +2.202%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-21.972µs; -1.358µs] or [-1.509%; -0.093%]
  • ignore throughput [+1.527op/s; +11.247op/s] or [+0.222%; +1.637%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-154.562µs; -59.332µs] or [-5.377%; -2.064%]
  • ignore throughput [+8.149op/s; +27.089op/s] or [+2.342%; +7.787%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-14.142µs; -6.909µs] or [-1.221%; -0.597%]
  • ignore throughput [+5.413op/s; +10.782op/s] or [+0.627%; +1.248%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-39.235µs; -27.853µs] or [-3.639%; -2.583%]
  • ignore throughput [+25.262op/s; +35.489op/s] or [+2.724%; +3.826%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+34.220µs; +46.741µs] or [+1.833%; +2.504%]
  • ignore throughput [-12.932op/s; -9.639op/s] or [-2.414%; -1.799%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+54.062µs; +68.461µs] or [+2.112%; +2.674%]
  • ignore throughput [-10.113op/s; -8.002op/s] or [-2.589%; -2.049%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • 🟩 execution_time [-171.083µs; -146.293µs] or [-8.666%; -7.411%]
  • 🟩 throughput [+41.476op/s; +48.260op/s] or [+8.188%; +9.527%]

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

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-148.749µs; -112.001µs] or [-3.772%; -2.840%]
  • ignore throughput [+7.632op/s; +10.000op/s] or [+3.009%; +3.943%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+304.773ms; +305.921ms] or [+153.478%; +154.056%]
  • ignore throughput [+12896.251op/s; +14636.819op/s] or [+4.150%; +4.710%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.018ms; +302.517ms] or [+150.841%; +151.592%]
  • ignore throughput [+21693.518op/s; +27701.655op/s] or [+3.420%; +4.367%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.161ms; +305.271ms] or [+151.793%; +153.355%]
  • ignore throughput [+17738.095op/s; +25778.606op/s] or [+3.737%; +5.430%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+300.947ms; +302.117ms] or [+151.126%; +151.713%]
  • 🟩 throughput [+17282.117op/s; +18777.383op/s] or [+5.790%; +6.291%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+297.476ms; +307.282ms] or [+147.089%; +151.937%]
  • ignore throughput [+5957.426op/s; +15516.325op/s] or [+0.960%; +2.500%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.925ms; +306.693ms] or [+153.536%; +155.446%]
  • ignore throughput [-6409.231op/s; +2419.328op/s] or [-1.384%; +0.522%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+302.071ms; +303.190ms] or [+151.612%; +152.174%]
  • ignore throughput [+10588.004op/s; +12226.857op/s] or [+2.747%; +3.172%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+299.987ms; +302.809ms] or [+149.516%; +150.923%]
  • 🟩 throughput [+58553.784op/s; +64092.985op/s] or [+11.627%; +12.727%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+300.737ms; +303.636ms] or [+149.614%; +151.056%]
  • ignore throughput [-8472.846op/s; -1855.066op/s] or [-2.006%; -0.439%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-1129.987µs; -137.191µs] or [-0.562%; -0.068%]
  • ignore throughput [-6424.309op/s; -5127.783op/s] or [-2.583%; -2.062%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-15.257ms; -11.550ms] or [-7.095%; -5.371%]
  • 🟩 throughput [+22174.982op/s; +29143.225op/s] or [+6.083%; +7.995%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-1336.281µs; +2589.939µs] or [-0.670%; +1.299%]
  • ignore throughput [+3974.906op/s; +9724.118op/s] or [+1.451%; +3.550%]

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

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • ignore execution_time [+7.226µs; +46.718µs] or [+1.785%; +11.540%]
  • ignore throughput [-250.808op/s; -49.972op/s] or [-10.093%; -2.011%]

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

  • 🟩 allocated_mem [-25.944KB; -25.924KB] or [-9.464%; -9.456%]
  • unstable execution_time [-60.977µs; -10.021µs] or [-12.052%; -1.981%]
  • ignore throughput [+51.687op/s; +230.369op/s] or [+2.579%; +11.496%]

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

  • 🟩 allocated_mem [-15.063KB; -15.047KB] or [-5.491%; -5.485%]
  • ignore execution_time [-57.675µs; -1.170µs] or [-9.995%; -0.203%]
  • ignore throughput [+17.977op/s; +172.030op/s] or [+1.027%; +9.828%]

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

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-210.110ns; +1298.777ns] or [-0.364%; +2.250%]
  • ignore throughput [-356.476op/s; +68.958op/s] or [-2.057%; +0.398%]

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

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • unstable execution_time [+8.603µs; +13.317µs] or [+20.336%; +31.478%]
  • 🟥 throughput [-5578.526op/s; -3755.984op/s] or [-23.484%; -15.812%]

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

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-15.630µs; -8.704µs] or [-24.250%; -13.504%]
  • 🟩 throughput [+2310.908op/s; +3757.031op/s] or [+14.178%; +23.051%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.084%; +0.094%]
  • 🟥 execution_time [+302.860ms; +303.976ms] or [+153.082%; +153.646%]
  • ignore throughput [-37.049op/s; -14.935op/s] or [-0.619%; -0.250%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+303.217ms; +305.452ms] or [+154.337%; +155.474%]
  • ignore throughput [-2.692op/s; +75.309op/s] or [-0.033%; +0.934%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+300.407ms; +302.798ms] or [+150.391%; +151.588%]
  • ignore throughput [-87.872op/s; -20.468op/s] or [-1.119%; -0.261%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-465.692µs; +283.037µs] or [-0.232%; +0.141%]
  • ignore throughput [-2684.125op/s; -1587.455op/s] or [-0.743%; -0.439%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [-320.746µs; +395.398µs] or [-0.160%; +0.198%]
  • 🟩 throughput [+52243.893op/s; +57139.060op/s] or [+9.889%; +10.815%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+1.722ms; +5.439ms] or [+0.873%; +2.757%]
  • ignore throughput [-5399.473op/s; +2966.593op/s] or [-1.278%; +0.702%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+299.403ms; +301.397ms] or [+149.226%; +150.219%]
  • ignore throughput [-2850.594op/s; -1877.027op/s] or [-1.882%; -1.239%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+300.464ms; +304.763ms] or [+150.879%; +153.037%]
  • ignore throughput [+7000.848op/s; +9458.266op/s] or [+3.045%; +4.113%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+303.586ms; +305.686ms] or [+153.959%; +155.024%]
  • ignore throughput [-3987.213op/s; -2170.690op/s] or [-2.246%; -1.223%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.636ms; +300.182ms] or [+149.460%; +149.732%]
  • 🟩 throughput [+61211447.617op/s; +61448363.934op/s] or [+44.578%; +44.751%]

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

  • ignore allocated_mem [+77 bytes; +79 bytes] or [+0.453%; +0.463%]
  • unstable execution_time [+342.595ms; +389.262ms] or [+426.078%; +484.116%]
  • 🟩 throughput [+942.183op/s; +1127.697op/s] or [+7.284%; +8.718%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.453ms; +300.353ms] or [+149.360%; +149.809%]
  • ignore throughput [-969751.229op/s; +1504307.875op/s] or [-0.430%; +0.666%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+43.890µs; +531.849µs] or [+0.022%; +0.266%]
  • ignore throughput [+292.208op/s; +2780.361op/s] or [+0.033%; +0.310%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.411ms; -3.307ms] or [-2.160%; -1.620%]
  • 🟩 throughput [+106165.718op/s; +114629.021op/s] or [+9.912%; +10.703%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [+1.586ms; +5.688ms] or [+0.802%; +2.878%]
  • 🟩 throughput [+48899.604op/s; +68016.535op/s] or [+5.660%; +7.873%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [+133.360µs; +766.274µs] or [+0.067%; +0.383%]
  • ignore throughput [-11076.024op/s; -6024.513op/s] or [-1.014%; -0.551%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+5.806ms; +9.932ms] or [+3.025%; +5.175%]
  • 🟩 throughput [+86252.649op/s; +119143.970op/s] or [+6.676%; +9.222%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-4.798ms; -3.344ms] or [-2.357%; -1.643%]
  • 🟩 throughput [+91460.217op/s; +100722.894op/s] or [+9.083%; +10.003%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1068.195µs; +165.100µs] or [-0.532%; +0.082%]
  • ignore throughput [+6728.755op/s; +9500.687op/s] or [+1.499%; +2.117%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-208.644µs; +1304.478µs] or [-0.104%; +0.651%]
  • 🟩 throughput [+51892.578op/s; +57062.837op/s] or [+9.423%; +10.362%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [+0.975ms; +5.065ms] or [+0.490%; +2.545%]
  • 🟩 throughput [+26650.663op/s; +36384.217op/s] or [+5.965%; +8.144%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1326.429µs; -405.324µs] or [-0.661%; -0.202%]
  • ignore throughput [-16306.769op/s; -12351.987op/s] or [-2.387%; -1.808%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-1404.320µs; +2080.939µs] or [-0.702%; +1.041%]
  • 🟩 throughput [+86184.537op/s; +103444.704op/s] or [+9.629%; +11.557%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+2.546ms; +6.480ms] or [+1.293%; +3.291%]
  • ignore throughput [+9493.691op/s; +24368.276op/s] or [+1.326%; +3.402%]

@andrewlock andrewlock requested a review from a team as a code owner April 14, 2026 15:13
Copy link
Copy Markdown
Contributor

@dudikeleti dudikeleti left a comment

Choose a reason for hiding this comment

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

🔥

@andrewlock andrewlock force-pushed the andrew/update-vendors-2 branch from b4b5712 to 58b049c Compare April 16, 2026 13:05
@andrewlock andrewlock requested review from a team as code owners April 16, 2026 13:05
@andrewlock andrewlock force-pushed the andrew/remove-more-vendored-code branch from 9f055d8 to fa2694a Compare April 16, 2026 13:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants