Skip to content
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

[Perf] Linux/x64: 1 Regression on 11/10/2022 5:57:59 AM #9720

Closed
performanceautofiler bot opened this issue Nov 15, 2022 · 3 comments
Closed

[Perf] Linux/x64: 1 Regression on 11/10/2022 5:57:59 AM #9720

performanceautofiler bot opened this issue Nov 15, 2022 · 3 comments

Comments

@performanceautofiler
Copy link

performanceautofiler bot commented Nov 15, 2022

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 29137caa62087c78ac9634a3fa086b8bc8d7d67f
Compare b00a4eec94bb09f9c72d55162f292cc5fabf9ce5
Diff Diff

Regressions in PerfLabTests.CastingPerf2.CastingPerf

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
ObjObjrefValueType - Duration of single invocation 912.66 μs 1.03 ms 1.13 0.11 False

graph
Test Report

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'PerfLabTests.CastingPerf2.CastingPerf*'

Related Issues

Regressions

Improvements

Payloads

Baseline
Compare

Histogram

Edge Detector Info

Collection Data

PerfLabTests.CastingPerf2.CastingPerf.ObjObjrefValueType


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.
IsRegressionWindowed: Marked as regression because 1.030416603635204 > 957.5054441406253.
IsChangePoint: Marked as a change because one of 9/1/2022 8:04:48 PM, 10/31/2022 10:23:25 PM, 11/10/2022 12:29:27 AM, 11/14/2022 7:25:10 PM falls between 11/5/2022 10:22:58 PM and 11/14/2022 7:25:10 PM.
IsRegressionStdDev: Marked as regression because -10.422654394442336 (T) = (0 -1040483.2927333609) / Math.Sqrt((1247047688.9220223 / (31)) + (847391010.076601 / (23))) is less than -2.0066468050606243 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (31) + (23) - 2, .025) and -0.09641925640305421 = (948983.0524746542 - 1040483.2927333609) / 948983.0524746542 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.
IsChangeEdgeDetector: Marked not as a regression because Edge Detector said so.

Docs

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

@dakersnar
Copy link

This is probably noise but could potentially have been caused by dotnet/runtime#77872. @BruceForstall thoughts?

@BruceForstall
Copy link
Member

This is probably noise but could potentially have been caused by dotnet/runtime#77872. @BruceForstall thoughts?

That change would only affect how fast the JIT runs, not the generated code, and BDN should only measure the generated code.

@AndyAyersMS
Copy link
Member

Seems fairly stable to me

newplot - 2023-07-25T173117 930

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

3 participants