tests: crypto: add hmac speed benchmark support
commitc7a9af4b450c863cd84ad245ebc52a831c661392
authorLongpeng(Mike) <longpeng2@huawei.com>
Fri, 14 Jul 2017 18:04:11 +0000 (14 14:04 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 19 Jul 2017 09:11:05 +0000 (19 10:11 +0100)
treec5cf245c8ac326057547e43c65d71f23a7665668
parent0128cd29ee36675e57bb70d508d3832d6e278f0b
tests: crypto: add hmac speed benchmark support

This patch add a hmac speed benchmark, it helps us to
measure the performance by using "make check-speed" or
using "./tests/benchmark-crypto-hmac" 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-hmac.c [new file with mode: 0644]