Open performanceautofiler[bot] opened 1 year ago
A small increase (this shows it at ~10ns) in the cost of constructing a ConcurrentDictionary<string, ...>
is expected, as it's now doing a little bit more work to select a non-randomized comparer if possible (which in turn makes most subsequent operations on the dictionary much faster).
Run Information
Regressions in System.Collections.CtorDefaultSize<String>
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
Baseline Compare