alecthomas / go_serialization_benchmarks

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

What does tt.kb means in marshall benchmarks? #92

Closed kokizzu closed 3 months ago

kokizzu commented 3 years ago

total bytes of allocation?

or total bytes of serialization result? also tt.kb in deserialization means the struct size of deserialization result?

willfaught commented 2 years ago

Yes, please add a legend to the readme defining the column headers:

iter | time/iter | bytes/op | allocs/op | tt.sec | tt.kb | ns/alloc