-
Notifications
You must be signed in to change notification settings - Fork 151
[PDB] Handle exception during opening a pdb file #7573
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
base: master
Are you sure you want to change the base?
Conversation
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: 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 shown 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). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (72ms) : 71, 73
. : milestone, 72,
master - mean (72ms) : 70, 73
. : milestone, 72,
section Baseline
This PR (7573) - mean (68ms) : 66, 71
. : milestone, 68,
master - mean (68ms) : 66, 71
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (1,059ms) : 987, 1132
. : milestone, 1059,
master - mean (1,048ms) : 998, 1099
. : milestone, 1048,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (106ms) : 105, 107
. : milestone, 106,
master - mean (106ms) : 105, 108
. : milestone, 106,
section Baseline
This PR (7573) - mean (105ms) : 103, 108
. : milestone, 105,
master - mean (106ms) : 103, 108
. : milestone, 106,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (744ms) : 717, 771
. : milestone, 744,
master - mean (742ms) : 718, 766
. : milestone, 742,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (94ms) : 93, 95
. : milestone, 94,
master - mean (94ms) : 93, 95
. : milestone, 94,
section Baseline
This PR (7573) - mean (94ms) : 91, 96
. : milestone, 94,
master - mean (93ms) : 91, 95
. : milestone, 93,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (704ms) : 685, 723
. : milestone, 704,
master - mean (704ms) : 682, 726
. : milestone, 704,
gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (93ms) : 92, 94
. : milestone, 93,
master - mean (92ms) : 91, 94
. : milestone, 92,
section Baseline
This PR (7573) - mean (92ms) : 89, 94
. : milestone, 92,
master - mean (92ms) : 90, 94
. : milestone, 92,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (662ms) : 645, 678
. : milestone, 662,
master - mean (661ms) : 647, 675
. : milestone, 661,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (199ms) : 195, 203
. : milestone, 199,
master - mean (200ms) : 196, 203
. : milestone, 200,
section Baseline
This PR (7573) - mean (197ms) : 193, 200
. : milestone, 197,
master - mean (195ms) : 192, 199
. : milestone, 195,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (1,177ms) : 1114, 1240
. : milestone, 1177,
master - mean (1,180ms) : 1109, 1250
. : milestone, 1180,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (282ms) : 278, 286
. : milestone, 282,
master - mean (281ms) : 276, 287
. : milestone, 281,
section Baseline
This PR (7573) - mean (283ms) : 276, 290
. : milestone, 283,
master - mean (282ms) : 276, 287
. : milestone, 282,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (944ms) : 911, 978
. : milestone, 944,
master - mean (949ms) : 912, 987
. : milestone, 949,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (275ms) : 270, 280
. : milestone, 275,
master - mean (276ms) : 272, 281
. : milestone, 276,
section Baseline
This PR (7573) - mean (277ms) : 272, 282
. : milestone, 277,
master - mean (276ms) : 270, 282
. : milestone, 276,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (937ms) : 890, 984
. : milestone, 937,
master - mean (931ms) : 893, 970
. : milestone, 931,
gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat X
axisFormat %s
todayMarker off
section Bailout
This PR (7573) - mean (274ms) : 269, 279
. : milestone, 274,
master - mean (275ms) : 269, 281
. : milestone, 275,
section Baseline
This PR (7573) - mean (274ms) : 269, 278
. : milestone, 274,
master - mean (274ms) : 269, 279
. : milestone, 274,
section CallTarget+Inlining+NGEN
This PR (7573) - mean (869ms) : 838, 900
. : milestone, 869,
master - mean (866ms) : 841, 891
. : milestone, 866,
|
0f583c1
to
328ee1f
Compare
Summary of changes
Add debug log for all kind of IO exceptions, and error log for other kind of errors