-
Notifications
You must be signed in to change notification settings - Fork 150
Tweak CI variables #7784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweak CI variables #7784
Conversation
bouwkast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This comment has been minimized.
This comment has been minimized.
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (7784) 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 (7784) - mean (69ms) : 67, 71
master - mean (69ms) : 67, 71
section Bailout
This PR (7784) - mean (73ms) : 71, 74
master - mean (73ms) : 71, 75
section CallTarget+Inlining+NGEN
This PR (7784) - mean (1,112ms) : 985, 1239
master - mean (1,052ms) : 1013, 1091
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 (7784) - mean (111ms) : 106, 117
master - mean (108ms) : 105, 110
section Bailout
This PR (7784) - mean (109ms) : 107, 111
master - mean (109ms) : 107, 111
section CallTarget+Inlining+NGEN
This PR (7784) - mean (762ms) : 735, 790
master - mean (763ms) : 723, 804
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (96ms) : 94, 98
master - mean (95ms) : 93, 97
section Bailout
This PR (7784) - mean (97ms) : 95, 99
master - mean (96ms) : 93, 98
section CallTarget+Inlining+NGEN
This PR (7784) - mean (707ms) : 678, 737
master - mean (717ms) : 676, 758
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (94ms) : 91, 96
master - mean (94ms) : 91, 97
section Bailout
This PR (7784) - mean (95ms) : 93, 97
master - mean (95ms) : 92, 97
section CallTarget+Inlining+NGEN
This PR (7784) - mean (670ms) : 648, 692
master - mean (670ms) : 652, 687
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 (7784) - mean (194ms) : 189, 198
master - mean (195ms) : 188, 203
section Bailout
This PR (7784) - mean (198ms) : 193, 204
master - mean (198ms) : 194, 201
section CallTarget+Inlining+NGEN
This PR (7784) - mean (1,171ms) : 1109, 1233
master - mean (1,171ms) : 1117, 1226
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 (7784) - mean (278ms) : 272, 283
master - mean (281ms) : 269, 292
section Bailout
This PR (7784) - mean (278ms) : 274, 283
master - mean (282ms) : 272, 292
section CallTarget+Inlining+NGEN
This PR (7784) - mean (953ms) : 903, 1003
master - mean (961ms) : 916, 1007
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (270ms) : 265, 274
master - mean (270ms) : 266, 274
section Bailout
This PR (7784) - mean (269ms) : 266, 273
master - mean (278ms) : 262, 294
section CallTarget+Inlining+NGEN
This PR (7784) - mean (929ms) : 868, 989
master - mean (938ms) : 881, 996
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (7784) - mean (270ms) : 265, 274
master - mean (270ms) : 264, 276
section Bailout
This PR (7784) - mean (270ms) : 266, 274
master - mean (272ms) : 265, 278
section CallTarget+Inlining+NGEN
This PR (7784) - mean (853ms) : 834, 872
master - mean (868ms) : 844, 892
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary of changes
Reason for change
Filtervariable it gets ignored in linux integration testsImplementation details
Fix it
Test coverage
Meh