Skip to content

dsm tt manual api#8365

Draft
kr-igor wants to merge 25 commits intomasterfrom
kr-igor/dsm-tt-manual-api
Draft

dsm tt manual api#8365
kr-igor wants to merge 25 commits intomasterfrom
kr-igor/dsm-tt-manual-api

Conversation

@kr-igor
Copy link
Contributor

@kr-igor kr-igor commented Mar 24, 2026

Summary of changes

Reason for change

Implementation details

Test coverage

Other details

@pr-commenter
Copy link

pr-commenter bot commented Mar 24, 2026

Benchmarks

Benchmark execution time: 2026-03-24 22:27:54

Comparing candidate commit f43f737 in PR branch kr-igor/dsm-tt-manual-api with baseline commit 1bb5b79 in branch master.

Found 10 performance improvements and 10 performance regressions! Performance is the same for 259 metrics, 9 unstable metrics.

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.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 throughput [-61605.494op/s; -43736.522op/s] or [-8.281%; -5.879%]

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

  • 🟥 execution_time [+20.883ms; +25.169ms] or [+10.617%; +12.797%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟩 execution_time [-18.601ms; -13.371ms] or [-8.032%; -5.773%]
  • 🟩 throughput [+64.020op/s; +89.214op/s] or [+6.175%; +8.606%]

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

  • 🟩 execution_time [-28.814ms; -25.624ms] or [-18.285%; -16.261%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟩 throughput [+23992.474op/s; +26470.238op/s] or [+6.164%; +6.800%]

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

  • 🟥 throughput [-13824.380op/s; -9742.091op/s] or [-8.961%; -6.315%]

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

  • 🟩 throughput [+18652.674op/s; +26184.513op/s] or [+7.116%; +9.990%]

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

  • 🟥 allocated_mem [+20.918KB; +20.944KB] or [+8.126%; +8.137%]

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

  • 🟩 throughput [+107.683op/s; +289.745op/s] or [+5.517%; +14.846%]

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

  • 🟩 execution_time [-44.765ms; -44.206ms] or [-23.171%; -22.881%]

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

  • 🟥 throughput [-18268.605op/s; -13341.577op/s] or [-7.622%; -5.566%]

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

  • 🟥 execution_time [+13.119ms; +15.174ms] or [+15.029%; +17.384%]

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

  • 🟥 throughput [-16420228.327op/s; -15331482.313op/s] or [-6.803%; -6.352%]

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

  • 🟩 throughput [+50572.921op/s; +75840.526op/s] or [+6.188%; +9.280%]

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

  • 🟩 execution_time [-21.855ms; -16.756ms] or [-9.990%; -7.659%]

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

  • 🟥 execution_time [+12.465ms; +17.063ms] or [+6.252%; +8.558%]

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

  • 🟥 execution_time [+14.297ms; +19.733ms] or [+7.315%; +10.096%]
  • 🟩 throughput [+26333.723op/s; +38510.548op/s] or [+6.236%; +9.120%]

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

  • 🟥 throughput [-58601.706op/s; -40900.683op/s] or [-8.252%; -5.759%]

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

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8365) 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
duration68.51 ± (68.58 - 68.93) ms68.60 ± (68.59 - 68.86) ms+0.1%✅⬆️
.NET Framework 4.8 - Bailout
duration72.51 ± (72.50 - 72.78) ms72.66 ± (72.53 - 72.86) ms+0.2%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1043.80 ± (1045.05 - 1052.04) ms1094.97 ± (1091.44 - 1096.27) ms+4.9%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms21.83 ± (21.80 - 21.86) ms21.75 ± (21.73 - 21.77) ms-0.4%
process.time_to_main_ms79.65 ± (79.47 - 79.83) ms79.49 ± (79.36 - 79.62) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.90 ± (10.90 - 10.90) MB10.85 ± (10.84 - 10.85) MB-0.5%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms21.70 ± (21.68 - 21.72) ms21.76 ± (21.73 - 21.79) ms+0.2%✅⬆️
process.time_to_main_ms80.86 ± (80.72 - 80.99) ms80.63 ± (80.48 - 80.78) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.93 ± (10.93 - 10.94) MB10.94 ± (10.94 - 10.94) MB+0.1%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms217.51 ± (216.15 - 218.87) ms210.57 ± (210.18 - 210.95) ms-3.2%
process.time_to_main_ms518.24 ± (517.03 - 519.44) ms570.47 ± (569.37 - 571.56) ms+10.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.28 ± (48.25 - 48.31) MB49.16 ± (49.14 - 49.19) MB+1.8%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.8%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.59 ± (20.57 - 20.62) ms20.51 ± (20.49 - 20.53) ms-0.4%
process.time_to_main_ms69.06 ± (68.92 - 69.21) ms68.88 ± (68.76 - 69.00) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.62 ± (10.62 - 10.63) MB10.62 ± (10.61 - 10.62) MB-0.1%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.43 ± (20.41 - 20.46) ms20.45 ± (20.43 - 20.46) ms+0.1%✅⬆️
process.time_to_main_ms69.61 ± (69.49 - 69.73) ms69.73 ± (69.63 - 69.83) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.67 ± (10.67 - 10.68) MB10.73 ± (10.72 - 10.73) MB+0.5%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms206.44 ± (205.07 - 207.81) ms204.11 ± (203.89 - 204.34) ms-1.1%
process.time_to_main_ms518.43 ± (517.07 - 519.80) ms561.26 ± (560.09 - 562.43) ms+8.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.07 ± (50.03 - 50.11) MB50.25 ± (50.19 - 50.30) MB+0.4%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.8%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms18.77 ± (18.74 - 18.79) ms18.83 ± (18.80 - 18.86) ms+0.3%✅⬆️
process.time_to_main_ms68.20 ± (68.06 - 68.34) ms68.37 ± (68.23 - 68.50) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.68 ± (7.67 - 7.68) MB7.68 ± (7.68 - 7.69) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms18.78 ± (18.75 - 18.82) ms18.90 ± (18.87 - 18.93) ms+0.6%✅⬆️
process.time_to_main_ms69.16 ± (69.06 - 69.27) ms69.61 ± (69.47 - 69.75) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.74 ± (7.74 - 7.75) MB7.73 ± (7.72 - 7.73) MB-0.2%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms153.90 ± (153.15 - 154.66) ms148.75 ± (148.51 - 148.98) ms-3.3%
process.time_to_main_ms475.25 ± (474.46 - 476.05) ms514.39 ± (513.47 - 515.31) ms+8.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.93 ± (36.91 - 36.95) MB37.28 ± (37.26 - 37.30) MB+0.9%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.1%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration214.49 ± (214.32 - 215.64) ms208.01 ± (207.87 - 208.97) ms-3.0%
.NET Framework 4.8 - Bailout
duration219.00 ± (218.88 - 220.22) ms210.72 ± (210.63 - 211.56) ms-3.8%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1250.89 ± (1247.88 - 1255.72) ms1254.68 ± (1253.41 - 1260.03) ms+0.3%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms210.96 ± (210.39 - 211.54) ms201.00 ± (200.53 - 201.48) ms-4.7%
process.time_to_main_ms90.46 ± (90.19 - 90.72) ms86.87 ± (86.57 - 87.18) ms-4.0%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.87 ± (15.85 - 15.88) MB16.08 ± (16.06 - 16.11) MB+1.4%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (19 - 20)-2.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms211.03 ± (210.38 - 211.68) ms201.62 ± (201.10 - 202.14) ms-4.5%
process.time_to_main_ms91.88 ± (91.64 - 92.11) ms88.04 ± (87.84 - 88.24) ms-4.2%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.91 ± (15.90 - 15.93) MB16.02 ± (16.00 - 16.04) MB+0.7%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)-0.4%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms421.13 ± (419.76 - 422.50) ms402.33 ± (401.47 - 403.19) ms-4.5%
process.time_to_main_ms566.51 ± (565.04 - 567.97) ms608.56 ± (607.24 - 609.88) ms+7.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.13 ± (59.09 - 59.17) MB60.04 ± (60.00 - 60.09) MB+1.5%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.4%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms217.27 ± (216.65 - 217.88) ms207.57 ± (207.01 - 208.14) ms-4.5%
process.time_to_main_ms78.72 ± (78.54 - 78.91) ms75.42 ± (75.21 - 75.62) ms-4.2%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.15 ± (16.14 - 16.17) MB16.25 ± (16.23 - 16.26) MB+0.6%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)19 ± (19 - 19)-1.1%
.NET 6 - Bailout
process.internal_duration_ms215.85 ± (215.26 - 216.43) ms206.88 ± (206.40 - 207.37) ms-4.2%
process.time_to_main_ms79.80 ± (79.62 - 79.98) ms76.45 ± (76.26 - 76.64) ms-4.2%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.17 ± (16.15 - 16.18) MB16.24 ± (16.22 - 16.26) MB+0.4%✅⬆️
runtime.dotnet.threads.count21 ± (20 - 21)20 ± (20 - 20)-0.5%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms448.96 ± (447.26 - 450.66) ms426.20 ± (424.89 - 427.51) ms-5.1%
process.time_to_main_ms572.15 ± (571.03 - 573.28) ms598.77 ± (597.32 - 600.22) ms+4.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed60.90 ± (60.85 - 60.96) MB61.30 ± (61.28 - 61.33) MB+0.7%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-1.2%
.NET 8 - Baseline
process.internal_duration_ms213.69 ± (213.07 - 214.32) ms204.68 ± (204.16 - 205.19) ms-4.2%
process.time_to_main_ms77.45 ± (77.24 - 77.65) ms74.71 ± (74.51 - 74.90) ms-3.5%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.47 ± (11.46 - 11.49) MB11.60 ± (11.59 - 11.61) MB+1.1%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-1.0%
.NET 8 - Bailout
process.internal_duration_ms213.83 ± (213.10 - 214.56) ms203.88 ± (203.39 - 204.36) ms-4.7%
process.time_to_main_ms78.59 ± (78.40 - 78.79) ms75.54 ± (75.36 - 75.72) ms-3.9%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.51 ± (11.49 - 11.53) MB11.68 ± (11.66 - 11.69) MB+1.4%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)-1.5%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms459.63 ± (454.30 - 464.97) ms373.06 ± (366.88 - 379.24) ms-18.8%
process.time_to_main_ms527.26 ± (526.20 - 528.31) ms548.63 ± (547.79 - 549.47) ms+4.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.61 ± (50.51 - 50.71) MB49.54 ± (49.42 - 49.66) MB-2.1%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-1.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 (8365) - mean (69ms)  : 67, 71
    master - mean (69ms)  : 66, 71

    section Bailout
    This PR (8365) - mean (73ms)  : 71, 74
    master - mean (73ms)  : 71, 74

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (1,094ms)  : 1064, 1123
    master - mean (1,049ms)  : 999, 1098

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 (8365) - mean (107ms)  : 104, 110
    master - mean (107ms)  : 104, 111

    section Bailout
    This PR (8365) - mean (108ms)  : 106, 110
    master - mean (108ms)  : 106, 110

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (818ms)  : crit, 799, 836
    master - mean (772ms)  : 757, 788

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8365) - mean (95ms)  : 93, 96
    master - mean (95ms)  : 92, 98

    section Bailout
    This PR (8365) - mean (95ms)  : 94, 96
    master - mean (95ms)  : 94, 97

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (800ms)  : 781, 818
    master - mean (758ms)  : 735, 781

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

    section Bailout
    This PR (8365) - mean (95ms)  : 93, 98
    master - mean (95ms)  : 93, 96

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (699ms)  : crit, 674, 723
    master - mean (661ms)  : 639, 684

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 (8365) - mean (208ms)  : 200, 217
    master - mean (215ms)  : 205, 224

    section Bailout
    This PR (8365) - mean (211ms)  : 206, 217
    master - mean (220ms)  : 209, 230

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (1,257ms)  : 1206, 1307
    master - mean (1,252ms)  : 1193, 1311

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 (8365) - mean (298ms)  : 290, 305
    master - mean (311ms)  : 299, 324

    section Bailout
    This PR (8365) - mean (300ms)  : 287, 312
    master - mean (312ms)  : 300, 325

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (1,046ms)  : 1016, 1076
    master - mean (1,029ms)  : 998, 1060

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8365) - mean (292ms)  : 279, 306
    master - mean (305ms)  : 294, 317

    section Bailout
    This PR (8365) - mean (292ms)  : 282, 303
    master - mean (305ms)  : 294, 316

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (1,058ms)  : 1021, 1094
    master - mean (1,057ms)  : 1018, 1096

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8365) - mean (290ms)  : 280, 299
    master - mean (302ms)  : 291, 313

    section Bailout
    This PR (8365) - mean (290ms)  : 281, 299
    master - mean (303ms)  : 290, 316

    section CallTarget+Inlining+NGEN
    This PR (8365) - mean (952ms)  : 864, 1040
    master - mean (1,021ms)  : 920, 1122

Loading

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.

1 participant