summaryrefslogtreecommitdiffstats
path: root/tests/benchmark-crypto-cipher.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: crypto: add cipher speed benchmark supportLongpeng(Mike)2017-07-191-0/+88
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>