From 6b94ed67039c83cf323c557422a408726170f613 Mon Sep 17 00:00:00 2001 From: Shengtong Zhang Date: Tue, 21 Jun 2022 16:04:56 -0700 Subject: [PATCH] fix a few bugs in benchmark --- pir/fast_pir/fast_pir_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pir/fast_pir/fast_pir_config.hpp b/pir/fast_pir/fast_pir_config.hpp index 2bda414..53ed6ae 100644 --- a/pir/fast_pir/fast_pir_config.hpp +++ b/pir/fast_pir/fast_pir_config.hpp @@ -77,4 +77,4 @@ constexpr size_t SEAL_DB_COLUMNS = CEIL_DIV(MESSAGE_SIZE_BITS, PLAIN_BITS); // is to be under the GRPC message size limit of 4 MB — to increase this, use // GRPC streaming instead. See // https://jbrandhorst.com/post/grpc-binary-blob-stream/. -constexpr size_t CLIENT_DB_ROWS = 360'000; \ No newline at end of file +constexpr size_t CLIENT_DB_ROWS = 4'096; \ No newline at end of file