forked from dotnet/performance
-
Notifications
You must be signed in to change notification settings - Fork 0
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 -196%] System.Collections.ContainsTrue<Int32> (6) #910
Comments
@DrewScoggins In the data I have it looks like it's also slower for System.Collections.ContainsTrue.ImmutableArray(Size: 512)
|
It looks like a 32-bit only regression (both ARM and x86). @DrewScoggins could you please transfer it to runtime repo (I've applied the System.Collections.ContainsTrue.ICollection(Size: 512)
|
21 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Run Information
Regressions in System.Collections.ContainsTrue
Historical Data in Reporting System
Repro
Histogram
System.Collections.ContainsTrue.Array(Size: 512)
System.Collections.ContainsTrue.ImmutableArray(Size: 512)
System.Collections.ContainsTrue.List(Size: 512)
System.Collections.ContainsTrue.Queue(Size: 512)
System.Collections.ContainsTrue.ICollection(Size: 512)
System.Collections.ContainsTrue.Span(Size: 512)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: