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] Changes at 7/13/2022 4:49:41 PM #6745

Closed
performanceautofiler bot opened this issue Jul 14, 2022 · 1 comment
Closed

[Perf] Changes at 7/13/2022 4:49:41 PM #6745

performanceautofiler bot opened this issue Jul 14, 2022 · 1 comment

Comments

@performanceautofiler
Copy link

performanceautofiler bot commented Jul 14, 2022

Run Information

Architecture arm64
OS Windows 10.0.25094
Baseline de4dc660283e8b32c083c3c90d576f685b2cf28c
Compare 840e570a714f9afac17e15a1019b03abf3754251
Diff Diff

Regressions in System.Collections.IndexerSet<String>

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Dictionary - Duration of single invocation 26.79 μs 29.02 μs 1.08 0.68 False
Array - Duration of single invocation 241.05 ns 497.79 ns 2.07 0.62 False

graph
graph
Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Collections.IndexerSet&lt;String&gt;*'

Payloads

Baseline
Compare

Histogram

System.Collections.IndexerSet<String>.Dictionary(Size: 512)


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 29.0212977582846 > 28.191649916447016.
IsChangePoint: Marked as a change because one of 7/13/2022 11:09:36 AM, 7/14/2022 8:56:55 AM falls between 7/5/2022 7:51:46 PM and 7/14/2022 8:56:55 AM.
IsRegressionStdDev: Marked as regression because -5.441739498239833 (T) = (0 -29081.65679824561) / Math.Sqrt((7954592.762253564 / (43)) + (7286.427410029882 / (2))) is less than -2.016692199226234 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (43) + (2) - 2, .025) and -0.0884586327275392 = (26718.20124699702 - 29081.65679824561) / 26718.20124699702 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.

```#### System.Collections.IndexerSet&lt;String&gt;.Array(Size: 512)

```log

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 497.792565345335 > 266.6067183987966.
IsChangePoint: Marked as a change because one of 6/15/2022 1:30:25 PM, 7/6/2022 5:19:04 PM, 7/14/2022 8:56:55 AM falls between 7/5/2022 7:51:46 PM and 7/14/2022 8:56:55 AM.
IsRegressionStdDev: Marked as regression because -23.12426099657982 (T) = (0 -465.3538667010355) / Math.Sqrt((591.6297806872951 / (13)) + (1359.1741004249811 / (32))) is less than -2.016692199226234 = MathNet.Numerics.Distributions.StudentT.InvCDF(0, 1, (13) + (32) - 2, .025) and -0.8730389666255466 = (248.44857741503031 - 465.3538667010355) / 248.44857741503031 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.

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