Skip to content

[Perf] Windows/x86: 1 Regression on 12/28/2022 6:20:56 PM #11264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
performanceautofiler bot opened this issue Jan 3, 2023 · 1 comment
Closed

[Perf] Windows/x86: 1 Regression on 12/28/2022 6:20:56 PM #11264

performanceautofiler bot opened this issue Jan 3, 2023 · 1 comment

Comments

@performanceautofiler
Copy link

performanceautofiler bot commented Jan 3, 2023

Run Information

Architecture x86
OS Windows 10.0.18362
Baseline 8c58fc2347820ce48e09605d8adddb993df9ebb5
Compare 1d15f2140f7eb30a976c66290491ec89cd628da0
Diff Diff

Regressions in Burgers

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Test3 - Duration of single invocation 153.65 ms 203.56 ms 1.32 0.16 False 2307366666.6666665 3110700000 1.3481602403894772 Trace Trace

graph
Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'Burgers*'

Payloads

Baseline
Compare

Histogram

Burgers.Test3


Description of detection logic

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__()
       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:[0B207630]
       mov       esp,ebp
       pop       ebp
       ret
M00_L00:
       xor       eax,eax
       mov       esp,ebp
       pop       ebp
       ret
; Total bytes of code 35

Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants