aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-19 11:49:07 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-19 11:49:07 -0800
commitc51f19d62a8d599be2e27aa5f7833f9dd1f5f36e (patch)
tree13a66064cb7feda7159abff0fbae284eb518c02b /test/cpp/qps/driver.h
parent9c7a08d2509c6f0549d0a56690321c75cc201fec (diff)
parenta52c262accacbe7aca54ac4f91de7315d4069523 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into cpp_stress_flags
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index b5c8152e1b..e72d30a4ef 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -46,8 +46,7 @@ std::unique_ptr<ScenarioResult> RunScenario(
const grpc::testing::ClientConfig& client_config, size_t num_clients,
const grpc::testing::ServerConfig& server_config, size_t num_servers,
int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count,
- const char* qps_server_target_override = "",
- bool configure_core_lists = true);
+ const char* qps_server_target_override = "");
bool RunQuit();
} // namespace testing