alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.57k stars 159 forks source link

Switch to serializer tests #136

Closed matheusd closed 5 months ago

matheusd commented 5 months ago

This PR switches the following implementations to serializer-based tests:

This completes the move of all existing benchmarks to use serializer-based tests, which will make it easier to write future refactors.