We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, not an issue really.
Could you please comment on the following, see "ServiceStack.JsonSerializer" which is in the "orange/red" performance zone most of the time.
http://aumcode.github.io/serbench/Specimens_Typical_Person/web/overview-charts.htm
also look at other real-business payloads: (EDI X12) http://aumcode.github.io/serbench/EDI_X12_835/web/overview-charts.htm (Conferences+events+participants) http://aumcode.github.io/serbench/ObjectGraph_Conference/web/overview-charts.htm
Here is the benchmark fixture source code for your serializer: https://github.com/aumcode/serbench/blob/master/Source/Serbench.Specimens/Serializers/ServiceStackJsonSerializer.cs
The text was updated successfully, but these errors were encountered:
Could you also respond with this filled with data (approximate): [SerializerInfo( Family = SerializerFamily.Textual, MetadataRequirement = MetadataRequirement.Attributes, VendorName = "Service Stack", VendorLicense = "All OSS Licenses + Commercial", VendorURL = "https://github.com/ServiceStack/ServiceStack.Text", VendorPackageAddress = "Install-Package ServiceStack.Text", FormatName = "JSON", LinesOfCodeK = 0, DataTypes = 0, Assemblies = 1, ExternalReferences = 0, PackageSizeKb = 307 )]
Sorry, something went wrong.
No branches or pull requests
Hey, not an issue really.
Could you please comment on the following, see "ServiceStack.JsonSerializer"
which is in the "orange/red" performance zone most of the time.
http://aumcode.github.io/serbench/Specimens_Typical_Person/web/overview-charts.htm
also look at other real-business payloads:
(EDI X12)
http://aumcode.github.io/serbench/EDI_X12_835/web/overview-charts.htm
(Conferences+events+participants)
http://aumcode.github.io/serbench/ObjectGraph_Conference/web/overview-charts.htm
Here is the benchmark fixture source code for your serializer:
https://github.com/aumcode/serbench/blob/master/Source/Serbench.Specimens/Serializers/ServiceStackJsonSerializer.cs
The text was updated successfully, but these errors were encountered: