summaryrefslogtreecommitdiffstats
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorLongpeng(Mike)2017-07-14 20:04:09 +0200
committerDaniel P. Berrange2017-07-19 11:11:05 +0200
commit1efd9d5ed472e75583b9e8077cff3b4972d8819f (patch)
tree36923cfb265c781ee5b6fc730eded396c7db00d9 /tests/.gitignore
parentcrypto: hmac: add af_alg-backend hmac support (diff)
downloadqemu-1efd9d5ed472e75583b9e8077cff3b4972d8819f.tar.gz
qemu-1efd9d5ed472e75583b9e8077cff3b4972d8819f.tar.xz
qemu-1efd9d5ed472e75583b9e8077cff3b4972d8819f.zip
tests: crypto: add cipher speed benchmark support
Now we have two qcrypto backends, libiary-backend and afalg-backend, but which one is faster? This patch add a cipher speed benchmark, it helps us to measure the performance by using "make check-speed" or using "./tests/benchmark-crypto-cipher" 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 8e01b004f1..bde803d546 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,4 +1,5 @@
atomic_add-bench
+benchmark-crypto-cipher
check-qdict
check-qnum
check-qjson