Skip to content

Commit

Permalink
Pushing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvemula committed Apr 23, 2023
1 parent 39a19cc commit bf9b11c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file modified waffleClient/bin/proxy_benchmark
Binary file not shown.
Binary file modified waffleClient/bin/proxy_server
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Configuring done (0.3s)
-- Generating done (0.3s)
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/svemula/Waffle/waffle_test/waffleClient/cmakebuild/cpp_redis-prefix/src/cpp_redis-build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Configuring done (0.1s)
-- Generating done (0.2s)
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/svemula/Waffle/waffle_test/waffleClient/cmakebuild/libcuckoo-prefix/src/libcuckoo-build
Binary file not shown.
2 changes: 1 addition & 1 deletion waffleClient/proxy/src/waffle_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void waffle_proxy::init(const std::vector<std::string> &keys, const std::vector<
}

// Initialising Cache
size_t cacheCapacity = cacheBatches*1000000/100;
size_t cacheCapacity = cacheBatches*keys.size()/100;
std::unordered_set<std::string> temp;
std::vector<std::string> valuesCache;
while(keysCacheUnencrypted.size() < cacheCapacity) {
Expand Down

0 comments on commit bf9b11c

Please sign in to comment.