-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Run Information
Architecture | arm64 |
---|---|
OS | ubuntu 18.04 |
Baseline | 11bf8a782d27dd0f614dd0da03b27ab025933320 |
Compare | 8471eecd98e5493e3fbc8bcc34662310ef8762eb |
Diff | Diff |
Improvements in System.Tests.Perf_Int64
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
Parse - Duration of single invocation | 86.44 ns | 71.81 ns | 0.83 | 0.22 | False |
Repro
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Tests.Perf_Int64*'
Payloads
Histogram
System.Tests.Perf_Int64.Parse(value: "9223372036854775807")
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 71.8079338126019 < 83.21151300347786.
IsChangePoint: Marked as a change because one of 1/28/2022 4:34:00 PM, 2/2/2022 8:22:24 PM falls between 1/25/2022 5:49:56 AM and 2/2/2022 8:22:24 PM.
IsImprovementStdDev: Marked as improvement because 14.24658926942749 (T) = (0 -75.74271574532719) / Math.Sqrt((9.43953819246514 / (299)) + (14.624381993997646 / (18))) is greater than 1.9675235316906419 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (18) - 2, .975) and 0.14734166275841667 = (88.83126152306306 - 75.74271574532719) / 88.83126152306306 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