Open
Description
I'm building a library that implements a somewhat slow compression algorithm and I wanted to see what sort of speeds I was getting. Using the benchmark I can get the speeds for some tests; but not for the slower ones:
test compress_large::level_0 ... bench: 10,848,110 ns/iter (+/- 343,409) = 1 MB/s
test compress_random::level_0 ... bench: 257,280,250 ns/iter (+/- 19,228,907)
It would be nice to have the speed output in other units, like KB/s and B/s. It could also be extended to produce GB/s if needed.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status