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 10.117283566907776 < 10.32972078030438.
IsChangePoint: Marked as a change because one of 11/23/2022 8:02:34 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.
IsImprovementStdDev: Marked as improvement because 32.376310932869394 (T) = (0 -10135.51867289995) / Math.Sqrt((28572.335514910752 / (299)) + (8503.476047626482 / (21))) is greater than 1.967451947860886 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (299) + (21) - 2, .975) and 0.0666961660880475 = (10859.827533780528 - 10135.51867289995) / 10859.827533780528 is greater than 0.05.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.
```### Baseline Jit Disasm
```assembly
; System.Text.Perf_Utf8Encoding.GetByteCount()
mov rdx,rcx
mov rcx,[rdx+28]
mov rdx,[rdx+18]
mov rax,[rcx]
mov rax,[rax+50]
jmp qword ptr [rax+18]
; Total bytes of code 22
; System.Text.Perf_Utf8Encoding.GetByteCount()
mov rdx,rcx
mov rcx,[rdx+28]
mov rdx,[rdx+18]
mov rax,[rcx]
mov rax,[rax+50]
jmp qword ptr [rax+18]
; Total bytes of code 22
Run Information
Improvements in System.Text.Perf_Utf8Encoding
Test Report
Repro
Details
Payloads
Baseline
Compare
Histogram
System.Text.Perf_Utf8Encoding.GetByteCount(Input: EnglishAllAscii)
Description of detection logic
Compare Jit Disasm
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository