Skip to content

Stop vendoring resx for vendored microsoft code#8461

Open
andrewlock wants to merge 1 commit intoandrew/update-vendors-3from
andrew/update-vendors-4
Open

Stop vendoring resx for vendored microsoft code#8461
andrewlock wants to merge 1 commit intoandrew/update-vendors-3from
andrew/update-vendors-4

Conversation

@andrewlock
Copy link
Copy Markdown
Member

Summary of changes

Stop vendoring the SR + regex files for microsoft code

Reason for change

Using ResourceManager is overkill, as we don't deploy all the translations etc anyway, and don't want to.

Implementation details

Replaced all the SR. accesses in previous PRs, so this is now dead code that we can remove.

Test coverage

If it builds, we're good

Other details

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

Note that currently, there's a lot of Utf8Formatter code that isn't used, and could be excluded, however, given that theoretically we could/should use this in the future. I'm torn whether to just leave it in, or whether to tear it out for now, and restore it if/when we want to use it later. Any thoughts?

Part of a stack updating our vendored system code

@andrewlock andrewlock added the type:cleanup Minor code clean up label Apr 15, 2026
@andrewlock andrewlock requested review from a team as code owners April 15, 2026 14:34
@andrewlock andrewlock added the area:vendors Code from other vendors label Apr 15, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Apr 15, 2026

Benchmarks

Benchmark execution time: 2026-04-16 14:22:37

Comparing candidate commit ef58938 in PR branch andrew/update-vendors-4 with baseline commit 5f3c2a8 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 87 known flaky benchmarks.

Explanation

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

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

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

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

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

More details about the CI and significant changes

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

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

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

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

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

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

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.005%]
  • ignore execution_time [-1.732ms; -0.771ms] or [-0.861%; -0.383%]
  • ignore throughput [-2633.160op/s; -1598.337op/s] or [-3.122%; -1.895%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1978.723µs; +1534.526µs] or [-0.987%; +0.766%]
  • 🟩 throughput [+9244.750op/s; +11616.552op/s] or [+7.771%; +9.764%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [-16.386ms; -2.336ms] or [-8.242%; -1.175%]
  • ignore throughput [+1837.368op/s; +3040.650op/s] or [+1.868%; +3.092%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-20 bytes; -19 bytes] or [-0.613%; -0.600%]
  • 🟥 execution_time [+305.827ms; +307.930ms] or [+151.762%; +152.806%]
  • ignore throughput [+8.747op/s; +12.702op/s] or [+1.574%; +2.285%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+379.803ms; +382.527ms] or [+300.068%; +302.220%]
  • ignore throughput [+12.166op/s; +14.902op/s] or [+1.604%; +1.965%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+395.229ms; +397.885ms] or [+349.763%; +352.113%]
  • ignore throughput [-3.748op/s; +0.717op/s] or [-0.529%; +0.101%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-389.771µs; +191.053µs] or [-0.195%; +0.095%]
  • ignore throughput [-4412.883op/s; -3943.780op/s] or [-3.433%; -3.068%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-15.996ms; -11.819ms] or [-7.471%; -5.520%]
  • ignore throughput [+4482.875op/s; +7310.534op/s] or [+3.272%; +5.336%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-10.839ms; -6.701ms] or [-5.161%; -3.191%]
  • ignore throughput [-999.440op/s; +1285.259op/s] or [-0.904%; +1.162%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-1.665ms; -0.943ms] or [-0.829%; -0.470%]
  • 🟥 throughput [-242025.972op/s; -238576.077op/s] or [-24.712%; -24.360%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-26.533ms; -21.669ms] or [-11.833%; -9.663%]
  • ignore throughput [-53222.145op/s; -30404.896op/s] or [-5.686%; -3.248%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [+0.033ms; +4.295ms] or [+0.016%; +2.144%]
  • 🟥 throughput [-131256.672op/s; -115374.230op/s] or [-18.859%; -16.577%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-1137.056µs; -108.508µs] or [-0.567%; -0.054%]
  • ignore throughput [-546.786op/s; +234.187op/s] or [-0.368%; +0.158%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [-1396.296µs; +2115.430µs] or [-0.705%; +1.067%]
  • 🟩 throughput [+10680.004op/s; +13696.464op/s] or [+6.796%; +8.715%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+2.761ms; +6.782ms] or [+1.408%; +3.457%]
  • 🟩 throughput [+7824.547op/s; +10461.933op/s] or [+6.233%; +8.334%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-228.130µs; -8.327µs] or [-0.114%; -0.004%]
  • ignore throughput [+35512.623op/s; +47279.004op/s] or [+1.080%; +1.438%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-4.124ms; -2.108ms] or [-2.039%; -1.042%]
  • 🟩 throughput [+351032.862op/s; +385050.500op/s] or [+11.705%; +12.839%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-18.776ms; -14.412ms] or [-8.655%; -6.643%]
  • 🟩 throughput [+215398.431op/s; +268968.234op/s] or [+8.550%; +10.676%]

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

  • ignore allocated_mem [+1 bytes; +4 bytes] or [+0.004%; +0.012%]
  • 🟥 execution_time [+300.057ms; +300.607ms] or [+149.929%; +150.203%]
  • ignore throughput [+177.308op/s; +193.714op/s] or [+1.958%; +2.140%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.703ms; +307.304ms] or [+151.141%; +154.974%]
  • ignore throughput [+250.746op/s; +505.066op/s] or [+1.918%; +3.863%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+298.846ms; +301.476ms] or [+150.535%; +151.860%]
  • ignore throughput [+79.229op/s; +208.442op/s] or [+0.765%; +2.012%]

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

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.137%; +0.150%]
  • 🟥 execution_time [+296.554ms; +297.473ms] or [+145.655%; +146.107%]
  • ignore throughput [+9.454op/s; +14.642op/s] or [+0.251%; +0.388%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+297.692ms; +301.113ms] or [+145.531%; +147.203%]
  • ignore throughput [+127.543op/s; +180.557op/s] or [+1.853%; +2.623%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+301.469ms; +303.456ms] or [+150.674%; +151.667%]
  • ignore throughput [+35.238op/s; +58.756op/s] or [+0.699%; +1.166%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+3.662µs; +7.098µs] or [+0.752%; +1.457%]
  • ignore throughput [-29.404op/s; -15.176op/s] or [-1.432%; -0.739%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+16.678µs; +43.283µs] or [+3.825%; +9.927%]
  • ignore throughput [-213.786op/s; -94.076op/s] or [-9.295%; -4.090%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+8.315µs; +30.289µs] or [+1.781%; +6.490%]
  • ignore throughput [-149.007op/s; -68.195op/s] or [-6.878%; -3.148%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-3.252µs; +0.966µs] or [-0.878%; +0.261%]
  • ignore throughput [-6.102op/s; +24.124op/s] or [-0.226%; +0.893%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+21.943µs; +45.508µs] or [+7.005%; +14.528%]
  • 🟥 throughput [-424.534op/s; -226.213op/s] or [-13.234%; -7.052%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-14.987µs; +7.377µs] or [-4.100%; +2.018%]
  • ignore throughput [-88.589op/s; +44.834op/s] or [-3.179%; +1.609%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.592ms; +300.274ms] or [+149.527%; +149.867%]
  • ignore throughput [+3529126.622op/s; +4101600.624op/s] or [+1.768%; +2.055%]

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

  • ignore allocated_mem [+106 bytes; +108 bytes] or [+0.592%; +0.603%]
  • 🟥 execution_time [+409.920ms; +414.575ms] or [+445.395%; +450.453%]
  • 🟩 throughput [+1145.820op/s; +1277.291op/s] or [+9.415%; +10.496%]

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

  • ignore allocated_mem [+20 bytes; +22 bytes] or [+0.099%; +0.110%]
  • unstable execution_time [+251.447ms; +297.362ms] or [+190.921%; +225.784%]
  • 🟩 throughput [+633.832op/s; +839.191op/s] or [+6.136%; +8.124%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.793KB; +2.798KB] or [+4.962%; +4.970%]
  • unstable execution_time [+307.345ms; +364.575ms] or [+141.314%; +167.628%]
  • 🟥 throughput [-529.455op/s; -465.898op/s] or [-47.974%; -42.215%]

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

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+204.323ms; +337.560ms] or [+87.074%; +143.854%]
  • 🟥 throughput [-743.437op/s; -659.966op/s] or [-49.588%; -44.020%]

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

  • 🟥 allocated_mem [+2.304KB; +2.308KB] or [+5.441%; +5.449%]
  • 🟥 execution_time [+342.369ms; +349.894ms] or [+204.776%; +209.277%]
  • 🟥 throughput [-411.948op/s; -376.717op/s] or [-28.683%; -26.230%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-65.267µs; -43.904µs] or [-3.285%; -2.209%]
  • ignore throughput [+11.783op/s; +17.423op/s] or [+2.341%; +3.462%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+104.932µs; +136.242µs] or [+7.209%; +9.359%]
  • 🟥 throughput [-57.617op/s; -44.161op/s] or [-8.387%; -6.428%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-134.952µs; -83.300µs] or [-4.695%; -2.898%]
  • ignore throughput [+10.008op/s; +19.753op/s] or [+2.877%; +5.678%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-0.821µs; +9.665µs] or [-0.071%; +0.835%]
  • ignore throughput [-6.695op/s; +0.919op/s] or [-0.775%; +0.106%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-59.743µs; -25.014µs] or [-5.541%; -2.320%]
  • ignore throughput [+26.816op/s; +65.393op/s] or [+2.891%; +7.051%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-17.425µs; +26.736µs] or [-0.934%; +1.432%]
  • ignore throughput [-10.725op/s; +15.853op/s] or [-2.002%; +2.959%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+5.827µs; +16.994µs] or [+0.228%; +0.664%]
  • ignore throughput [-2.531op/s; -0.850op/s] or [-0.648%; -0.218%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • 🟩 execution_time [-143.285µs; -107.733µs] or [-7.258%; -5.457%]
  • 🟩 throughput [+30.764op/s; +40.379op/s] or [+6.073%; +7.971%]

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

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-126.137µs; -83.903µs] or [-3.199%; -2.128%]
  • ignore throughput [+5.789op/s; +8.462op/s] or [+2.283%; +3.337%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+303.046ms; +304.497ms] or [+152.608%; +153.339%]
  • ignore throughput [+7328.811op/s; +8889.513op/s] or [+2.358%; +2.860%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.338ms; +303.102ms] or [+151.001%; +151.885%]
  • ignore throughput [+20601.945op/s; +25599.790op/s] or [+3.248%; +4.036%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+300.712ms; +303.864ms] or [+151.065%; +152.649%]
  • ignore throughput [+22236.177op/s; +29750.018op/s] or [+4.684%; +6.267%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+300.176ms; +301.618ms] or [+150.738%; +151.463%]
  • ignore throughput [+3291.004op/s; +4901.718op/s] or [+1.103%; +1.642%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+297.522ms; +299.409ms] or [+147.112%; +148.045%]
  • ignore throughput [-2153.357op/s; +3861.603op/s] or [-0.347%; +0.622%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.595ms; +305.288ms] or [+152.862%; +154.734%]
  • ignore throughput [-3729.544op/s; +4469.226op/s] or [-0.805%; +0.965%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+302.550ms; +304.079ms] or [+151.853%; +152.620%]
  • ignore throughput [-6082.277op/s; -2059.177op/s] or [-1.578%; -0.534%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+299.682ms; +308.376ms] or [+149.364%; +153.697%]
  • 🟩 throughput [+48340.232op/s; +55906.605op/s] or [+9.599%; +11.101%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+299.244ms; +301.914ms] or [+148.871%; +150.200%]
  • ignore throughput [-5837.520op/s; -426.868op/s] or [-1.382%; -0.101%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-1.410ms; -0.627ms] or [-0.701%; -0.312%]
  • ignore throughput [-16121.785op/s; -12193.865op/s] or [-6.483%; -4.903%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-16.368ms; -12.687ms] or [-7.611%; -5.900%]
  • ignore throughput [+12630.498op/s; +19383.452op/s] or [+3.465%; +5.317%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-0.930ms; +3.005ms] or [-0.466%; +1.507%]
  • ignore throughput [+8730.643op/s; +14440.919op/s] or [+3.187%; +5.271%]

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

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • unstable execution_time [+8.107µs; +50.253µs] or [+2.003%; +12.413%]
  • ignore throughput [-254.637op/s; -46.989op/s] or [-10.247%; -1.891%]

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

  • 🟩 allocated_mem [-19.029KB; -19.008KB] or [-6.941%; -6.934%]
  • unstable execution_time [-59.434µs; -8.069µs] or [-11.747%; -1.595%]
  • ignore throughput [+45.061op/s; +225.309op/s] or [+2.249%; +11.243%]

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

  • 🟩 allocated_mem [-14.665KB; -14.650KB] or [-5.346%; -5.340%]
  • ignore execution_time [-42.263µs; +15.128µs] or [-7.324%; +2.622%]
  • ignore throughput [-32.023op/s; +124.155op/s] or [-1.830%; +7.093%]

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

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+0.747µs; +2.642µs] or [+1.293%; +4.577%]
  • ignore throughput [-690.220op/s; -202.815op/s] or [-3.983%; -1.170%]

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

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • unstable execution_time [+8.771µs; +13.261µs] or [+20.733%; +31.346%]
  • 🟥 throughput [-5621.800op/s; -3787.966op/s] or [-23.666%; -15.946%]

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

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-12.909µs; -5.777µs] or [-20.028%; -8.963%]
  • 🟩 throughput [+1373.596op/s; +2874.780op/s] or [+8.427%; +17.638%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.084%; +0.094%]
  • 🟥 execution_time [+302.469ms; +304.470ms] or [+152.884%; +153.896%]
  • ignore throughput [-180.690op/s; -154.883op/s] or [-3.019%; -2.588%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • 🟥 execution_time [+302.173ms; +304.569ms] or [+153.805%; +155.025%]
  • ignore throughput [-256.407op/s; -174.856op/s] or [-3.180%; -2.169%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+299.946ms; +302.284ms] or [+150.160%; +151.330%]
  • ignore throughput [-270.580op/s; -205.782op/s] or [-3.447%; -2.621%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-157.840µs; +533.043µs] or [-0.079%; +0.266%]
  • 🟥 throughput [-22450.525op/s; -19467.036op/s] or [-6.215%; -5.389%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [-111.763µs; +891.777µs] or [-0.056%; +0.446%]
  • ignore throughput [+26083.609op/s; +29764.772op/s] or [+4.937%; +5.634%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+1.597ms; +5.290ms] or [+0.810%; +2.681%]
  • ignore throughput [-375.169op/s; +8359.849op/s] or [-0.089%; +1.979%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+298.492ms; +300.426ms] or [+148.771%; +149.735%]
  • ignore throughput [-2866.012op/s; -1818.071op/s] or [-1.892%; -1.201%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+301.377ms; +302.991ms] or [+151.337%; +152.148%]
  • ignore throughput [+585.069op/s; +2221.215op/s] or [+0.254%; +0.966%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+304.152ms; +306.785ms] or [+154.247%; +155.582%]
  • ignore throughput [-2753.687op/s; -736.324op/s] or [-1.551%; -0.415%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+300.334ms; +301.073ms] or [+149.808%; +150.177%]
  • 🟩 throughput [+66154464.890op/s; +66428914.788op/s] or [+48.178%; +48.378%]

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

  • ignore allocated_mem [+95 bytes; +97 bytes] or [+0.558%; +0.568%]
  • unstable execution_time [+377.079ms; +409.863ms] or [+468.965%; +509.737%]
  • 🟩 throughput [+1030.710op/s; +1220.724op/s] or [+7.968%; +9.437%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.570ms; +300.479ms] or [+149.419%; +149.872%]
  • 🟩 throughput [+18350904.534op/s; +19296440.866op/s] or [+8.128%; +8.547%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-86.420µs; +317.141µs] or [-0.043%; +0.159%]
  • ignore throughput [-19850.570op/s; -15033.976op/s] or [-2.215%; -1.678%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.704ms; -3.587ms] or [-2.304%; -1.757%]
  • 🟩 throughput [+58939.359op/s; +72745.128op/s] or [+5.503%; +6.792%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-0.622ms; +3.510ms] or [-0.315%; +1.776%]
  • 🟩 throughput [+64082.464op/s; +83690.732op/s] or [+7.417%; +9.687%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [+167.836µs; +755.894µs] or [+0.084%; +0.378%]
  • ignore throughput [-40353.432op/s; -35410.015op/s] or [-3.694%; -3.241%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+6.296ms; +10.398ms] or [+3.280%; +5.417%]
  • ignore throughput [+35497.183op/s; +66739.951op/s] or [+2.748%; +5.166%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-3.047ms; -1.502ms] or [-1.497%; -0.738%]
  • 🟩 throughput [+86239.676op/s; +93957.164op/s] or [+8.565%; +9.331%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1583.198µs; -359.295µs] or [-0.788%; -0.179%]
  • ignore throughput [+6488.789op/s; +9321.909op/s] or [+1.446%; +2.077%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-1236.947µs; +225.379µs] or [-0.618%; +0.113%]
  • 🟩 throughput [+44235.731op/s; +49468.131op/s] or [+8.032%; +8.983%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [-2596.573µs; +1524.923µs] or [-1.305%; +0.766%]
  • 🟩 throughput [+25470.538op/s; +35164.808op/s] or [+5.701%; +7.871%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1069.488µs; +102.051µs] or [-0.533%; +0.051%]
  • 🟥 throughput [-42571.953op/s; -38588.289op/s] or [-6.231%; -5.648%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-817.078µs; +2697.325µs] or [-0.409%; +1.349%]
  • 🟩 throughput [+61006.330op/s; +79081.085op/s] or [+6.816%; +8.835%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.236ms; +5.124ms] or [+0.628%; +2.602%]
  • ignore throughput [+32186.872op/s; +46881.956op/s] or [+4.494%; +6.546%]

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

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8461) 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.64 ± (71.63 - 71.96) ms+1.1%✅⬆️
.NET Framework 4.8 - Bailout
duration75.97 ± (75.83 - 76.24) ms75.95 ± (75.81 - 76.18) ms-0.0%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1057.73 ± (1058.79 - 1064.77) ms1055.02 ± (1056.01 - 1061.37) ms-0.3%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.30 ± (22.26 - 22.33) ms22.41 ± (22.36 - 22.46) ms+0.5%✅⬆️
process.time_to_main_ms83.51 ± (83.30 - 83.71) ms83.88 ± (83.68 - 84.09) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.92 ± (10.92 - 10.93) MB10.91 ± (10.91 - 10.91) MB-0.1%
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.18 ± (22.14 - 22.22) ms-0.7%
process.time_to_main_ms85.37 ± (85.15 - 85.59) ms85.17 ± (85.02 - 85.32) 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.93 - 10.95) MB-0.1%
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.37 ± (208.44 - 210.29) ms-8.3%
process.time_to_main_ms520.02 ± (518.74 - 521.29) ms518.60 ± (517.57 - 519.63) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.47 ± (48.43 - 48.50) MB47.73 ± (47.70 - 47.76) MB-1.5%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms21.00 ± (20.96 - 21.03) ms21.01 ± (20.98 - 21.04) ms+0.0%✅⬆️
process.time_to_main_ms72.47 ± (72.32 - 72.62) ms72.01 ± (71.86 - 72.16) ms-0.6%
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.62) MB+0.2%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.88 ± (20.85 - 20.92) ms20.98 ± (20.94 - 21.02) ms+0.5%✅⬆️
process.time_to_main_ms73.03 ± (72.86 - 73.20) ms73.53 ± (73.36 - 73.71) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.71 ± (10.70 - 10.71) MB10.73 ± (10.72 - 10.73) 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) ms383.77 ± (381.69 - 385.85) ms+0.2%✅⬆️
process.time_to_main_ms519.27 ± (518.28 - 520.26) ms515.46 ± (514.62 - 516.30) ms-0.7%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.02 ± (49.99 - 50.04) MB49.36 ± (49.34 - 49.38) MB-1.3%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.8%
.NET 8 - Baseline
process.internal_duration_ms19.30 ± (19.25 - 19.34) ms19.30 ± (19.27 - 19.33) ms+0.0%✅⬆️
process.time_to_main_ms71.33 ± (71.13 - 71.53) ms71.95 ± (71.80 - 72.11) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.67 - 7.68) MB7.67 ± (7.66 - 7.67) MB-0.1%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.28 ± (19.25 - 19.31) ms19.35 ± (19.32 - 19.39) ms+0.4%✅⬆️
process.time_to_main_ms72.59 ± (72.42 - 72.76) ms72.92 ± (72.76 - 73.09) ms+0.5%✅⬆️
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.72) 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) ms305.68 ± (303.22 - 308.15) ms-0.9%
process.time_to_main_ms480.19 ± (479.41 - 480.98) ms477.89 ± (477.04 - 478.75) ms-0.5%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.09 ± (37.07 - 37.11) MB36.42 ± (36.40 - 36.45) MB-1.8%
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
duration205.88 ± (205.69 - 206.64) ms211.25 ± (211.26 - 212.27) ms+2.6%✅⬆️
.NET Framework 4.8 - Bailout
duration209.45 ± (209.20 - 209.82) ms215.25 ± (215.01 - 215.88) ms+2.8%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1205.92 ± (1204.43 - 1210.16) ms1229.34 ± (1229.69 - 1236.70) ms+1.9%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms200.48 ± (200.06 - 200.89) ms204.63 ± (204.16 - 205.10) ms+2.1%✅⬆️
process.time_to_main_ms87.38 ± (87.10 - 87.65) ms90.22 ± (89.87 - 90.58) ms+3.3%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.04 ± (16.02 - 16.06) MB15.97 ± (15.95 - 15.99) MB-0.5%
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (20 - 20)+1.3%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms201.23 ± (200.81 - 201.65) ms205.41 ± (204.95 - 205.86) ms+2.1%✅⬆️
process.time_to_main_ms89.20 ± (88.98 - 89.41) ms91.98 ± (91.73 - 92.22) ms+3.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.96 ± (15.93 - 15.98) MB15.98 ± (15.96 - 16.00) MB+0.1%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (20 - 21)-0.2%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms414.12 ± (413.03 - 415.20) ms404.45 ± (403.27 - 405.63) ms-2.3%
process.time_to_main_ms544.49 ± (542.86 - 546.12) ms553.40 ± (552.02 - 554.78) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.36 ± (59.32 - 59.40) MB58.48 ± (58.41 - 58.55) MB-1.5%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+1.0%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms206.31 ± (205.93 - 206.69) ms212.11 ± (211.60 - 212.62) ms+2.8%✅⬆️
process.time_to_main_ms76.22 ± (75.96 - 76.48) ms79.09 ± (78.80 - 79.38) ms+3.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.23 ± (16.20 - 16.25) MB16.18 ± (16.16 - 16.20) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 20)20 ± (19 - 20)+0.2%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms206.20 ± (205.87 - 206.54) ms210.86 ± (210.47 - 211.24) ms+2.3%✅⬆️
process.time_to_main_ms77.72 ± (77.48 - 77.96) ms79.66 ± (79.45 - 79.87) ms+2.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.24 ± (16.21 - 16.26) MB16.23 ± (16.20 - 16.25) MB-0.1%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 21)+1.2%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms595.92 ± (593.29 - 598.54) ms602.78 ± (600.53 - 605.03) ms+1.2%✅⬆️
process.time_to_main_ms539.98 ± (538.87 - 541.09) ms548.47 ± (547.32 - 549.62) ms+1.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.52 ± (61.41 - 61.63) MB61.20 ± (61.11 - 61.29) MB-0.5%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.8%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms203.23 ± (202.75 - 203.70) ms207.03 ± (206.66 - 207.39) ms+1.9%✅⬆️
process.time_to_main_ms75.43 ± (75.17 - 75.69) ms77.35 ± (77.11 - 77.59) ms+2.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.62 ± (11.60 - 11.64) MB11.59 ± (11.56 - 11.61) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.6%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms203.09 ± (202.69 - 203.49) ms207.66 ± (207.22 - 208.10) ms+2.3%✅⬆️
process.time_to_main_ms76.37 ± (76.13 - 76.60) ms79.15 ± (78.91 - 79.39) ms+3.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.68 ± (11.66 - 11.70) MB11.65 ± (11.63 - 11.66) MB-0.3%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+2.0%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms525.68 ± (520.62 - 530.73) ms529.42 ± (523.81 - 535.03) ms+0.7%✅⬆️
process.time_to_main_ms501.21 ± (500.34 - 502.09) ms510.19 ± (509.31 - 511.07) ms+1.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.70 ± (50.64 - 50.75) MB50.28 ± (50.21 - 50.36) 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 (8461) - mean (72ms)  : 69, 74
    master - mean (71ms)  : 69, 73

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

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (1,059ms)  : 1020, 1097
    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 (8461) - mean (113ms)  : 110, 116
    master - mean (112ms)  : 109, 116

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

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (764ms)  : 740, 788
    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 (8461) - mean (99ms)  : 96, 103
    master - mean (100ms)  : 96, 103

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

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (926ms)  : 895, 958
    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 (8461) - mean (99ms)  : 96, 102
    master - mean (98ms)  : 94, 102

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

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (814ms)  : 775, 853
    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 (8461) - mean (212ms)  : 207, 217
    master - mean (206ms)  : 201, 211

    section Bailout
    This PR (8461) - mean (215ms)  : 211, 220
    master - mean (210ms)  : 206, 213

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (1,233ms)  : 1181, 1285
    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 (8461) - mean (304ms)  : 297, 311
    master - mean (297ms)  : 289, 305

    section Bailout
    This PR (8461) - mean (307ms)  : 301, 313
    master - mean (299ms)  : 293, 306

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (999ms)  : 973, 1026
    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 (8461) - mean (300ms)  : 293, 307
    master - mean (292ms)  : 286, 297

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

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (1,182ms)  : 1149, 1215
    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 (8461) - mean (295ms)  : 289, 301
    master - mean (289ms)  : 283, 296

    section Bailout
    This PR (8461) - mean (297ms)  : 291, 304
    master - mean (290ms)  : 284, 296

    section CallTarget+Inlining+NGEN
    This PR (8461) - mean (1,073ms)  : 991, 1156
    master - mean (1,067ms)  : 971, 1162

Loading

@andrewlock andrewlock force-pushed the andrew/update-vendors-3 branch from 7f66c52 to 3b42dd4 Compare April 16, 2026 13:16
@andrewlock andrewlock requested review from a team as code owners April 16, 2026 13:16
@andrewlock andrewlock force-pushed the andrew/update-vendors-4 branch from bdf65ae to ef58938 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 type:cleanup Minor code clean up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants