[Profiler] Fix flacky tests possibly due to network errors#8574
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8574) 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 (8574) - mean (73ms) : 70, 75
master - mean (75ms) : 70, 79
section Bailout
This PR (8574) - mean (79ms) : 75, 84
master - mean (80ms) : 76, 84
section CallTarget+Inlining+NGEN
This PR (8574) - mean (1,133ms) : 1071, 1194
master - mean (1,128ms) : 1081, 1174
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 (8574) - mean (118ms) : 111, 125
master - mean (117ms) : 109, 125
section Bailout
This PR (8574) - mean (116ms) : 111, 122
master - mean (115ms) : 112, 118
section CallTarget+Inlining+NGEN
This PR (8574) - mean (810ms) : 781, 839
master - mean (811ms) : 780, 842
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8574) - mean (105ms) : 99, 111
master - mean (104ms) : 99, 109
section Bailout
This PR (8574) - mean (103ms) : 98, 107
master - mean (103ms) : 97, 108
section CallTarget+Inlining+NGEN
This PR (8574) - mean (949ms) : 910, 989
master - mean (946ms) : 905, 987
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8574) - mean (102ms) : 97, 107
master - mean (101ms) : 97, 104
section Bailout
This PR (8574) - mean (105ms) : 100, 109
master - mean (105ms) : 100, 110
section CallTarget+Inlining+NGEN
This PR (8574) - mean (832ms) : 790, 875
master - mean (829ms) : 787, 871
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 (8574) - mean (206ms) : 194, 217
master - mean (210ms) : 194, 225
section Bailout
This PR (8574) - mean (210ms) : 198, 222
master - mean (212ms) : 200, 224
section CallTarget+Inlining+NGEN
This PR (8574) - mean (1,256ms) : 1212, 1299
master - mean (1,294ms) : 1223, 1366
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 (8574) - mean (292ms) : 279, 305
master - mean (296ms) : 274, 319
section Bailout
This PR (8574) - mean (293ms) : 278, 307
master - mean (298ms) : 277, 320
section CallTarget+Inlining+NGEN
This PR (8574) - mean (996ms) : 969, 1023
master - mean (1,012ms) : 981, 1044
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8574) - mean (286ms) : 267, 305
master - mean (289ms) : 269, 309
section Bailout
This PR (8574) - mean (286ms) : 269, 303
master - mean (292ms) : 265, 319
section CallTarget+Inlining+NGEN
This PR (8574) - mean (1,174ms) : 1119, 1229
master - mean (1,180ms) : 1135, 1225
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8574) - mean (288ms) : 276, 301
master - mean (289ms) : 271, 308
section Bailout
This PR (8574) - mean (290ms) : 275, 305
master - mean (290ms) : 274, 306
section CallTarget+Inlining+NGEN
This PR (8574) - mean (1,068ms) : 995, 1140
master - mean (1,069ms) : 994, 1145
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-05-11 16:11:50 Comparing candidate commit 261d2c2 in PR branch Some scenarios are present only in baseline or only in candidate runs. If you didn't create or remove some scenarios in your branch, this maybe a sign of crashed benchmarks 💥💥💥 Scenarios present only in baseline:
Found 4 performance improvements and 2 performance regressions! Performance is the same for 48 metrics, 18 unstable metrics, 91 known flaky benchmarks, 35 flaky benchmarks without significant changes.
|
Summary of changes
Update threshold and error handling in integration tests
Reason for change
Avoid flackiness
Implementation details
Test coverage
Other details