Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added deleteKeys thread #3

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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