-
Notifications
You must be signed in to change notification settings - Fork 352
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
Create test cases and benchmarks for writing large json base64 and st… #2877
Create test cases and benchmarks for writing large json base64 and st… #2877
Conversation
…ring values (OData#2849) * Create test cases for writing large json base64 and string values * Update missing async tests * Add text and binary fields to benchmarks * Remove unnecessary benchmark scenarios * Optimize JsonSerializer converter * Add large value benchmarks * Remove lagging comma * Reduce benchmarks runtime * Reduce benchmarks runtime * Target dotnet 8.0 in benchmarks * Remove unnecessary benchmark scenarios * Optimize benchmarks runtime * largeFields flag in benchmarks * update readme * Update test/PerformanceTests/SerializationComparisonsTests/JsonWriterBenchmarks/Benchmarks.cs Co-authored-by: Elizabeth Okerio <elizaokerio@gmail.com> * Remove obsolete comment --------- Co-authored-by: Elizabeth Okerio <elizaokerio@gmail.com>
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
porting this change to dev-8.x branch
Issues
This pull request fixes #xxx.
Description
Briefly describe the changes of this pull request.
Checklist (Uncheck if it is not completed)
Additional work necessary
If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.