Skip to content

Add hardcoded limits for OCI and libinjection packages#8382

Open
andrewlock wants to merge 3 commits intomasterfrom
andrew/add-oci-limits
Open

Add hardcoded limits for OCI and libinjection packages#8382
andrewlock wants to merge 3 commits intomasterfrom
andrew/add-oci-limits

Conversation

@andrewlock
Copy link
Copy Markdown
Member

@andrewlock andrewlock commented Mar 27, 2026

Summary of changes

Adds .NET-specific OCI and libinjection package size limits, instead of relying on the "global" limits

Reason for change

#8351 bumped the global package size limitations for OCI and lib-injection images, but @lloeki flagged that this can lead to large regressions in size to slip through. Given that these packages are quite size-sensitive, this is sub-optimal.

Implementation details

This PR uses the work in https://github.com/DataDog/libdatadog-build/pull/171 and https://github.com/DataDog/libdatadog-build/pull/174 to set size-limits based on his example. It adds the package size override variables, limiting both to 40MB.

Test coverage

Right now we have the following sizes:

lib-injection images:

  • linux-amd64: 38MB
  • linux-arm64: 35MB

OCI images:

  • linux-amd64: 30MB
  • linux-arm64: 28MB
  • win-amd64: 35MB

So a 40MB limit across the board seems reasonable to me.

You can see these limits being applied in the Gitlab run

@andrewlock andrewlock added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Mar 27, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 27, 2026

Benchmarks

Benchmark execution time: 2026-03-30 14:30:30

Comparing candidate commit ac59c4a in PR branch andrew/add-oci-limits with baseline commit 5ff69b3 in branch master.

Found 8 performance improvements and 5 performance regressions! Performance is the same for 260 metrics, 15 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.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • 🟥 execution_time [+79.593ms; +79.875ms] or [+64.221%; +64.448%]

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

  • 🟥 execution_time [+20.567ms; +24.769ms] or [+10.523%; +12.673%]

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

  • 🟩 execution_time [-22.343ms; -17.755ms] or [-10.184%; -8.093%]

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

  • 🟩 execution_time [-15.201ms; -12.499ms] or [-8.234%; -6.771%]

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

  • 🟥 throughput [-263.869op/s; -203.851op/s] or [-14.848%; -11.471%]

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

  • 🟩 allocated_mem [-17.063KB; -17.028KB] or [-6.176%; -6.163%]

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

  • 🟩 allocated_mem [-17.867KB; -17.835KB] or [-6.480%; -6.468%]

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

  • 🟩 allocated_mem [-8.196KB; -8.189KB] or [-14.293%; -14.281%]

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

  • 🟩 execution_time [-41.239ms; -40.763ms] or [-20.439%; -20.203%]

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

  • 🟥 execution_time [+14.133ms; +17.346ms] or [+7.516%; +9.225%]
  • 🟥 throughput [-27568.881op/s; -20896.432op/s] or [-6.843%; -5.187%]

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

  • 🟩 execution_time [-13.972ms; -11.760ms] or [-12.619%; -10.622%]

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

  • 🟩 execution_time [-17.653ms; -14.181ms] or [-8.133%; -6.533%]

@andrewlock andrewlock marked this pull request as ready for review March 30, 2026 11:40
@andrewlock andrewlock requested a review from a team as a code owner March 30, 2026 11:40
@dd-trace-dotnet-ci-bot
Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8382) and master.

⚠️ Potential regressions detected

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration193.20 ± (193.07 - 194.03) ms213.43 ± (213.23 - 214.12) ms+10.5%❌⬆️
.NET Framework 4.8 - Bailout
duration197.04 ± (197.25 - 198.32) ms217.32 ± (217.08 - 217.99) ms+10.3%❌⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1165.14 ± (1172.42 - 1183.27) ms1250.88 ± (1248.81 - 1256.15) ms+7.4%❌⬆️
Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration71.43 ± (71.50 - 71.78) ms72.33 ± (72.33 - 72.60) ms+1.3%✅⬆️
.NET Framework 4.8 - Bailout
duration76.02 ± (75.97 - 76.33) ms76.15 ± (76.02 - 76.40) ms+0.2%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1071.89 ± (1072.00 - 1078.73) ms1072.90 ± (1074.44 - 1079.93) ms+0.1%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.35 ± (22.30 - 22.40) ms22.33 ± (22.29 - 22.38) ms-0.1%
process.time_to_main_ms83.67 ± (83.50 - 83.84) ms83.54 ± (83.35 - 83.73) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.90 ± (10.90 - 10.91) MB10.91 ± (10.91 - 10.92) MB+0.1%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.22 ± (22.18 - 22.25) ms22.29 ± (22.26 - 22.33) ms+0.3%✅⬆️
process.time_to_main_ms85.11 ± (84.95 - 85.28) ms84.94 ± (84.75 - 85.14) ms-0.2%
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_ms223.16 ± (221.99 - 224.32) ms223.85 ± (222.51 - 225.18) ms+0.3%✅⬆️
process.time_to_main_ms532.05 ± (530.99 - 533.11) ms533.07 ± (531.88 - 534.27) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.24 ± (48.20 - 48.27) MB48.19 ± (48.15 - 48.22) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.94 ± (20.91 - 20.97) ms21.12 ± (21.09 - 21.15) ms+0.9%✅⬆️
process.time_to_main_ms71.92 ± (71.77 - 72.08) ms72.79 ± (72.62 - 72.95) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.62 ± (10.62 - 10.62) MB10.62 ± (10.62 - 10.62) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.92 ± (20.89 - 20.96) ms20.99 ± (20.95 - 21.02) ms+0.3%✅⬆️
process.time_to_main_ms73.13 ± (72.97 - 73.29) ms73.46 ± (73.28 - 73.65) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.66 ± (10.66 - 10.67) MB10.74 ± (10.74 - 10.75) MB+0.7%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms387.20 ± (384.70 - 389.69) ms386.54 ± (384.38 - 388.69) ms-0.2%
process.time_to_main_ms530.58 ± (529.61 - 531.55) ms535.77 ± (534.59 - 536.95) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.23 ± (50.21 - 50.26) MB50.27 ± (50.25 - 50.30) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.4%
.NET 8 - Baseline
process.internal_duration_ms19.16 ± (19.12 - 19.19) ms19.12 ± (19.09 - 19.15) ms-0.2%
process.time_to_main_ms71.28 ± (71.13 - 71.43) ms71.50 ± (71.33 - 71.66) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.69 ± (7.68 - 7.69) MB7.69 ± (7.68 - 7.69) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.25 ± (19.21 - 19.28) ms19.24 ± (19.21 - 19.27) ms-0.0%
process.time_to_main_ms72.88 ± (72.74 - 73.02) ms72.34 ± (72.20 - 72.48) ms-0.7%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.75 ± (7.74 - 7.75) MB7.74 ± (7.74 - 7.75) MB-0.0%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms308.00 ± (305.65 - 310.34) ms306.81 ± (304.62 - 309.01) ms-0.4%
process.time_to_main_ms490.98 ± (490.24 - 491.72) ms490.29 ± (489.55 - 491.04) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.26 ± (37.24 - 37.28) MB37.26 ± (37.25 - 37.28) MB+0.0%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.1%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration193.20 ± (193.07 - 194.03) ms213.43 ± (213.23 - 214.12) ms+10.5%❌⬆️
.NET Framework 4.8 - Bailout
duration197.04 ± (197.25 - 198.32) ms217.32 ± (217.08 - 217.99) ms+10.3%❌⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1165.14 ± (1172.42 - 1183.27) ms1250.88 ± (1248.81 - 1256.15) ms+7.4%❌⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms187.87 ± (187.50 - 188.24) ms209.34 ± (208.83 - 209.84) ms+11.4%✅⬆️
process.time_to_main_ms81.24 ± (80.95 - 81.54) ms90.90 ± (90.62 - 91.19) ms+11.9%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.11 ± (16.07 - 16.14) MB15.94 ± (15.93 - 15.96) MB-1.0%
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (20 - 20)+1.8%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms186.53 ± (186.24 - 186.82) ms208.26 ± (207.74 - 208.77) ms+11.6%✅⬆️
process.time_to_main_ms81.95 ± (81.79 - 82.12) ms92.57 ± (92.27 - 92.87) ms+13.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.20 ± (16.17 - 16.24) MB16.08 ± (16.06 - 16.09) MB-0.8%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+1.3%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms395.41 ± (394.15 - 396.68) ms427.85 ± (426.43 - 429.26) ms+8.2%✅⬆️
process.time_to_main_ms525.23 ± (524.34 - 526.13) ms574.15 ± (572.32 - 575.98) ms+9.3%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.05 ± (58.94 - 59.17) MB59.20 ± (59.16 - 59.25) MB+0.3%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
.NET 6 - Baseline
process.internal_duration_ms192.21 ± (191.88 - 192.55) ms215.61 ± (215.10 - 216.12) ms+12.2%✅⬆️
process.time_to_main_ms70.09 ± (69.91 - 70.26) ms80.26 ± (80.01 - 80.50) ms+14.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.17 ± (16.03 - 16.31) MB16.19 ± (16.17 - 16.21) MB+0.1%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)20 ± (19 - 20)+3.3%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms192.26 ± (191.93 - 192.59) ms215.38 ± (214.87 - 215.88) ms+12.0%✅⬆️
process.time_to_main_ms71.05 ± (70.94 - 71.15) ms81.44 ± (81.16 - 81.72) ms+14.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.22 ± (16.09 - 16.35) MB16.24 ± (16.22 - 16.27) MB+0.2%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 20)21 ± (20 - 21)+6.4%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms600.34 ± (597.60 - 603.08) ms601.41 ± (599.09 - 603.73) ms+0.2%✅⬆️
process.time_to_main_ms523.80 ± (522.95 - 524.65) ms574.50 ± (573.12 - 575.88) ms+9.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed62.08 ± (62.00 - 62.17) MB61.70 ± (61.60 - 61.80) MB-0.6%
runtime.dotnet.threads.count30 ± (30 - 30)31 ± (31 - 31)+1.7%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms190.16 ± (189.86 - 190.46) ms213.21 ± (212.77 - 213.64) ms+12.1%✅⬆️
process.time_to_main_ms69.51 ± (69.33 - 69.68) ms78.60 ± (78.34 - 78.86) ms+13.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.84 ± (11.81 - 11.88) MB11.56 ± (11.53 - 11.58) MB-2.4%
runtime.dotnet.threads.count18 ± (18 - 18)19 ± (19 - 19)+4.3%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms190.07 ± (189.67 - 190.47) ms212.14 ± (211.68 - 212.59) ms+11.6%✅⬆️
process.time_to_main_ms70.62 ± (70.48 - 70.76) ms80.00 ± (79.76 - 80.23) ms+13.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.88 ± (11.85 - 11.90) MB11.65 ± (11.63 - 11.67) MB-1.9%
runtime.dotnet.threads.count19 ± (19 - 19)20 ± (20 - 20)+4.9%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms519.62 ± (517.02 - 522.21) ms570.50 ± (562.72 - 578.27) ms+9.8%✅⬆️
process.time_to_main_ms480.70 ± (480.02 - 481.38) ms525.51 ± (524.62 - 526.40) ms+9.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.96 ± (50.93 - 50.99) MB51.42 ± (51.32 - 51.52) MB+0.9%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.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 (8382) - mean (72ms)  : 71, 74
    master - mean (72ms)  : 70, 74

    section Bailout
    This PR (8382) - mean (76ms)  : 74, 78
    master - mean (76ms)  : 74, 78

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (1,077ms)  : 1038, 1116
    master - mean (1,075ms)  : 1027, 1124

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 (8382) - mean (112ms)  : 109, 115
    master - mean (113ms)  : 110, 116

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

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (795ms)  : 775, 815
    master - mean (792ms)  : 771, 814

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

    section Bailout
    This PR (8382) - mean (101ms)  : 98, 103
    master - mean (100ms)  : 98, 103

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (952ms)  : 915, 989
    master - mean (946ms)  : 910, 982

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

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

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (828ms)  : 793, 863
    master - mean (829ms)  : 793, 865

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 (8382) - mean (214ms)  : 209, 219
    master - mean (194ms)  : 189, 198

    section Bailout
    This PR (8382) - mean (218ms)  : crit, 213, 222
    master - mean (198ms)  : 192, 203

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (1,252ms)  : crit, 1199, 1306
    master - mean (1,178ms)  : 1095, 1261

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 (8382) - mean (310ms)  : 301, 318
    master - mean (277ms)  : 272, 283

    section Bailout
    This PR (8382) - mean (310ms)  : crit, 302, 319
    master - mean (277ms)  : 273, 280

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (1,041ms)  : crit, 1004, 1079
    master - mean (953ms)  : 929, 977

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8382) - mean (305ms)  : 295, 315
    master - mean (271ms)  : 266, 275

    section Bailout
    This PR (8382) - mean (306ms)  : crit, 299, 313
    master - mean (271ms)  : 268, 275

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (1,209ms)  : 1172, 1247
    master - mean (1,155ms)  : 1111, 1199

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8382) - mean (303ms)  : 296, 310
    master - mean (270ms)  : 265, 274

    section Bailout
    This PR (8382) - mean (303ms)  : crit, 294, 313
    master - mean (270ms)  : 265, 275

    section CallTarget+Inlining+NGEN
    This PR (8382) - mean (1,131ms)  : crit, 1019, 1244
    master - mean (1,034ms)  : 988, 1080

Loading

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

Labels

area:builds project files, build scripts, pipelines, versioning, releases, packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant