summaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorLongpeng(Mike)2017-07-14 20:04:11 +0200
committerDaniel P. Berrange2017-07-19 11:11:05 +0200
commitc7a9af4b450c863cd84ad245ebc52a831c661392 (patch)
treec5cf245c8ac326057547e43c65d71f23a7665668 /tests/.gitignore
parenttests: crypto: add hash speed benchmark support (diff)
downloadqemu-c7a9af4b450c863cd84ad245ebc52a831c661392.tar.gz
qemu-c7a9af4b450c863cd84ad245ebc52a831c661392.tar.xz
qemu-c7a9af4b450c863cd84ad245ebc52a831c661392.zip
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>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r--tests/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 7f88cc3771..fed0189a5a 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,7 @@
atomic_add-bench
benchmark-crypto-cipher
benchmark-crypto-hash
+benchmark-crypto-hmac
check-qdict
check-qnum
check-qjson