hashsum: document how to benchmark blake2

This commit is contained in:
Sylvestre Ledru 2021-06-06 13:25:44 +02:00
parent 27456fc8fb
commit 7f07bd82d4

View file

@ -0,0 +1,9 @@
## Benchmarking hashsum
### To bench blake2
Taken from: https://github.com/uutils/coreutils/pull/2296
With a large file:
$ hyperfine "./target/release/coreutils hashsum --b2sum large-file" "b2sum large-file"