-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Run Information
| Architecture | arm64 |
|---|---|
| OS | Windows 10.0.25094 |
| Baseline | 49288b4ebea7f1792fbd1e09726cb7ee21aa1088 |
| Compare | 26ec70b1ff7be767ec8642865dfff83f30a513b8 |
| Diff | Diff |
Improvements in System.Tests.Perf_Type
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
|---|---|---|---|---|---|---|---|---|---|---|
| GetTypeFromHandle - Duration of single invocation | 2.48 ns | 0.49 ns | 0.20 | 0.87 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Tests.Perf_Type*'Details
Payloads
Histogram
System.Tests.Perf_Type.GetTypeFromHandle
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 0.49413346058165664 < 2.5121394626196953.
IsChangePoint: Marked as a change because one of 7/9/2022 7:52:53 PM, 7/14/2022 8:56:55 AM falls between 7/5/2022 7:51:46 PM and 7/14/2022 8:56:55 AM.
IsImprovementStdDev: Marked as improvement because 20.620023649354394 (T) = (0 -0.6621226492714494) / Math.Sqrt((1.4507146292767643 / (198)) + (0.12725202574345917 / (17))) is greater than 1.971163885465162 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (198) + (17) - 2, .975) and 0.7912401356140633 = (3.171695149443935 - 0.6621226492714494) / 3.171695149443935 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
