diff options
author | Longpeng(Mike) <longpeng2@huawei.com> | 2017-07-14 14:04:11 -0400 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2017-07-19 10:11:05 +0100 |
commit | c7a9af4b450c863cd84ad245ebc52a831c661392 (patch) | |
tree | c5cf245c8ac326057547e43c65d71f23a7665668 /tests/.gitignore | |
parent | 0128cd29ee36675e57bb70d508d3832d6e278f0b (diff) |
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/.gitignore | 1 |
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 |