[Runtime Metrics] Support for OTLP Runtime Metrics#8457
[Runtime Metrics] Support for OTLP Runtime Metrics#8457
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8457) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-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:
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 chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8457) - mean (73ms) : 70, 76
master - mean (72ms) : 70, 75
section Bailout
This PR (8457) - mean (77ms) : 75, 79
master - mean (76ms) : 74, 78
section CallTarget+Inlining+NGEN
This PR (8457) - mean (1,081ms) : 1031, 1131
master - mean (1,066ms) : 1018, 1115
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 (8457) - mean (114ms) : 110, 119
master - mean (114ms) : 110, 117
section Bailout
This PR (8457) - mean (115ms) : 112, 118
master - mean (115ms) : 112, 118
section CallTarget+Inlining+NGEN
This PR (8457) - mean (798ms) : 776, 820
master - mean (786ms) : 767, 806
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8457) - mean (102ms) : 98, 107
master - mean (100ms) : 97, 102
section Bailout
This PR (8457) - mean (103ms) : 101, 105
master - mean (99ms) : 97, 101
section CallTarget+Inlining+NGEN
This PR (8457) - mean (943ms) : 911, 976
master - mean (931ms) : 901, 962
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8457) - mean (102ms) : 98, 107
master - mean (99ms) : 95, 102
section Bailout
This PR (8457) - mean (104ms) : 99, 108
master - mean (99ms) : 97, 102
section CallTarget+Inlining+NGEN
This PR (8457) - mean (829ms) : 785, 872
master - mean (815ms) : 780, 849
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 (8457) - mean (211ms) : 206, 216
master - mean (212ms) : 206, 218
section Bailout
This PR (8457) - mean (214ms) : 210, 218
master - mean (215ms) : 211, 219
section CallTarget+Inlining+NGEN
This PR (8457) - mean (1,220ms) : 1178, 1262
master - mean (1,231ms) : 1180, 1281
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 (8457) - mean (303ms) : 296, 310
master - mean (306ms) : 299, 314
section Bailout
This PR (8457) - mean (303ms) : 295, 312
master - mean (305ms) : 297, 313
section CallTarget+Inlining+NGEN
This PR (8457) - mean (1,008ms) : 974, 1043
master - mean (1,018ms) : 990, 1047
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8457) - mean (295ms) : 288, 302
master - mean (299ms) : 292, 306
section Bailout
This PR (8457) - mean (296ms) : 291, 301
master - mean (299ms) : 293, 304
section CallTarget+Inlining+NGEN
This PR (8457) - mean (1,176ms) : 1136, 1216
master - mean (1,182ms) : 1152, 1213
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8457) - mean (292ms) : 284, 301
master - mean (297ms) : 292, 303
section Bailout
This PR (8457) - mean (291ms) : 286, 296
master - mean (298ms) : 292, 303
section CallTarget+Inlining+NGEN
This PR (8457) - mean (1,065ms) : 985, 1145
master - mean (1,080ms) : 983, 1177
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-04-15 19:59:59 Comparing candidate commit 5df066e in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 26 metrics, 0 unstable metrics, 87 known flaky benchmarks.
|
Summary of changes
Reason for change
Implementation details
Test coverage
Other details