diff options
author | Longpeng(Mike) <longpeng2@huawei.com> | 2017-07-14 14:04:10 -0400 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2017-07-19 10:11:05 +0100 |
commit | 0128cd29ee36675e57bb70d508d3832d6e278f0b (patch) | |
tree | de4c4553caec9abbd922fb02a137a04d028da787 /tests/.gitignore | |
parent | 1efd9d5ed472e75583b9e8077cff3b4972d8819f (diff) |
tests: crypto: add hash speed benchmark support
This patch add a hash speed benchmark, it helps us to
measure the performance by using "make check-speed" or
using "./tests/benchmark-crypto-hash" 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 bde803d546..7f88cc3771 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,5 +1,6 @@ atomic_add-bench benchmark-crypto-cipher +benchmark-crypto-hash check-qdict check-qnum check-qjson |