-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Security.Cryptography.Tests.Perf_Rfc2898DeriveBytes.DeriveBytes regressed on Unix-like OSes #66830
Comments
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones Issue Details
Ubuntu: Windows: Repro: git clone https://github.com/dotnet/performance.git
python3 ./performance/scripts/benchmarks_ci.py -f net6.0 net7.0 --filter 'System.Security.Cryptography.Tests.Perf_Rfc2898DeriveBytes.DeriveBytes'
|
@bartonjs do we want to even benchmark this? Benchmarking the one shot might be useful, but I'm not so sure about the streaming one. |
Apologies for the dup. |
System.Security.Cryptography.Tests.Perf_Rfc2898DeriveBytes.DeriveBytes
benchmark have regressed by 20-30% for all Unix-like OSes. Windows seems to be unaffected.commit diff
Ubuntu:
Windows:
Repro:
The text was updated successfully, but these errors were encountered: