Open berlincount opened 7 months ago
You suggest another behavior of the --benchmark
option, but it can be useful to keep ability to test perfomance of calculating several hashes at once (as it works now).
We need to name somehow an option to choose between the sugested behavior and the old one.
Hi,
I'm taking note of file checksums before and after an operation, and was trying to optimize hashing algorithm choice.
I tried the following on my Ubuntu (package
1.4.2-1ubuntu1
):with the github version being similar:
... my expections might have been wrong here, but ... I'd have expected a list of comparable hash algorithm speeds here?
Additionally,
--list-hashes
doesn't really provide a list that I can then use for scriping such a comparison benchmark easily.this did almost what I wanted:
thanks for this great software, maybe this input helps support uncommon usecases better :)
cheers,
count