]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests: crypto: add hash speed benchmark support
authorLongpeng(Mike) <longpeng2@huawei.com>
Fri, 14 Jul 2017 18:04:10 +0000 (14:04 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Jul 2017 09:11:05 +0000 (10:11 +0100)
commit0128cd29ee36675e57bb70d508d3832d6e278f0b
treede4c4553caec9abbd922fb02a137a04d028da787
parent1efd9d5ed472e75583b9e8077cff3b4972d8819f
tests: crypto: add hash speed benchmark support

This patch add a hash speed benchmark, it helps us to
measure the performance by using "make check-speed" or
using "./tests/benchmark-crypto-hash" directly.

Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
tests/.gitignore
tests/Makefile.include
tests/benchmark-crypto-hash.c [new file with mode: 0644]