ServiceStackV3 / mythz_blog

Archive of posts previously on old mono.servicestack.net/mythz_blog
125 stars 28 forks source link

Service Stack Benchmarks #2

Open itadapter opened 9 years ago

itadapter commented 9 years ago

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

itadapter commented 9 years ago

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 )]