-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Run Information
| Architecture | x64 |
|---|---|
| OS | Windows 10.0.19042 |
| Baseline | 03c21467c97e75103d429a0e67504e402f6da17d |
| Compare | 040c7bd9ab96ad97cbc7bbb172b80992ac3ff09c |
| Diff | Diff |
Improvements in Exceptions.Handling
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
|---|---|---|---|---|---|---|---|---|---|---|
| ThrowAndCatchWhenFinally - Duration of single invocation | 9.72 μs | 9.13 μs | 0.94 | 0.02 | False | |||||
| ThrowAndCatch - Duration of single invocation | 9.68 μs | 9.03 μs | 0.93 | 0.03 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'Exceptions.Handling*'Payloads
Histogram
Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Hardware)
Description of detection logic
IsImprovementBase: Marked as improvement because the compare was 5% less than the baseline, and the value was not too small.
IsImprovementCheck: Marked as improvement because the three check build points were 0.05 less than the baseline.
IsRegressionBase: Marked as not a regression because the compare was not 5% greater than the baseline, or the value was too small.
IsImprovementBase: Marked as improvement because the compare was 5% less than the baseline, and the value was not too small.
IsImprovementCheck: Marked as improvement because the three check build points were 0.05 less than the baseline.
IsImprovementWindowed:Marked as improvement because 9.130207464118824 < 9.344830735246763.
IsChangePoint: Marked as a change because one of 7/6/2022 10:15:52 AM, 8/16/2022 8:21:10 AM, 8/24/2022 9:42:22 AM, 8/25/2022 2:41:52 PM falls between 8/17/2022 2:33:27 AM and 8/25/2022 2:41:52 PM.
IsImprovementStdDev: Marked as improvement because 20.66642619608856 (T) = (0 -9149.599482721596) / Math.Sqrt((41802.253411613885 / (299)) + (14985.648604844944 / (6))) is greater than 1.967824097752068 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (6) - 2, .975) and 0.10394148181456561 = (10210.93968421841 - 9149.599482721596) / 10210.93968421841 is greater than 0.05.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```#### Exceptions.Handling.ThrowAndCatch(kind: Hardware)
```log
Description of detection logic
IsImprovementBase: Marked as improvement because the compare was 5% less than the baseline, and the value was not too small.
IsImprovementCheck: Marked as improvement because the three check build points were 0.05 less than the baseline.
IsRegressionBase: Marked as not a regression because the compare was not 5% greater than the baseline, or the value was too small.
IsImprovementBase: Marked as improvement because the compare was 5% less than the baseline, and the value was not too small.
IsImprovementCheck: Marked as improvement because the three check build points were 0.05 less than the baseline.
IsImprovementWindowed:Marked as improvement because 9.034798000082384 < 9.228545196408323.
IsChangePoint: Marked as a change because one of 7/6/2022 12:32:56 PM, 8/16/2022 8:21:10 AM, 8/24/2022 9:42:22 AM, 8/25/2022 2:41:52 PM falls between 8/17/2022 2:33:27 AM and 8/25/2022 2:41:52 PM.
IsImprovementStdDev: Marked as improvement because 41.07609325793481 (T) = (0 -8994.803561920431) / Math.Sqrt((51809.761328796565 / (299)) + (3108.6031646104047 / (6))) is greater than 1.967824097752068 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (6) - 2, .975) and 0.1072031754429263 = (10074.860611632274 - 8994.803561920431) / 10074.860611632274 is greater than 0.05.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

