go_serialization_benchmarks icon indicating copy to clipboard operation
go_serialization_benchmarks copied to clipboard

What does tt.kb means in marshall benchmarks?

Open kokizzu opened this issue 4 years ago • 1 comments

total bytes of allocation?

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

kokizzu avatar Dec 31 '20 06:12 kokizzu

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

willfaught avatar Aug 08 '22 04:08 willfaught