-
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| ThrowAndCatch - Duration of single invocation | 9.67 μs | 8.98 μ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.ThrowAndCatch(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 8.975100504449731 < 9.3479564851917.
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/30/2022 4:40:43 AM falls between 8/21/2022 6:52:55 AM and 8/30/2022 4:40:43 AM.
IsImprovementStdDev: Marked as improvement because 63.94419662719757 (T) = (0 -8979.737841256067) / Math.Sqrt((51809.761328796565 / (299)) + (3720.9556464776992 / (31))) is greater than 1.9672228266464409 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (31) - 2, .975) and 0.10869855302134857 = (10074.860611632274 - 8979.737841256067) / 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
