Exclude OpenTelemetry.Api from baseline files in PR comment#8664
Conversation
|
BenchmarksBenchmark execution time: 2026-05-21 12:12:36 Comparing candidate commit f8b2467 in PR branch Found 2 performance improvements and 4 performance regressions! Performance is the same for 48 metrics, 18 unstable metrics, 92 known flaky benchmarks, 34 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8664) 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 (8664) - mean (72ms) : 70, 75
master - mean (75ms) : 71, 79
section Bailout
This PR (8664) - mean (77ms) : 75, 79
master - mean (79ms) : 76, 83
section CallTarget+Inlining+NGEN
This PR (8664) - mean (1,112ms) : 1052, 1172
master - mean (1,109ms) : 1052, 1165
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 (8664) - mean (113ms) : 110, 117
master - mean (117ms) : 111, 122
section Bailout
This PR (8664) - mean (118ms) : 111, 124
master - mean (115ms) : 112, 118
section CallTarget+Inlining+NGEN
This PR (8664) - mean (789ms) : 766, 811
master - mean (797ms) : 766, 828
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8664) - mean (105ms) : 98, 111
master - mean (102ms) : 98, 106
section Bailout
This PR (8664) - mean (103ms) : 99, 108
master - mean (105ms) : 99, 111
section CallTarget+Inlining+NGEN
This PR (8664) - mean (953ms) : 914, 992
master - mean (947ms) : 904, 989
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8664) - mean (101ms) : 95, 108
master - mean (100ms) : 96, 103
section Bailout
This PR (8664) - mean (103ms) : 98, 108
master - mean (103ms) : 98, 108
section CallTarget+Inlining+NGEN
This PR (8664) - mean (828ms) : 794, 862
master - mean (823ms) : 783, 864
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 (8664) - mean (198ms) : 192, 204
master - mean (199ms) : 194, 204
section Bailout
This PR (8664) - mean (202ms) : 196, 207
master - mean (203ms) : 197, 208
section CallTarget+Inlining+NGEN
This PR (8664) - mean (1,199ms) : 1153, 1246
master - mean (1,199ms) : 1156, 1241
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 (8664) - mean (286ms) : 277, 295
master - mean (289ms) : 280, 298
section Bailout
This PR (8664) - mean (288ms) : 278, 298
master - mean (289ms) : 281, 298
section CallTarget+Inlining+NGEN
This PR (8664) - mean (962ms) : 943, 981
master - mean (967ms) : 947, 986
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8664) - mean (280ms) : 271, 289
master - mean (280ms) : 273, 288
section Bailout
This PR (8664) - mean (280ms) : 270, 289
master - mean (281ms) : 273, 288
section CallTarget+Inlining+NGEN
This PR (8664) - mean (1,161ms) : 1130, 1193
master - mean (1,161ms) : 1117, 1204
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8664) - mean (280ms) : 272, 287
master - mean (282ms) : 271, 294
section Bailout
This PR (8664) - mean (280ms) : 273, 287
master - mean (281ms) : 275, 287
section CallTarget+Inlining+NGEN
This PR (8664) - mean (1,044ms) : 998, 1089
master - mean (1,036ms) : 998, 1074
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary of changes
Filter baseline benchmark files to exclude
*OpenTelemetry.Api*, matching existing candidate file filtering.Reason for change
OpenTelemetry.Api benchmarks only run on master, not on PRs. Baseline files were not being excluded.
Test coverage
CI pipeline.
Other details