Skip to content

[Profiler] Add support for ARM64#8338

Draft
gleocadie wants to merge 32 commits intomasterfrom
gleocadie/add-frame-based-pointer-unwinding-for-arm64
Draft

[Profiler] Add support for ARM64#8338
gleocadie wants to merge 32 commits intomasterfrom
gleocadie/add-frame-based-pointer-unwinding-for-arm64

Conversation

@gleocadie
Copy link
Copy Markdown
Collaborator

Summary of changes

Reason for change

Implementation details

Test coverage

Other details

@github-actions github-actions bot added the area:profiler Issues related to the continous-profiler label Mar 19, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 19, 2026

Benchmarks

Benchmark execution time: 2026-04-17 15:13:57

Comparing candidate commit 41e1a1f in PR branch gleocadie/add-frame-based-pointer-unwinding-for-arm64 with baseline commit 7ad28e8 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 [-922.081µs; +26.701µs] or [-0.458%; +0.013%]
  • ignore throughput [+1167.159op/s; +1616.292op/s] or [+1.384%; +1.916%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1981.179µs; +1507.322µs] or [-0.988%; +0.752%]
  • 🟩 throughput [+10557.512op/s; +12710.850op/s] or [+8.874%; +10.684%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [+0.380ms; +2.619ms] or [+0.191%; +1.317%]
  • ignore throughput [-606.898op/s; +517.663op/s] or [-0.617%; +0.526%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+8 bytes; +9 bytes] or [+0.266%; +0.279%]
  • 🟥 execution_time [+301.327ms; +303.048ms] or [+149.529%; +150.383%]
  • ignore throughput [+14.116op/s; +17.843op/s] or [+2.540%; +3.210%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+381.335ms; +384.117ms] or [+301.278%; +303.476%]
  • ignore throughput [+6.461op/s; +9.632op/s] or [+0.852%; +1.270%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+398.684ms; +402.408ms] or [+352.821%; +356.115%]
  • ignore throughput [-5.386op/s; -2.355op/s] or [-0.761%; -0.333%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-504.752µs; +87.112µs] or [-0.252%; +0.044%]
  • ignore throughput [-4824.200op/s; -4394.946op/s] or [-3.753%; -3.419%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-15.960ms; -11.793ms] or [-7.454%; -5.508%]
  • ignore throughput [+4408.806op/s; +7176.468op/s] or [+3.218%; +5.238%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-10.264ms; -6.123ms] or [-4.888%; -2.916%]
  • ignore throughput [-747.930op/s; +1528.855op/s] or [-0.676%; +1.382%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-790.376µs; +135.175µs] or [-0.394%; +0.067%]
  • 🟥 throughput [-230276.971op/s; -226517.719op/s] or [-23.512%; -23.129%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-25.955ms; -21.101ms] or [-11.575%; -9.410%]
  • ignore throughput [-60827.503op/s; -37367.067op/s] or [-6.498%; -3.992%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [-2389.577µs; +4125.795µs] or [-1.193%; +2.059%]
  • 🟥 throughput [-140299.639op/s; -122233.774op/s] or [-20.158%; -17.563%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-1307.494µs; -193.051µs] or [-0.652%; -0.096%]
  • ignore throughput [-986.074op/s; -142.638op/s] or [-0.664%; -0.096%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [-929.423µs; +2578.586µs] or [-0.469%; +1.301%]
  • 🟩 throughput [+10655.449op/s; +13606.813op/s] or [+6.780%; +8.658%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+1.421ms; +5.415ms] or [+0.724%; +2.761%]
  • 🟩 throughput [+8090.525op/s; +10734.681op/s] or [+6.445%; +8.552%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-289.180µs; -58.945µs] or [-0.144%; -0.029%]
  • ignore throughput [+82630.577op/s; +93075.668op/s] or [+2.514%; +2.832%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-2.093ms; -0.932ms] or [-1.035%; -0.461%]
  • 🟩 throughput [+445342.000op/s; +473968.548op/s] or [+14.850%; +15.804%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-19.083ms; -14.721ms] or [-8.796%; -6.786%]
  • 🟩 throughput [+243184.511op/s; +296786.798op/s] or [+9.653%; +11.780%]

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

  • ignore allocated_mem [+1 bytes; +4 bytes] or [+0.004%; +0.012%]
  • 🟥 execution_time [+299.608ms; +300.266ms] or [+149.704%; +150.033%]
  • ignore throughput [+119.215op/s; +138.379op/s] or [+1.317%; +1.528%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+300.161ms; +303.263ms] or [+151.372%; +152.936%]
  • ignore throughput [+411.476op/s; +620.177op/s] or [+3.147%; +4.743%]

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

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.786ms; +302.327ms] or [+151.009%; +152.289%]
  • ignore throughput [+167.453op/s; +293.334op/s] or [+1.617%; +2.832%]

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

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.137%; +0.150%]
  • 🟥 execution_time [+297.726ms; +299.613ms] or [+146.231%; +147.158%]
  • ignore throughput [-9.079op/s; +2.232op/s] or [-0.241%; +0.059%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+297.465ms; +299.813ms] or [+145.420%; +146.567%]
  • ignore throughput [+185.985op/s; +224.118op/s] or [+2.702%; +3.256%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+301.506ms; +303.068ms] or [+150.692%; +151.473%]
  • ignore throughput [+42.529op/s; +67.560op/s] or [+0.844%; +1.341%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+4.991µs; +9.245µs] or [+1.025%; +1.898%]
  • ignore throughput [-37.787op/s; -20.428op/s] or [-1.840%; -0.995%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+20.732µs; +47.518µs] or [+4.755%; +10.898%]
  • ignore throughput [-232.508op/s; -112.037op/s] or [-10.109%; -4.871%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+8.946µs; +32.362µs] or [+1.917%; +6.934%]
  • ignore throughput [-153.994op/s; -69.041op/s] or [-7.109%; -3.187%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-4.613µs; -0.401µs] or [-1.246%; -0.108%]
  • ignore throughput [+3.938op/s; +34.170op/s] or [+0.146%; +1.266%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+19.970µs; +43.540µs] or [+6.375%; +13.900%]
  • 🟥 throughput [-408.049op/s; -209.684op/s] or [-12.720%; -6.536%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-14.395µs; +7.991µs] or [-3.938%; +2.186%]
  • ignore throughput [-93.157op/s; +40.471op/s] or [-3.343%; +1.452%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.490ms; +300.173ms] or [+149.476%; +149.817%]
  • ignore throughput [-1624303.321op/s; -1058225.268op/s] or [-0.814%; -0.530%]

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

  • ignore allocated_mem [+83 bytes; +85 bytes] or [+0.465%; +0.476%]
  • unstable execution_time [+328.201ms; +376.279ms] or [+356.604%; +408.842%]
  • 🟩 throughput [+1105.468op/s; +1260.773op/s] or [+9.084%; +10.360%]

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

  • ignore allocated_mem [+20 bytes; +22 bytes] or [+0.099%; +0.110%]
  • unstable execution_time [+315.163ms; +346.692ms] or [+239.300%; +263.240%]
  • 🟩 throughput [+680.423op/s; +880.586op/s] or [+6.587%; +8.525%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.776KB; +2.781KB] or [+4.933%; +4.941%]
  • unstable execution_time [+386.901ms; +475.979ms] or [+177.894%; +218.851%]
  • 🟥 throughput [-577.060op/s; -509.042op/s] or [-52.287%; -46.124%]

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

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+184.997ms; +319.964ms] or [+78.838%; +136.355%]
  • 🟥 throughput [-748.041op/s; -664.371op/s] or [-49.895%; -44.314%]

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

  • ignore allocated_mem [+2.028KB; +2.031KB] or [+4.788%; +4.796%]
  • 🟥 execution_time [+341.651ms; +350.094ms] or [+204.347%; +209.397%]
  • 🟥 throughput [-414.701op/s; -379.850op/s] or [-28.875%; -26.448%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-108.502µs; -95.005µs] or [-5.460%; -4.781%]
  • 🟩 throughput [+25.450op/s; +29.189op/s] or [+5.057%; +5.800%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-9.061µs; +17.779µs] or [-0.622%; +1.221%]
  • ignore throughput [-6.817op/s; +5.525op/s] or [-0.992%; +0.804%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-96.520µs; -83.114µs] or [-3.358%; -2.891%]
  • ignore throughput [+10.418op/s; +12.123op/s] or [+2.995%; +3.485%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-8.109µs; +3.579µs] or [-0.700%; +0.309%]
  • ignore throughput [-2.007op/s; +6.400op/s] or [-0.232%; +0.741%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-38.711µs; -27.865µs] or [-3.590%; -2.584%]
  • ignore throughput [+25.271op/s; +34.857op/s] or [+2.725%; +3.758%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+53.003µs; +71.787µs] or [+2.840%; +3.846%]
  • ignore throughput [-19.528op/s; -14.619op/s] or [-3.645%; -2.729%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+13.278µs; +26.927µs] or [+0.519%; +1.052%]
  • ignore throughput [-3.995op/s; -1.961op/s] or [-1.023%; -0.502%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • 🟩 execution_time [-147.539µs; -100.246µs] or [-7.474%; -5.078%]
  • 🟩 throughput [+29.729op/s; +42.188op/s] or [+5.869%; +8.328%]

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

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-133.813µs; -86.367µs] or [-3.393%; -2.190%]
  • ignore throughput [+5.999op/s; +9.050op/s] or [+2.365%; +3.569%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+302.604ms; +303.799ms] or [+152.386%; +152.987%]
  • ignore throughput [-4407.115op/s; -2629.922op/s] or [-1.418%; -0.846%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+300.918ms; +302.419ms] or [+150.790%; +151.542%]
  • ignore throughput [+26037.581op/s; +29234.609op/s] or [+4.105%; +4.609%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+300.244ms; +303.622ms] or [+150.830%; +152.527%]
  • ignore throughput [+10621.838op/s; +18075.640op/s] or [+2.237%; +3.808%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+300.668ms; +302.174ms] or [+150.985%; +151.742%]
  • ignore throughput [+7709.241op/s; +9251.498op/s] or [+2.583%; +3.099%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+296.859ms; +299.176ms] or [+146.783%; +147.929%]
  • ignore throughput [+15350.615op/s; +21218.846op/s] or [+2.473%; +3.419%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+303.719ms; +307.306ms] or [+153.938%; +155.756%]
  • ignore throughput [-1606.009op/s; +6480.323op/s] or [-0.347%; +1.399%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+303.112ms; +304.602ms] or [+152.135%; +152.882%]
  • ignore throughput [-649.916op/s; +1417.569op/s] or [-0.169%; +0.368%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+298.818ms; +300.497ms] or [+148.934%; +149.770%]
  • 🟩 throughput [+62962.292op/s; +69948.204op/s] or [+12.502%; +13.889%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+299.928ms; +302.659ms] or [+149.212%; +150.570%]
  • ignore throughput [-8123.817op/s; -2903.976op/s] or [-1.923%; -0.687%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-735.551µs; +189.899µs] or [-0.366%; +0.094%]
  • ignore throughput [-13303.699op/s; -12122.302op/s] or [-5.350%; -4.875%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-15.622ms; -11.944ms] or [-7.264%; -5.554%]
  • 🟩 throughput [+25076.911op/s; +31780.955op/s] or [+6.879%; +8.718%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-0.520ms; +3.409ms] or [-0.261%; +1.710%]
  • ignore throughput [+6177.729op/s; +11822.281op/s] or [+2.255%; +4.315%]

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

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • unstable execution_time [+7.600µs; +49.229µs] or [+1.877%; +12.160%]
  • ignore throughput [-251.754op/s; -43.862op/s] or [-10.131%; -1.765%]

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

  • 🟩 allocated_mem [-19.473KB; -19.452KB] or [-7.103%; -7.096%]
  • unstable execution_time [-51.353µs; +1.450µs] or [-10.150%; +0.286%]
  • ignore throughput [+10.362op/s; +195.200op/s] or [+0.517%; +9.741%]

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

  • 🟩 allocated_mem [-15.697KB; -15.681KB] or [-5.722%; -5.716%]
  • ignore execution_time [-55.867µs; +0.188µs] or [-9.681%; +0.033%]
  • ignore throughput [+11.604op/s; +164.017op/s] or [+0.663%; +9.370%]

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

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+47.672ns; +1594.995ns] or [+0.083%; +2.763%]
  • ignore throughput [-436.419op/s; -10.080op/s] or [-2.518%; -0.058%]

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

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • 🟥 execution_time [+5.480µs; +9.105µs] or [+12.952%; +21.522%]
  • 🟥 throughput [-4359.317op/s; -2661.957op/s] or [-18.351%; -11.206%]

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

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-13.890µs; -6.500µs] or [-21.550%; -10.084%]
  • 🟩 throughput [+1732.430op/s; +3305.787op/s] or [+10.629%; +20.282%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.061%; +0.072%]
  • 🟥 execution_time [+303.615ms; +304.870ms] or [+153.464%; +154.098%]
  • ignore throughput [-105.784op/s; -82.270op/s] or [-1.768%; -1.375%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+301.248ms; +303.288ms] or [+153.334%; +154.373%]
  • ignore throughput [-80.789op/s; -5.705op/s] or [-1.002%; -0.071%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+300.020ms; +301.981ms] or [+150.197%; +151.179%]
  • ignore throughput [-140.237op/s; -77.481op/s] or [-1.786%; -0.987%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-910.412µs; -254.891µs] or [-0.454%; -0.127%]
  • ignore throughput [-6122.467op/s; -3911.991op/s] or [-1.695%; -1.083%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [+104.972µs; +1130.600µs] or [+0.052%; +0.565%]
  • 🟩 throughput [+46519.556op/s; +51149.103op/s] or [+8.805%; +9.681%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+2.141ms; +5.872ms] or [+1.085%; +2.977%]
  • ignore throughput [-3332.338op/s; +5037.896op/s] or [-0.789%; +1.192%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+300.600ms; +302.204ms] or [+149.822%; +150.621%]
  • ignore throughput [-2779.839op/s; -1777.682op/s] or [-1.836%; -1.174%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+301.060ms; +302.098ms] or [+151.178%; +151.699%]
  • ignore throughput [+1625.360op/s; +4010.685op/s] or [+0.707%; +1.744%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+304.213ms; +306.360ms] or [+154.277%; +155.366%]
  • ignore throughput [-582.169op/s; +1415.287op/s] or [-0.328%; +0.797%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+300.376ms; +301.054ms] or [+149.829%; +150.167%]
  • 🟩 throughput [+61244911.889op/s; +61495914.680op/s] or [+44.602%; +44.785%]

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

  • ignore allocated_mem [+73 bytes; +74 bytes] or [+0.425%; +0.435%]
  • unstable execution_time [+375.731ms; +414.131ms] or [+467.289%; +515.045%]
  • 🟩 throughput [+951.533op/s; +1137.845op/s] or [+7.356%; +8.796%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.520ms; +300.454ms] or [+149.394%; +149.860%]
  • ignore throughput [+1722379.912op/s; +2663735.428op/s] or [+0.763%; +1.180%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [+707.366µs; +1050.627µs] or [+0.354%; +0.525%]
  • ignore throughput [-7202.772op/s; -4779.834op/s] or [-0.804%; -0.533%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.622ms; -3.502ms] or [-2.264%; -1.715%]
  • 🟩 throughput [+94458.944op/s; +105445.907op/s] or [+8.819%; +9.845%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [+1.353ms; +5.452ms] or [+0.684%; +2.759%]
  • 🟩 throughput [+51463.276op/s; +70928.350op/s] or [+5.957%; +8.210%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [+309.950µs; +973.195µs] or [+0.155%; +0.486%]
  • ignore throughput [-13006.709op/s; -9073.599op/s] or [-1.191%; -0.831%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+6.132ms; +10.338ms] or [+3.195%; +5.386%]
  • 🟩 throughput [+82542.186op/s; +112664.462op/s] or [+6.389%; +8.720%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-4.381ms; -2.903ms] or [-2.152%; -1.426%]
  • 🟩 throughput [+83914.356op/s; +92281.167op/s] or [+8.334%; +9.165%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-1033.548µs; +183.501µs] or [-0.514%; +0.091%]
  • ignore throughput [+11246.307op/s; +14119.945op/s] or [+2.506%; +3.146%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-221.228µs; +1297.630µs] or [-0.110%; +0.648%]
  • 🟩 throughput [+52054.605op/s; +56904.100op/s] or [+9.452%; +10.333%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [-0.796ms; +3.292ms] or [-0.400%; +1.654%]
  • ignore throughput [+20262.316op/s; +29982.035op/s] or [+4.535%; +6.711%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1002.558µs; -48.640µs] or [-0.500%; -0.024%]
  • ignore throughput [-30125.191op/s; -25656.143op/s] or [-4.409%; -3.755%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-0.957ms; +3.813ms] or [-0.479%; +1.907%]
  • 🟩 throughput [+51532.727op/s; +73871.356op/s] or [+5.757%; +8.253%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.820ms; +5.740ms] or [+0.924%; +2.915%]
  • ignore throughput [+27418.081op/s; +42535.456op/s] or [+3.828%; +5.939%]

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

dd-trace-dotnet-ci-bot bot commented Mar 19, 2026

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8338) 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
duration72.88 ± (72.85 - 73.33) ms72.52 ± (72.63 - 73.04) ms-0.5%
.NET Framework 4.8 - Bailout
duration79.54 ± (79.19 - 79.81) ms78.57 ± (78.53 - 79.08) ms-1.2%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1076.07 ± (1076.67 - 1086.20) ms1076.29 ± (1077.14 - 1084.55) ms+0.0%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.71 ± (22.65 - 22.77) ms22.36 ± (22.32 - 22.40) ms-1.5%
process.time_to_main_ms86.27 ± (85.90 - 86.65) ms83.68 ± (83.49 - 83.88) ms-3.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.85 ± (10.84 - 10.85) MB10.91 ± (10.91 - 10.91) MB+0.6%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.65 ± (22.59 - 22.70) ms22.81 ± (22.75 - 22.88) ms+0.7%✅⬆️
process.time_to_main_ms87.47 ± (87.20 - 87.75) ms89.11 ± (88.77 - 89.44) ms+1.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.94 - 10.94) MB10.94 ± (10.94 - 10.94) MB-0.0%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms229.72 ± (228.67 - 230.77) ms228.00 ± (226.95 - 229.04) ms-0.7%
process.time_to_main_ms530.04 ± (528.66 - 531.41) ms528.06 ± (526.58 - 529.54) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.60 ± (48.58 - 48.63) MB48.43 ± (48.40 - 48.45) MB-0.4%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms21.46 ± (21.40 - 21.51) ms21.15 ± (21.11 - 21.20) ms-1.4%
process.time_to_main_ms74.55 ± (74.27 - 74.84) ms73.16 ± (72.91 - 73.41) ms-1.9%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.61 ± (10.61 - 10.61) MB10.62 ± (10.62 - 10.63) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.49 ± (21.43 - 21.55) ms21.05 ± (21.02 - 21.09) ms-2.1%
process.time_to_main_ms76.71 ± (76.46 - 76.96) ms73.45 ± (73.28 - 73.62) ms-4.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.72 ± (10.72 - 10.72) MB10.74 ± (10.73 - 10.74) MB+0.2%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms384.41 ± (382.38 - 386.44) ms381.90 ± (379.88 - 383.91) ms-0.7%
process.time_to_main_ms526.18 ± (524.90 - 527.47) ms528.46 ± (527.20 - 529.71) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.84 ± (49.81 - 49.87) MB50.05 ± (50.02 - 50.08) MB+0.4%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.69 ± (19.64 - 19.75) ms19.81 ± (19.75 - 19.87) ms+0.6%✅⬆️
process.time_to_main_ms74.17 ± (73.91 - 74.44) ms75.71 ± (75.39 - 76.02) ms+2.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.66 ± (7.66 - 7.67) MB7.66 ± (7.66 - 7.67) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.42 ± (19.38 - 19.46) ms19.60 ± (19.55 - 19.65) ms+0.9%✅⬆️
process.time_to_main_ms73.78 ± (73.59 - 73.96) ms75.23 ± (75.02 - 75.43) ms+2.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.71 ± (7.70 - 7.71) MB7.71 ± (7.70 - 7.71) MB+0.0%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms304.69 ± (302.00 - 307.38) ms302.20 ± (299.91 - 304.49) ms-0.8%
process.time_to_main_ms491.01 ± (489.76 - 492.27) ms491.26 ± (490.00 - 492.51) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.01 ± (36.99 - 37.04) MB36.99 ± (36.96 - 37.01) MB-0.1%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.5%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration206.46 ± (206.42 - 207.34) ms209.78 ± (209.70 - 210.70) ms+1.6%✅⬆️
.NET Framework 4.8 - Bailout
duration211.26 ± (210.93 - 211.74) ms213.94 ± (213.68 - 214.49) ms+1.3%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1210.98 ± (1211.30 - 1218.83) ms1224.31 ± (1227.04 - 1234.37) ms+1.1%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms201.27 ± (200.86 - 201.68) ms206.05 ± (205.63 - 206.48) ms+2.4%✅⬆️
process.time_to_main_ms88.36 ± (88.05 - 88.67) ms90.89 ± (90.59 - 91.18) ms+2.9%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.01 ± (15.99 - 16.03) MB15.92 ± (15.91 - 15.94) MB-0.5%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.7%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms200.21 ± (199.81 - 200.61) ms204.85 ± (204.43 - 205.27) ms+2.3%✅⬆️
process.time_to_main_ms88.80 ± (88.58 - 89.02) ms91.27 ± (91.01 - 91.53) ms+2.8%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.07 ± (16.05 - 16.10) MB16.00 ± (15.98 - 16.02) MB-0.5%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+0.4%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms414.81 ± (413.61 - 416.00) ms423.47 ± (422.11 - 424.83) ms+2.1%✅⬆️
process.time_to_main_ms546.19 ± (544.99 - 547.38) ms556.68 ± (555.16 - 558.20) ms+1.9%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed59.29 ± (59.24 - 59.34) MB59.41 ± (59.35 - 59.46) MB+0.2%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (29 - 30)-0.5%
.NET 6 - Baseline
process.internal_duration_ms209.16 ± (208.64 - 209.68) ms209.94 ± (209.52 - 210.36) ms+0.4%✅⬆️
process.time_to_main_ms77.57 ± (77.29 - 77.86) ms78.53 ± (78.28 - 78.78) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.23 ± (16.21 - 16.26) MB16.20 ± (16.18 - 16.22) MB-0.2%
runtime.dotnet.threads.count19 ± (19 - 19)20 ± (19 - 20)+1.3%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms207.36 ± (206.97 - 207.74) ms210.21 ± (209.75 - 210.67) ms+1.4%✅⬆️
process.time_to_main_ms78.16 ± (77.91 - 78.41) ms79.59 ± (79.32 - 79.86) ms+1.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.29 ± (16.26 - 16.31) MB16.20 ± (16.18 - 16.22) MB-0.5%
runtime.dotnet.threads.count20 ± (20 - 20)21 ± (21 - 21)+2.1%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms599.37 ± (596.24 - 602.49) ms603.92 ± (600.93 - 606.92) ms+0.8%✅⬆️
process.time_to_main_ms543.77 ± (542.61 - 544.93) ms549.96 ± (548.71 - 551.21) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.56 ± (61.45 - 61.67) MB61.64 ± (61.54 - 61.75) MB+0.1%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms205.50 ± (205.05 - 205.96) ms210.71 ± (210.17 - 211.25) ms+2.5%✅⬆️
process.time_to_main_ms76.17 ± (75.94 - 76.40) ms78.21 ± (77.96 - 78.47) ms+2.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.58 ± (11.55 - 11.60) MB11.54 ± (11.52 - 11.57) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.4%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms204.87 ± (204.47 - 205.28) ms209.50 ± (209.03 - 209.97) ms+2.3%✅⬆️
process.time_to_main_ms77.17 ± (76.96 - 77.38) ms79.51 ± (79.26 - 79.75) ms+3.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.66 ± (11.64 - 11.68) MB11.58 ± (11.57 - 11.60) MB-0.7%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.4%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms527.95 ± (523.07 - 532.84) ms538.07 ± (531.98 - 544.16) ms+1.9%✅⬆️
process.time_to_main_ms509.63 ± (508.64 - 510.63) ms512.27 ± (511.31 - 513.23) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.69 ± (50.63 - 50.75) MB50.83 ± (50.75 - 50.90) MB+0.3%✅⬆️
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 (8338) - mean (73ms)  : 70, 76
    master - mean (73ms)  : 70, 77

    section Bailout
    This PR (8338) - mean (79ms)  : 75, 83
    master - mean (80ms)  : 75, 84

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (1,081ms)  : 1028, 1134
    master - mean (1,081ms)  : 1009, 1154

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 (8338) - mean (113ms)  : 109, 117
    master - mean (116ms)  : 110, 122

    section Bailout
    This PR (8338) - mean (119ms)  : 113, 125
    master - mean (117ms)  : 111, 123

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (796ms)  : 773, 819
    master - mean (798ms)  : 771, 824

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

    section Bailout
    This PR (8338) - mean (101ms)  : 97, 104
    master - mean (105ms)  : 100, 110

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (941ms)  : 895, 987
    master - mean (940ms)  : 907, 972

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8338) - mean (104ms)  : 97, 110
    master - mean (102ms)  : 96, 108

    section Bailout
    This PR (8338) - mean (103ms)  : 99, 107
    master - mean (101ms)  : 99, 103

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (827ms)  : 790, 865
    master - mean (827ms)  : 782, 872

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 (8338) - mean (210ms)  : 205, 216
    master - mean (207ms)  : 202, 212

    section Bailout
    This PR (8338) - mean (214ms)  : 210, 218
    master - mean (211ms)  : 207, 215

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (1,231ms)  : 1178, 1283
    master - mean (1,215ms)  : 1159, 1271

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 (8338) - mean (306ms)  : 299, 314
    master - mean (299ms)  : 292, 306

    section Bailout
    This PR (8338) - mean (306ms)  : 298, 314
    master - mean (298ms)  : 291, 305

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (1,022ms)  : 991, 1053
    master - mean (998ms)  : 960, 1035

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8338) - mean (298ms)  : 289, 307
    master - mean (296ms)  : 288, 304

    section Bailout
    This PR (8338) - mean (299ms)  : 290, 307
    master - mean (294ms)  : 287, 301

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (1,184ms)  : 1151, 1217
    master - mean (1,175ms)  : 1140, 1210

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8338) - mean (300ms)  : 291, 308
    master - mean (292ms)  : 286, 299

    section Bailout
    This PR (8338) - mean (300ms)  : 292, 309
    master - mean (293ms)  : 288, 298

    section CallTarget+Inlining+NGEN
    This PR (8338) - mean (1,086ms)  : 990, 1183
    master - mean (1,073ms)  : 992, 1154

Loading

@gleocadie gleocadie force-pushed the gleocadie/add-frame-based-pointer-unwinding-for-arm64 branch 9 times, most recently from ba7a85e to c4d42ed Compare March 24, 2026 16:53
@gleocadie gleocadie force-pushed the gleocadie/add-frame-based-pointer-unwinding-for-arm64 branch 10 times, most recently from 876012b to 774f6b9 Compare March 30, 2026 23:24
@gleocadie gleocadie force-pushed the gleocadie/add-frame-based-pointer-unwinding-for-arm64 branch 6 times, most recently from f3d5056 to 4350315 Compare April 10, 2026 10:57
@gleocadie gleocadie force-pushed the gleocadie/add-frame-based-pointer-unwinding-for-arm64 branch from 4350315 to 3e6ce93 Compare April 10, 2026 12:36
@gleocadie gleocadie force-pushed the gleocadie/add-frame-based-pointer-unwinding-for-arm64 branch from eecfe29 to 1c13aa3 Compare April 17, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:profiler Issues related to the continous-profiler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant