From eafb9e4278ad7a58e4a57ec3851c931958fea05b Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 21 Sep 2023 09:36:03 -0400 Subject: [PATCH] fix more spacing --- source/client-side-encryption/tests/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client-side-encryption/tests/README.rst b/source/client-side-encryption/tests/README.rst index 0836948f38..907c0f9993 100644 --- a/source/client-side-encryption/tests/README.rst +++ b/source/client-side-encryption/tests/README.rst @@ -3089,6 +3089,7 @@ Benchmarking Bulk Decryption ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Set up the benchmark data: + - Create a data key with the "local" KMS provider. - Encrypt 1500 string values of the form ``value 0001``, ``value 0002``, ``value 0003``, ... with the algorithm ``AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic``. - Create a document of the form: ``{ "key0001": , "key0002": , "key0003": }``.