-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Run Information
Name | Value |
---|---|
Architecture | x86 |
OS | Windows 10.0.18362 |
Queue | TigerWindows |
Baseline | d6455cbed88e3889dfa62afbc8bf73480aab61a5 |
Compare | e65ebc920e766c1644e621875c20e4b1c6875a83 |
Diff | Diff |
Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Tests.Perf_Guid
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
Parse - Duration of single invocation | 41.06 ns | 36.31 ns | 0.88 | 0.00 | True | 502.2964412938898 | 446.1062292985549 | 0.8881333663232974) | Trace | Trace |
ctor_str - Duration of single invocation | 41.11 ns | 36.11 ns | 0.88 | 0.00 | True | 503.1173727243674 | 445.9064419613487 | 0.8862871094010867) | Trace | Trace |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_Guid*'
Payloads
Histogram
System.Tests.Perf_Guid.Parse
Description of detection logic
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.
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 36.31446901669052 < 39.04682108528613.
IsChangePoint: Marked as a change because one of 4/1/2023 1:31:30 PM, 4/3/2023 9:14:01 PM falls between 3/26/2023 7:47:31 AM and 4/3/2023 9:14:01 PM.
IsImprovementStdDev: Marked as improvement because 22.769479902453984 (T) = (0 -36.37588340362497) / Math.Sqrt((0.0426038324524733 / (299)) + (0.3803189176526388 / (9))) is greater than 1.9677467375895035 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (9) - 2, .975) and 0.11417503406788079 = (41.06441430598881 - 36.37588340362497) / 41.06441430598881 is greater than 0.05.
IsChangeEdgeDetector: Marked as regression because Edge Detector said so.
Baseline JIT Disasm
Compare JIT Disasm
System.Tests.Perf_Guid.ctor_str
Description of detection logic
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.
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 36.11494884261148 < 39.1565768040895.
IsChangePoint: Marked as a change because one of 4/1/2023 1:31:30 PM, 4/3/2023 9:14:01 PM falls between 3/26/2023 7:47:31 AM and 4/3/2023 9:14:01 PM.
IsImprovementStdDev: Marked as improvement because 21.27671073228903 (T) = (0 -36.46124562336615) / Math.Sqrt((0.046927087363474826 / (299)) + (0.4387307390575593 / (9))) is greater than 1.9677467375895035 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (9) - 2, .975) and 0.11429747675580913 = (41.16646917727441 - 36.46124562336615) / 41.16646917727441 is greater than 0.05.
IsChangeEdgeDetector: Marked as regression because Edge Detector said so.
Baseline JIT Disasm
Compare JIT Disasm
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository