mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
tests/bench: Add bufferiszero-bench
Benchmark each acceleration function vs an aligned buffer of zeros. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
22437b4de9
commit
a06d9eddb0
2 changed files with 48 additions and 0 deletions
|
@ -21,6 +21,7 @@ benchs = {}
|
|||
|
||||
if have_block
|
||||
benchs += {
|
||||
'bufferiszero-bench': [],
|
||||
'benchmark-crypto-hash': [crypto],
|
||||
'benchmark-crypto-hmac': [crypto],
|
||||
'benchmark-crypto-cipher': [crypto],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue