You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsRegressionBase: Marked as regression because the compare was 5% greater than the baseline, and the value was not too small.
IsRegressionChecked: Marked as regression because the three check build points were 0.05 greater than the baseline.
IsRegressionWindowed: Marked as regression because 18.849892808942638 > 17.439810947425492.
IsChangePoint: Marked as a change because one of 10/2/2022 11:57:04 PM, 10/11/2022 8:42:28 PM, 11/24/2022 8:21:24 PM, 11/29/2022 1:43:29 AM falls between 11/20/2022 12:28:28 PM and 11/29/2022 1:43:29 AM.
IsRegressionStdDev: Marked as regression because -17.392702997665637 (T) = (0 -18.40618606673211) / Math.Sqrt((0.15461658739006298 / (40)) + (0.07983106366713769 / (15))) is less than -2.005745995316835 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (40) + (15) - 2, .025) and -0.09959420037988614 = (16.739071614212925 - 18.40618606673211) / 16.739071614212925 is less than -0.05.
IsImprovementBase: Marked as not an improvement because the compare was not 5% less than the baseline, or the value was too small.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```### Baseline Jit Disasm
```assembly
; System.Tests.Perf_String.ToUpperInvariant(System.String)
cmp [rdx],dl
mov rcx,229BA400718
mov rcx,[rcx]
jmp qword ptr [7FF937BE7B88]; System.Globalization.TextInfo.ToUpper(System.String)
; Total bytes of code 21
; System.Globalization.TextInfo.ToUpper(System.String)subrsp,28testrdx,rdxje short M01_L00addrsp,28jmp qword ptr [7FF937F0D9C0]; System.Globalization.TextInfo.ChangeCaseCommon[[System.Globalization.TextInfo+ToUpperConversion, System.Private.CoreLib]](System.String)M01_L00:movecx,15FBmovrdx,7FF937864000call CORINFO_HELP_STRCNSmovrcx,raxcall qword ptr [7FF937B553F0]int3; Total bytes of code 49
Compare Jit Disasm
; System.Tests.Perf_String.ToUpperInvariant(System.String)cmp[rdx],dlmovrcx,1F395000720movrcx,[rcx]jmp qword ptr [7FFD82307BB8]; System.Globalization.TextInfo.ToUpper(System.String); Total bytes of code 21
; System.Globalization.TextInfo.ToUpper(System.String)subrsp,28testrdx,rdxje short M01_L00addrsp,28jmp qword ptr [7FFD8262D9C0]; System.Globalization.TextInfo.ChangeCaseCommon[[System.Globalization.TextInfo+ToUpperConversion, System.Private.CoreLib]](System.String)M01_L00:movecx,15FBmovrdx,7FFD81F84000call CORINFO_HELP_STRCNSmovrcx,raxcall qword ptr [7FFD82275408]int3; Total bytes of code 49
Run Information
Regressions in System.Tests.Perf_String
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Tests.Perf_String.ToUpperInvariant(s: "test")
Description of detection logic
Compare Jit Disasm
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: