Skip to content

[CI Visibility] Support MSTest 4.3.3 - #8979

Merged
tonyredondo merged 1 commit into
masterfrom
tony/mstest-4.3.3-support
Aug 3, 2026
Merged

[CI Visibility] Support MSTest 4.3.3#8979
tonyredondo merged 1 commit into
masterfrom
tony/mstest-4.3.3-support

Conversation

@tonyredondo

Copy link
Copy Markdown
Member

Summary of changes

  • Add support for the new four-argument UnitTestRunner.RunSingleTest and RunSingleTestAsync overloads introduced in MSTest 4.3.3.
  • Limit the previous three-argument overload instrumentation to MSTest 4.3.2.
  • Update the MSTest package test matrices from 4.3.2 to 4.3.3.
  • Regenerate the managed and native CallTarget definitions and supported-version metadata.

Reason for change

MSTest 4.3.3 added a lifecycleContextProperties argument to the UnitTestElement overloads used by the main test execution path.

The existing instrumentation only matched the previous three-argument overloads. Consequently, the final test result handling was not executed for some skipped and initialization-failure tests, resulting in missing test spans.

This fixes the failures from Azure DevOps build 206084.

Implementation details

The existing three-argument RunSingleTest and RunSingleTestAsync hooks now have a maximum supported version of 4.3.2.

New hooks starting at 4.3.3 target the corresponding four-argument overloads:

RunSingleTest(
    UnitTestElement,
    IDictionary<string, object>,
    IDictionary<string, object>,
    IMessageLogger)

The new async integration accepts the additional lifecycle context dictionary and delegates the instrumentation logic to the existing handler.

The version ranges do not overlap, ensuring that only the appropriate overload is instrumented for each MSTest version.

Test coverage

  • Generated the MSTest 4.3.3 package matrix and CallTarget definitions.
  • Compiled the managed tracer successfully.
  • Compiled the native profiler, including generated_calltargets.g.cpp.
  • MsTestV2Tests.SubmitTraces(4.3.3): passed with the expected 22 spans.
  • MsTestV2EvpTests.DisabledTests: 8/8 passed, including both MSTest 4.3.3 transport variants.
  • git diff --check: passed.

Other details

No new test scenarios were required because the existing package-version integration tests cover this regression.

@tonyredondo
tonyredondo force-pushed the tony/mstest-4.3.3-support branch from dca4153 to 4b840b3 Compare August 3, 2026 10:04

@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 swear they're out to get you 😅

@dd-trace-dotnet-ci-bot

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8979) 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.59 ± (70.67 - 70.98) ms73.32 ± (73.30 - 73.83) ms+3.9%✅⬆️
.NET Framework 4.8 - Bailout
duration74.80 ± (74.71 - 75.04) ms75.82 ± (75.80 - 76.15) ms+1.4%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1085.33 ± (1085.33 - 1091.55) ms1088.67 ± (1088.97 - 1095.98) ms+0.3%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.19 ± (22.16 - 22.22) ms22.16 ± (22.12 - 22.19) ms-0.1%
process.time_to_main_ms81.50 ± (81.33 - 81.67) ms82.11 ± (81.84 - 82.39) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.01 ± (11.00 - 11.01) MB11.01 ± (11.00 - 11.01) MB+0.0%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms21.93 ± (21.91 - 21.96) ms22.09 ± (22.06 - 22.12) ms+0.7%✅⬆️
process.time_to_main_ms82.46 ± (82.30 - 82.62) ms82.33 ± (82.17 - 82.49) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.03 ± (11.03 - 11.04) MB11.04 ± (11.03 - 11.04) MB+0.0%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms211.05 ± (210.16 - 211.94) ms208.39 ± (207.46 - 209.32) ms-1.3%
process.time_to_main_ms538.95 ± (537.71 - 540.18) ms537.05 ± (535.70 - 538.39) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.60 ± (49.57 - 49.63) MB49.51 ± (49.47 - 49.55) MB-0.2%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.5%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.90 ± (20.87 - 20.93) ms21.05 ± (21.00 - 21.09) ms+0.7%✅⬆️
process.time_to_main_ms71.03 ± (70.90 - 71.15) ms73.77 ± (73.52 - 74.01) ms+3.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.73 ± (10.73 - 10.73) MB10.73 ± (10.72 - 10.73) MB-0.0%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.69 ± (20.66 - 20.72) ms20.80 ± (20.76 - 20.83) ms+0.5%✅⬆️
process.time_to_main_ms71.87 ± (71.74 - 72.01) ms72.59 ± (72.45 - 72.73) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.85 ± (10.85 - 10.85) MB10.84 ± (10.84 - 10.85) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms371.09 ± (368.81 - 373.36) ms371.14 ± (369.03 - 373.25) ms+0.0%✅⬆️
process.time_to_main_ms543.01 ± (541.90 - 544.11) ms543.69 ± (542.64 - 544.74) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.65 ± (50.63 - 50.67) MB50.67 ± (50.65 - 50.69) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.0%
.NET 8 - Baseline
process.internal_duration_ms19.42 ± (19.38 - 19.47) ms19.08 ± (19.05 - 19.11) ms-1.8%
process.time_to_main_ms73.05 ± (72.79 - 73.30) ms70.30 ± (70.18 - 70.42) ms-3.8%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.78 ± (7.77 - 7.78) MB7.81 ± (7.80 - 7.82) MB+0.4%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.06 ± (19.03 - 19.08) ms19.32 ± (19.28 - 19.36) ms+1.4%✅⬆️
process.time_to_main_ms71.70 ± (71.55 - 71.85) ms74.02 ± (73.80 - 74.24) ms+3.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.81 ± (7.80 - 7.81) MB7.82 ± (7.82 - 7.83) MB+0.2%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms297.56 ± (295.57 - 299.54) ms298.31 ± (295.77 - 300.85) ms+0.3%✅⬆️
process.time_to_main_ms491.00 ± (490.07 - 491.93) ms492.13 ± (491.01 - 493.24) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed38.06 ± (38.03 - 38.08) MB38.14 ± (38.11 - 38.17) MB+0.2%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.0%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration190.87 ± (190.92 - 191.61) ms191.66 ± (191.75 - 192.48) ms+0.4%✅⬆️
.NET Framework 4.8 - Bailout
duration195.47 ± (195.18 - 195.61) ms195.00 ± (194.76 - 195.19) ms-0.2%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1165.40 ± (1164.04 - 1169.25) ms1184.15 ± (1188.55 - 1198.08) ms+1.6%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms184.56 ± (184.24 - 184.87) ms193.27 ± (192.86 - 193.67) ms+4.7%✅⬆️
process.time_to_main_ms80.56 ± (80.37 - 80.75) ms84.63 ± (84.34 - 84.91) ms+5.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.31 ± (16.24 - 16.37) MB16.30 ± (16.28 - 16.33) MB-0.0%
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (20 - 20)+0.4%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms183.85 ± (183.60 - 184.10) ms193.41 ± (192.99 - 193.83) ms+5.2%✅⬆️
process.time_to_main_ms81.57 ± (81.46 - 81.68) ms85.95 ± (85.73 - 86.17) ms+5.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.03 ± (15.88 - 16.17) MB16.31 ± (16.29 - 16.33) MB+1.8%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)21 ± (20 - 21)+3.0%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms373.15 ± (371.86 - 374.43) ms383.30 ± (382.01 - 384.60) ms+2.7%✅⬆️
process.time_to_main_ms523.06 ± (522.19 - 523.92) ms540.67 ± (539.60 - 541.75) ms+3.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.02 ± (57.96 - 58.08) MB58.09 ± (57.97 - 58.22) MB+0.1%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms188.65 ± (188.38 - 188.92) ms195.37 ± (195.03 - 195.70) ms+3.6%✅⬆️
process.time_to_main_ms70.41 ± (70.25 - 70.56) ms73.14 ± (72.94 - 73.34) ms+3.9%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.91 ± (15.73 - 16.09) MB16.28 ± (16.16 - 16.40) MB+2.4%✅⬆️
runtime.dotnet.threads.count17 ± (17 - 18)19 ± (19 - 19)+7.5%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms187.12 ± (186.93 - 187.32) ms195.33 ± (194.95 - 195.71) ms+4.4%✅⬆️
process.time_to_main_ms71.38 ± (71.33 - 71.43) ms74.63 ± (74.48 - 74.77) ms+4.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.75 ± (15.58 - 15.93) MB16.49 ± (16.41 - 16.57) MB+4.7%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 19)20 ± (20 - 20)+7.1%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms584.74 ± (581.93 - 587.56) ms586.25 ± (583.61 - 588.89) ms+0.3%✅⬆️
process.time_to_main_ms532.03 ± (531.16 - 532.90) ms546.68 ± (545.53 - 547.83) ms+2.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.67 ± (61.60 - 61.75) MB61.74 ± (61.65 - 61.83) MB+0.1%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms186.48 ± (186.24 - 186.72) ms194.13 ± (193.80 - 194.46) ms+4.1%✅⬆️
process.time_to_main_ms69.66 ± (69.52 - 69.81) ms72.60 ± (72.42 - 72.78) ms+4.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.73 ± (11.61 - 11.84) MB11.88 ± (11.86 - 11.90) MB+1.3%✅⬆️
runtime.dotnet.threads.count17 ± (17 - 18)18 ± (18 - 18)+5.2%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms185.53 ± (185.38 - 185.69) ms193.23 ± (192.94 - 193.52) ms+4.1%✅⬆️
process.time_to_main_ms70.79 ± (70.73 - 70.86) ms73.46 ± (73.34 - 73.58) ms+3.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.59 ± (11.46 - 11.72) MB11.99 ± (11.96 - 12.01) MB+3.4%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 19)19 ± (19 - 19)+5.7%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms512.16 ± (509.37 - 514.94) ms511.88 ± (509.38 - 514.38) ms-0.1%
process.time_to_main_ms482.45 ± (481.84 - 483.05) ms503.11 ± (502.26 - 503.97) ms+4.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed51.52 ± (51.48 - 51.55) MB51.51 ± (51.47 - 51.54) MB-0.0%
runtime.dotnet.threads.count29 ± (29 - 29)30 ± (29 - 30)+1.4%✅⬆️
Comparison explanation

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

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

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

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

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

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

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (1,092ms)  : 1042, 1143
    master - mean (1,088ms)  : 1044, 1133

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 (8979) - mean (111ms)  : 106, 117
    master - mean (110ms)  : 106, 114

    section Bailout
    This PR (8979) - mean (111ms)  : 108, 113
    master - mean (111ms)  : 108, 113

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (783ms)  : 765, 802
    master - mean (788ms)  : 767, 809

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8979) - mean (102ms)  : 97, 106
    master - mean (98ms)  : 95, 101

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

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (945ms)  : 910, 981
    master - mean (943ms)  : 898, 988

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8979) - mean (97ms)  : 94, 100
    master - mean (100ms)  : 94, 106

    section Bailout
    This PR (8979) - mean (102ms)  : 98, 106
    master - mean (98ms)  : 94, 101

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (823ms)  : 775, 871
    master - mean (818ms)  : 786, 851

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 (8979) - mean (192ms)  : 189, 196
    master - mean (191ms)  : 188, 195

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

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (1,193ms)  : 1121, 1266
    master - mean (1,167ms)  : 1135, 1199

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 (8979) - mean (288ms)  : 282, 294
    master - mean (274ms)  : 270, 278

    section Bailout
    This PR (8979) - mean (289ms)  : crit, 280, 298
    master - mean (274ms)  : 271, 277

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (966ms)  : 943, 989
    master - mean (937ms)  : 918, 956

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8979) - mean (278ms)  : 271, 284
    master - mean (267ms)  : 264, 271

    section Bailout
    This PR (8979) - mean (279ms)  : 274, 283
    master - mean (267ms)  : 264, 270

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (1,162ms)  : 1128, 1196
    master - mean (1,146ms)  : 1102, 1190

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8979) - mean (277ms)  : 272, 281
    master - mean (266ms)  : 262, 270

    section Bailout
    This PR (8979) - mean (277ms)  : 272, 281
    master - mean (266ms)  : 263, 268

    section CallTarget+Inlining+NGEN
    This PR (8979) - mean (1,046ms)  : 1001, 1091
    master - mean (1,026ms)  : 985, 1068

Loading

@pr-commenter

pr-commenter Bot commented Aug 3, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-08-03 10:53:07

Comparing candidate commit 4b840b3 in PR branch tony/mstest-4.3.3-support with baseline commit db17241 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 64 known flaky benchmarks, 62 flaky benchmarks without significant changes.

Explanation

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

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

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

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

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

More details about the CI and significant changes

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

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

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

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

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

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

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟥 throughput [-25517.464op/s; -22838.745op/s] or [-7.187%; -6.433%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-6023.375op/s; -5281.320op/s] or [-6.876%; -6.029%]

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

  • 🟥 throughput [-9738.471op/s; -9230.834op/s] or [-11.547%; -10.945%]

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

  • 🟥 throughput [-11305.127op/s; -9879.006op/s] or [-11.495%; -10.045%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+301.226ms; +308.071ms] or [+149.479%; +152.875%]
  • 🟥 throughput [-45.502op/s; -41.954op/s] or [-8.187%; -7.548%]

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

  • 🟥 execution_time [+379.597ms; +381.005ms] or [+299.905%; +301.017%]
  • 🟩 throughput [+92.638op/s; +95.053op/s] or [+12.214%; +12.532%]

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

  • 🟥 execution_time [+388.534ms; +391.374ms] or [+343.838%; +346.351%]

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

  • 🟥 allocated_mem [+4.693KB; +4.694KB] or [+98.806%; +98.821%]
  • 🟥 throughput [-60418.828op/s; -60040.752op/s] or [-47.009%; -46.715%]

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

  • 🟥 allocated_mem [+3.816KB; +3.816KB] or [+80.699%; +80.711%]
  • 🟩 execution_time [-16.265ms; -12.087ms] or [-7.596%; -5.645%]
  • 🟥 throughput [-59673.389op/s; -56883.991op/s] or [-43.558%; -41.522%]

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

  • 🟥 allocated_mem [+4.544KB; +4.544KB] or [+98.261%; +98.274%]
  • 🟥 throughput [-48747.592op/s; -46477.314op/s] or [-44.073%; -42.021%]

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

  • 🟥 allocated_mem [+1.315KB; +1.315KB] or [+106.388%; +106.404%]
  • 🟥 throughput [-278665.250op/s; -275778.295op/s] or [-28.453%; -28.158%]

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

  • 🟥 allocated_mem [+479 bytes; +480 bytes] or [+39.212%; +39.221%]
  • 🟩 execution_time [-26.508ms; -21.619ms] or [-11.822%; -9.641%]

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

  • 🟥 allocated_mem [+1.280KB; +1.280KB] or [+105.947%; +105.963%]
  • 🟥 throughput [-161036.004op/s; -144825.557op/s] or [-23.138%; -20.809%]

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

  • 🟥 allocated_mem [+3.378KB; +3.378KB] or [+89.003%; +89.017%]
  • 🟥 throughput [-73470.218op/s; -72667.365op/s] or [-49.445%; -48.904%]

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

  • 🟥 allocated_mem [+3.336KB; +3.336KB] or [+88.150%; +88.161%]
  • 🟥 throughput [-73155.113op/s; -70231.418op/s] or [-46.547%; -44.687%]

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

  • 🟥 allocated_mem [+3.264KB; +3.264KB] or [+88.493%; +88.506%]
  • 🟥 throughput [-55873.029op/s; -53252.995op/s] or [-44.510%; -42.423%]

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

  • 🟩 throughput [+323583.598op/s; +335590.083op/s] or [+10.790%; +11.190%]

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

  • 🟩 execution_time [-19.163ms; -14.833ms] or [-8.834%; -6.837%]

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

  • 🟩 allocated_mem [-13.759KB; -13.757KB] or [-42.326%; -42.318%]
  • 🟥 execution_time [+300.244ms; +301.002ms] or [+150.022%; +150.400%]
  • 🟩 throughput [+989.901op/s; +1006.279op/s] or [+10.933%; +11.114%]

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

  • 🟩 allocated_mem [-13.722KB; -13.718KB] or [-42.341%; -42.329%]
  • 🟥 execution_time [+299.928ms; +303.138ms] or [+151.254%; +152.873%]
  • 🟩 throughput [+2267.710op/s; +2493.957op/s] or [+17.345%; +19.075%]

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

  • 🟩 allocated_mem [-13.722KB; -13.718KB] or [-42.341%; -42.329%]
  • 🟥 execution_time [+300.342ms; +302.929ms] or [+151.289%; +152.592%]
  • 🟩 throughput [+1900.666op/s; +2028.975op/s] or [+18.350%; +19.589%]

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

  • 🟥 execution_time [+297.467ms; +299.131ms] or [+146.104%; +146.921%]
  • 🟩 throughput [+538.518op/s; +562.978op/s] or [+14.276%; +14.925%]

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

  • 🟥 execution_time [+297.929ms; +301.659ms] or [+145.646%; +147.470%]
  • 🟩 throughput [+2685.865op/s; +2748.745op/s] or [+39.021%; +39.934%]

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

  • 🟥 execution_time [+299.792ms; +301.024ms] or [+149.836%; +150.451%]
  • 🟩 throughput [+1353.630op/s; +1383.833op/s] or [+26.868%; +27.468%]

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

  • 🟩 execution_time [-145.724µs; -140.824µs] or [-29.919%; -28.913%]
  • 🟩 throughput [+839.680op/s; +873.877op/s] or [+40.896%; +42.562%]

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

  • 🟩 execution_time [-136.342µs; -109.501µs] or [-31.270%; -25.114%]
  • 🟩 throughput [+832.588op/s; +958.328op/s] or [+36.198%; +41.664%]

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

  • 🟩 execution_time [-140.788µs; -118.656µs] or [-30.164%; -25.422%]
  • 🟩 throughput [+759.138op/s; +844.574op/s] or [+35.043%; +38.987%]

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

  • 🟩 execution_time [-125.093µs; -120.603µs] or [-33.774%; -32.562%]
  • 🟩 throughput [+1315.020op/s; +1368.202op/s] or [+48.702%; +50.672%]

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

  • 🟩 execution_time [-102.367µs; -78.755µs] or [-32.681%; -25.143%]
  • 🟩 throughput [+1183.018op/s; +1385.561op/s] or [+36.878%; +43.192%]

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

  • 🟩 execution_time [-132.612µs; -109.920µs] or [-36.277%; -30.070%]
  • 🟩 throughput [+1236.181op/s; +1385.142op/s] or [+44.362%; +49.707%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+300.061ms; +300.951ms] or [+149.761%; +150.205%]

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

  • unstable execution_time [+319.681ms; +395.253ms] or [+347.347%; +429.459%]
  • 🟩 throughput [+701.730op/s; +907.720op/s] or [+5.766%; +7.459%]

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

  • 🟥 execution_time [+367.726ms; +371.149ms] or [+279.211%; +281.810%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+238.530ms; +298.857ms] or [+109.674%; +137.412%]
  • 🟥 throughput [-577.276op/s; -521.196op/s] or [-52.307%; -47.225%]

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

  • unstable execution_time [+208.548ms; +341.766ms] or [+88.874%; +145.646%]
  • 🟥 throughput [-668.535op/s; -585.054op/s] or [-44.592%; -39.023%]

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

  • 🟥 execution_time [+338.347ms; +350.382ms] or [+202.371%; +209.569%]
  • 🟥 throughput [-402.901op/s; -365.216op/s] or [-28.053%; -25.429%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • 🟥 execution_time [+151.636µs; +170.861µs] or [+5.923%; +6.674%]
  • 🟥 throughput [-24.393op/s; -21.783op/s] or [-6.245%; -5.577%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+300.799ms; +302.578ms] or [+151.476%; +152.373%]

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

  • 🟥 execution_time [+301.603ms; +302.997ms] or [+151.134%; +151.832%]
  • 🟩 throughput [+33071.388op/s; +40025.128op/s] or [+5.214%; +6.310%]

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

  • 🟥 execution_time [+300.134ms; +303.775ms] or [+150.775%; +152.604%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+301.597ms; +303.047ms] or [+151.452%; +152.180%]

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

  • 🟥 execution_time [+299.090ms; +300.558ms] or [+147.887%; +148.613%]

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

  • 🟥 execution_time [+302.886ms; +307.069ms] or [+153.516%; +155.636%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+299.079ms; +300.769ms] or [+150.111%; +150.959%]
  • 🟩 throughput [+19780.367op/s; +21563.702op/s] or [+5.131%; +5.594%]

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

  • 🟥 execution_time [+301.854ms; +304.710ms] or [+150.447%; +151.870%]
  • 🟩 throughput [+51623.514op/s; +59516.220op/s] or [+10.251%; +11.818%]

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

  • 🟥 execution_time [+299.841ms; +303.593ms] or [+149.168%; +151.035%]

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

  • 🟩 execution_time [-16.027ms; -12.297ms] or [-7.453%; -5.718%]
  • 🟩 throughput [+19823.614op/s; +27058.719op/s] or [+5.438%; +7.423%]

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

  • unstable execution_time [+9.574µs; +51.869µs] or [+2.365%; +12.812%]

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

  • 🟩 allocated_mem [-15.951KB; -15.928KB] or [-5.818%; -5.810%]
  • unstable execution_time [-31.743µs; +27.533µs] or [-6.274%; +5.442%]
  • unstable throughput [-93.900op/s; +113.551op/s] or [-4.686%; +5.666%]

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

  • unstable execution_time [-62.613µs; -1.948µs] or [-10.850%; -0.338%]

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

  • unstable execution_time [+7.158µs; +11.597µs] or [+16.919%; +27.412%]
  • 🟥 throughput [-5175.208op/s; -3336.970op/s] or [-21.786%; -14.048%]

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

  • unstable execution_time [-13.860µs; -5.950µs] or [-21.503%; -9.232%]
  • unstable throughput [+1479.258op/s; +3170.073op/s] or [+9.076%; +19.449%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+302.261ms; +303.444ms] or [+152.779%; +153.378%]

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

  • 🟥 execution_time [+304.624ms; +308.084ms] or [+155.053%; +156.814%]

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

  • 🟥 execution_time [+298.845ms; +301.885ms] or [+149.609%; +151.131%]

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

  • 🟩 throughput [+33316.222op/s; +45091.347op/s] or [+6.306%; +8.535%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+298.765ms; +301.018ms] or [+148.908%; +150.030%]

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

  • 🟥 execution_time [+300.973ms; +304.246ms] or [+151.134%; +152.778%]

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

  • 🟥 execution_time [+306.243ms; +308.948ms] or [+155.307%; +156.679%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.902ms; +300.909ms] or [+149.593%; +150.095%]
  • 🟩 throughput [+65957049.405op/s; +66309193.012op/s] or [+48.034%; +48.290%]

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

  • 🟥 execution_time [+417.822ms; +421.965ms] or [+519.636%; +524.789%]

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

  • 🟥 execution_time [+300.035ms; +301.388ms] or [+149.651%; +150.325%]
  • 🟩 throughput [+17939551.746op/s; +18938798.896op/s] or [+7.946%; +8.389%]

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

  • 🟩 throughput [+92104.237op/s; +100590.476op/s] or [+8.599%; +9.392%]

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

  • 🟩 throughput [+72906.801op/s; +81110.022op/s] or [+7.241%; +8.056%]

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

  • 🟩 throughput [+48527.065op/s; +53098.883op/s] or [+8.812%; +9.642%]

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

  • 🟩 throughput [+27992.314op/s; +37753.548op/s] or [+6.266%; +8.450%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

@tonyredondo
tonyredondo merged commit 3643d74 into master Aug 3, 2026
141 checks passed
@tonyredondo
tonyredondo deleted the tony/mstest-4.3.3-support branch August 3, 2026 12:17
@github-actions github-actions Bot added this to the vNext-v3 milestone Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants