Open
Description
Run Information
Architecture | arm64 |
---|---|
OS | ubuntu 20.04 |
Baseline | 21a69aa7f70cad997959cce2c33e60d821daca61 |
Compare | 4a63cb28b69e1c48bccf592150be7ba297b67950 |
Diff | Diff |
Regressions in System.Threading.Tests.Perf_Monitor
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
EnterExit - Duration of single invocation | 19.89 ns | 22.04 ns | 1.11 | 0.21 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Threading.Tests.Perf_Monitor*'
Payloads
Histogram
System.Threading.Tests.Perf_Monitor.EnterExit
Description of detection logic
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsRegressionWindowed: Marked as regression because 22.04067352234627 > 20.58504262920396.
IsChangePoint: Marked as a change because one of 7/7/2022 7:47:15 PM, 7/11/2022 5:54:09 PM falls between 7/3/2022 4:26:07 AM and 7/11/2022 5:54:09 PM.
IsRegressionStdDev: Marked as regression because -7.2688174840201105 (T) = (0 -21.97191346917649) / Math.Sqrt((1.6872586448060853 / (30)) + (0.1767391199318404 / (16))) is less than -2.0153675744421933 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (30) + (16) - 2, .025) and -0.0938709626300066 = (20.086385158583205 - 21.97191346917649) / 20.086385158583205 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository