-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Run Information
| Architecture | x64 |
|---|---|
| OS | Windows 10.0.19042 |
| Baseline | 44d28bf5b6c8b448ac4f19638b90cdbdba6be5bc |
| Compare | 9962c10813de695782baa20f1bf0bb2e9810971d |
| Diff | Diff |
Improvements in System.Text.RegularExpressions.Tests.Perf_Regex_Common
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
|---|---|---|---|---|---|---|---|---|---|---|
| Uri_IsNotMatch - Duration of single invocation | 435.67 ns | 368.98 ns | 0.85 | 0.07 | False |
Repro
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Text.RegularExpressions.Tests.Perf_Regex_Common*'Payloads
Histogram
System.Text.RegularExpressions.Tests.Perf_Regex_Common.Uri_IsNotMatch(Options: None)
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 368.9782103689918 < 414.6964149536311.
IsChangePoint: Marked as a change because one of 9/23/2021 3:17:45 PM, 11/17/2021 2:42:53 PM, 11/23/2021 6:42:08 AM falls between 11/14/2021 12:07:47 PM and 11/23/2021 6:42:08 AM.
IsImprovementStdDev: Marked as improvement because 42.80791216688891 (T) = (0 -370.32436932694884) / Math.Sqrt((137.93461115806187 / (299)) + (29.438593657636797 / (27))) is greater than 1.9673127716992511 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (27) - 2, .975) and 0.12586765889708296 = (423.6479442685993 - 370.32436932694884) / 423.6479442685993 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
