mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +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…
Add table
Add a link
Reference in a new issue