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 3/9/2021 11:29:00 PM #4250

Open
performanceautofiler bot opened this issue Mar 10, 2021 · 3 comments
Open

[Perf] Changes at 3/9/2021 11:29:00 PM #4250

performanceautofiler bot opened this issue Mar 10, 2021 · 3 comments

Comments

@performanceautofiler
Copy link

Run Information

Architecture x86
OS Windows 10.0.18362
Baseline e0bbfa0f555cf5b9d8b8749e1a91a78924c9d927
Compare 220b01a58697eeae580d97cc47879217efd6628f

Regressions in System.Collections.IterateForEach<String>

Benchmark Baseline Test Test/Base Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Queue 4.27 μs 4.88 μs 1.14

graph
Historical Data in Reporting System

Repro

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

.

Payloads

Baseline
Compare

Histogram

System.Collections.IterateForEach.Queue(Size: 512)

[3745.665 ; 3826.745) | @@@@@
[3826.745 ; 3953.255) | @@@
[3953.255 ; 4057.220) | @@@@@
[4057.220 ; 4150.409) | @@@@@@@@@@@@@@@@@@@@@@
[4150.409 ; 4321.095) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[4321.095 ; 4423.527) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[4423.527 ; 4609.513) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[4609.513 ; 4710.674) | @@@@@@@@@@@@@@@@@@@@@@@@
[4710.674 ; 4870.470) | @@@@@@@
[4870.470 ; 5039.346) | @@@@@@@@@@@@@@@@
[5039.346 ; 5231.574) | @@@

Docs

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

### Run Information
Architecture x86
OS Windows 10.0.18362
Baseline e0bbfa0f555cf5b9d8b8749e1a91a78924c9d927
Compare 220b01a58697eeae580d97cc47879217efd6628f

Regressions in System.Collections.ContainsKeyTrue<String, String>

Benchmark Baseline Test Test/Base Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
ImmutableDictionary 46.14 μs 49.31 μs 1.07

graph
Historical Data in Reporting System

Repro

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

.

Payloads

Baseline
Compare

Histogram

System.Collections.ContainsKeyTrue<String, String>.ImmutableDictionary(Size: 512)

[44819.275 ; 46476.049) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[46476.049 ; 48037.489) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[48037.489 ; 50678.628) | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Docs

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

@DrewScoggins
Copy link
Owner

dotnet/runtime#47307

@kunalspathak
Copy link
Collaborator

We enregister same variables of IterateForEach.Queue before and after my #47307. So looks like the regression is not related to EH var.

@kunalspathak
Copy link
Collaborator

Same with ContainsKeyTrue. Historical data shows it is a bimodal test:

image

DrewScoggins pushed a commit that referenced this issue Jun 6, 2024
…605.1 (#4250)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 9.0.0-beta.24303.1 -> To Version 9.0.0-beta.24305.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
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