Skip to content

Commit

Permalink
Merge pull request sharathvemula#3 from sharathvemula/newWaffle
Browse files Browse the repository at this point in the history
Added deleteKeys thread
  • Loading branch information
sharathvemula authored Feb 9, 2023
2 parents 4593967 + 365bd02 commit 41df455
Show file tree
Hide file tree
Showing 19 changed files with 539,532 additions and 8 deletions.
2 changes: 1 addition & 1 deletion waffleClient/benchmark/src/proxy_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void client(int idx, int client_batch_size, int object_size, trace_vector &trace
line.append("Xput: " + std::to_string(indiv_xput) + "\n");
out << line;
xput += indiv_xput;
// std::cout << "indiv_xput is: " << indiv_xput << std::endl;

std::cout << "xput is: " << xput << std::endl;
std::cout << "Beginning cooldown" << std::endl;
cooldown(latencies, client_batch_size, object_size, trace, indiv_xput, client);
Expand Down
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 41df455

Please sign in to comment.