djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
527 stars 48 forks source link

Benchmark `abomonation` deserialization using `.clone()` #17

Closed djkoloski closed 2 years ago

djkoloski commented 2 years ago

This is the intended way to deserialize abomonation structures, so adding a bench that performs the clone but notes that it's just a clone and not anything more complicated would be a good way to add more context to the benchmark.

djkoloski commented 2 years ago

Fixed by 45c0912934aeeac3dbc1c6ea2e552e2bf84e9b11