serbench icon indicating copy to clipboard operation
serbench copied to clipboard

CLR Serializer Benchmark Suite

Results 7 serbench issues
Sort by recently updated
recently updated
newest added

https://github.com/akkadotnet/Wire/issues @leo-gan @sergey-msu @vlapchenko

enhancement

Are you willing to add Bois serializer to the benchmark? https://github.com/salarcode/Bois

Would be nice to have a calculated effectiveness (speed / payload size) for each test result. This metric seems to be more important than just raw ops/sec or data size,...

NetSerializer supports what you call "Message Batching", but it's not included in the batching test.

Now batching is performed for classes, created for this test. Only EDI class is created for EDI test and not for Batching. I think Batching test is orthogonal to other...

enhancement

Maybe it should be an attribute of Test not the Serializer class. Now we TypicalPerson type to all tests, that seems not right. What do you think?

question