Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'sualeh/benchmarks' into performance-08/02/22
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-CCS authored Aug 2, 2022
2 parents 69a4047 + 6b94ed6 commit e4d3f9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions asphr_load.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ def load_asphr_repos(asphr_path):
urls = ["https://github.com/gperftools/gperftools/releases/download/gperftools-2.10/gperftools-2.10.tar.gz"],
)

http_archive(
name = "com_google_benchmark",
strip_prefix = "benchmark-1.6.1",
urls = ["https://github.com/google/benchmark/archive/v1.6.1.zip"],
)

http_archive(
name = "rules_cc",
sha256 = "4dccbfd22c0def164c8f47458bd50e0c7148f3d92002cdb459c2a96a68498241",
Expand Down
2 changes: 1 addition & 1 deletion pir/fast_pir/fast_pir_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ constexpr int 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 int CLIENT_DB_ROWS = 360'000;
constexpr int CLIENT_DB_ROWS = 360'000;

0 comments on commit e4d3f9f

Please sign in to comment.