From b43c5b205f26198c79e21af3a6935a76f560a7fc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Jan 2015 15:57:33 -0800 Subject: [PATCH] unittest_crypto: benchmark 100,000 CryptoKey::encrypt() calls Signed-off-by: Sage Weil (cherry picked from commit fb4b6c52d8e31e8dedfa8aecc16c389f0e7d86cf) Conflicts: src/test/crypto.cc : complements the incorrect cherry-pick df3f971eafda9c54881c13dcf47f996f18e17028 see http://tracker.ceph.com/issues/14863 for more information --- src/test/crypto.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/crypto.cc b/src/test/crypto.cc index 150d2a45cc55..17e90d04097c 100644 --- a/src/test/crypto.cc +++ b/src/test/crypto.cc @@ -3,7 +3,10 @@ #include "include/types.h" #include "auth/Crypto.h" +#include "common/Clock.h" #include "common/ceph_crypto.h" +#include "common/ceph_context.h" +#include "global/global_context.h" #include "test/unit.h" -- 2.47.3