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 203.55764166666665 > 162.35867374999998.
IsChangePoint: Marked as a change because one of 12/28/2022 5:13:50 PM, 1/3/2023 6:29:42 AM falls between 12/23/2022 9:40:21 PM and 1/3/2023 6:29:42 AM.
IsRegressionStdDev: Marked as regression because -46.06234216162504 (T) = (0 -207340425.7440476) / Math.Sqrt((13056736513586.77 / (29)) + (11162983392259.783 / (14))) is less than -2.019540970439573 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (29) + (14) - 2, .025) and -0.33003574762099974 = (155890866.92963856 - 207340425.7440476) / 155890866.92963856 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
; BenchmarkDotNet.Autogenerated.Runnable_0.__ForDisassemblyDiagnoser__()
push ebp
mov ebp,esp
push eax
mov [ebp-4],ecx
mov ecx,[ebp-4]
cmp dword ptr [ecx+38],0B
jne short M00_L00
mov ecx,[ebp-4]
call dword ptr ds:[0A9A7630]
mov esp,ebp
pop ebp
ret
M00_L00:
xor eax,eax
mov esp,ebp
pop ebp
ret
; Total bytes of code 35
Compare Jit Disasm
; BenchmarkDotNet.Autogenerated.Runnable_0.__ForDisassemblyDiagnoser__()pushebpmovebp,esppusheaxmov[ebp-4],ecxmovecx,[ebp-4]cmp dword ptr [ecx+38],0Bjne short M00_L00movecx,[ebp-4]call dword ptr ds:[0B207630]movesp,ebppopebpretM00_L00:xoreax,eaxmovesp,ebppopebpret; Total bytes of code 35
Uh oh!
There was an error while loading. Please reload this page.
Run Information
Regressions in Burgers
Test Report
Repro
Payloads
Baseline
Compare
Histogram
Burgers.Test3
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: