Skip to content

Commit

Permalink
Speed up C++ routegen test client
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Jul 25, 2023
1 parent 28d66be commit 7064b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/example/routeguide/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class RouteGuideClient {
std::uniform_int_distribution<int> feature_distribution(
0, feature_list_.size() - 1);
std::uniform_int_distribution<int> delay_distribution(
500, 1500);
50, 100);

std::unique_ptr<ClientWriter<Point> > writer(
stub_->RecordRoute(&context, &stats));
Expand Down

0 comments on commit 7064b28

Please sign in to comment.