-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Regressions in System.Text.Json.Serialization.Tests.WriteJson<Int32> #79292
Comments
Probably caused by #78646 |
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsRun Information
Regressions in System.Text.Json.Serialization.Tests.WriteJson<Int32>
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Text.Json.Serialization.Tests.WriteJson<Int32>*' PayloadsHistogramSystem.Text.Json.Serialization.Tests.WriteJson<Int32>.SerializeToWriter(Mode: Reflection)
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository
|
dotnet/perf-autofiling-issues#10388 is a likely dup. |
More regression data: dotnet/perf-autofiling-issues#10624 |
The change in #78646 refactors the root-level serialization rootines a bit, which introduces a few additional checks on whether a type is polymorphic. Given that this only appears to impact the allocation-free overloads accepting |
Run Information
Regressions in System.Text.Json.Serialization.Tests.WriteJson<Int32>
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Text.Json.Serialization.Tests.WriteJson<Int32>.SerializeToWriter(Mode: Reflection)
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: