-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip checksum benchmarks on systems with slow cpu
The checksum benchmarking on module load may take a really long time on embedded systems with a slow cpu. Avoid all benchmarks >= 1MiB on systems, where EdonR is slower then 300 MiB/s. This limit is currently hardcoded, but could also be a tuneable. When we switch to a tuneable, what name should I use then? This is the new benchmark output of a slow Intel Atom: ``` implementation 1k 4k 16k 64k 256k edonr-generic 209 257 268 259 262 skein-generic 129 150 151 150 150 sha256-generic 50 55 56 56 56 sha512-generic 76 86 88 89 88 blake3-generic 63 62 62 62 61 blake3-sse2 114 292 301 307 309 ``` Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
- Loading branch information
Showing
1 changed file
with
58 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters