-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Run Information
| Architecture | x64 |
|---|---|
| OS | alpine 3.12 |
| Baseline | 093bdc466693e847dc75b6fd86d895bf603acdee |
| Compare | 24ce527fb5f966a8262e48b5812cefc240ba6ef5 |
| Diff | Diff |
Improvements in Microsoft.Extensions.Primitives.StringSegmentBenchmark
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
|---|---|---|---|---|---|---|---|---|---|---|
| Equals_String - Duration of single invocation | 4.25 ns | 1.58 ns | 0.37 | 0.15 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'Microsoft.Extensions.Primitives.StringSegmentBenchmark*'Payloads
Histogram
Microsoft.Extensions.Primitives.StringSegmentBenchmark.Equals_String
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 1.5832809947142008 < 4.031142534709341.
IsChangePoint: Marked as a change because one of 1/25/2022 5:49:56 AM, 3/2/2022 3:17:47 PM, 3/8/2022 2:08:40 PM falls between 2/27/2022 3:52:50 PM and 3/8/2022 2:08:40 PM.
IsImprovementStdDev: Marked as improvement because 61.42065228104022 (T) = (0 -1.6312348557929477) / Math.Sqrt((0.2771687457176209 / (299)) + (0.028706422315709197 / (31))) is greater than 1.9672228266464409 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (31) - 2, .975) and 0.61844045580437 = (4.275177703212149 - 1.6312348557929477) / 4.275177703212149 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
