Closed
Description
Run Information
Architecture | x64 |
---|---|
OS | Windows 10.0.19042 |
Baseline | 358e28aa5a573b6b70dcb3f172b6f215b9286874 |
Compare | a159132fb05bec4ac821f441fe1edbd83d539504 |
Diff | Diff |
Improvements in LinqBenchmarks
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
Count00ForX - Duration of single invocation | 93.21 ms | 86.96 ms | 0.93 | 0.13 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'LinqBenchmarks*'
Payloads
Histogram
LinqBenchmarks.Count00ForX
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 86.96249615384616 < 88.43986308333334.
IsChangePoint: Marked as a change because one of 12/9/2021 12:47:15 PM, 12/26/2021 4:30:45 AM, 1/7/2022 4:24:34 PM, 2/2/2022 11:04:24 PM, 2/8/2022 5:50:06 AM falls between 1/30/2022 5:09:41 PM and 2/8/2022 5:50:06 AM.
IsImprovementStdDev: Marked as improvement because 10.868598694124852 (T) = (0 -87898992.62281835) / Math.Sqrt((20148723021035.082 / (299)) + (3809235585864.156 / (31))) is greater than 1.9672228266464409 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (31) - 2, .975) and 0.05117478330012748 = (92639815.084744 - 87898992.62281835) / 92639815.084744 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