Skip to content

Commit

Permalink
Fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvemula committed Feb 11, 2023
1 parent 365bd02 commit 98c840f
Show file tree
Hide file tree
Showing 17 changed files with 276,398 additions and 26 deletions.
4 changes: 2 additions & 2 deletions waffleClient/benchmark/src/proxy_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void run_benchmark(int run_time, bool stats, std::vector<int> &latencies, int cl
}
if (stats)
ops = client.num_requests_satisfied() - ops;
std::cout << "Ops is " << ops << " client num_requests_satisfied is " << client.num_requests_satisfied() << std::endl;
// std::cout << "Ops is " << ops << " client num_requests_satisfied is " << client.num_requests_satisfied() << std::endl;
e = std::chrono::high_resolution_clock::now();
elapsed = static_cast<int>(std::chrono::duration_cast<std::chrono::microseconds>(e - s).count());
if (stats)
Expand Down Expand Up @@ -199,7 +199,7 @@ int main(int argc, char *argv[]) {
std::string proxy_host = "127.0.0.1";
int proxy_port = 9090;
std::string trace_location = "";
int client_batch_size = 5;
int client_batch_size = 50;
int object_size = 1000;
int num_clients = 1;

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.
Loading

0 comments on commit 98c840f

Please sign in to comment.