mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
hashsum: document how to benchmark blake2
This commit is contained in:
parent
27456fc8fb
commit
7f07bd82d4
1 changed files with 9 additions and 0 deletions
9
src/uu/hashsum/BENCHMARKING.md
Normal file
9
src/uu/hashsum/BENCHMARKING.md
Normal 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"
|
||||
|
Loading…
Reference in a new issue