diff --git a/test/cpp/qps/driver.cc b/test/cpp/qps/driver.cc index 4178715fa8f..79f104f47ae 100644 --- a/test/cpp/qps/driver.cc +++ b/test/cpp/qps/driver.cc @@ -478,7 +478,7 @@ std::unique_ptr RunScenario( } } - // Collect the client final run results right after finishing clients + // Collect clients' final run results right after finishing clients for (size_t i = 0; i < num_clients; i++) { auto client = &clients[i]; // Read the client final status @@ -509,7 +509,7 @@ std::unique_ptr RunScenario( } } - // Collect the server final run results right after finishing server + // Collect servers' final run results right after finishing server for (size_t i = 0; i < num_servers; i++) { auto server = &servers[i]; // Read the server final status