aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-23 15:14:51 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-25 18:33:11 -0700
commit839a0520a2d53a220103aed68bbbe95dfd3aba05 (patch)
tree20c24ebd2ec23018850609b5cd93c8f0f7d2b2b5 /test/cpp/qps/driver.h
parent98fd5a73c3bf1aa285f58932e76bfeaaf5766786 (diff)
Add an option to collect medians every epoch. Useful for gathering per second median latencies
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index fede4d8045..cda89f7ddf 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -32,7 +32,8 @@ std::unique_ptr<ScenarioResult> RunScenario(
const grpc::testing::ServerConfig& server_config, size_t num_servers,
int warmup_seconds, int benchmark_seconds, int spawn_local_worker_count,
const grpc::string& qps_server_target_override,
- const grpc::string& credential_type, bool run_inproc);
+ const grpc::string& credential_type, bool run_inproc,
+ int32_t median_latency_collection_interval_millis);
bool RunQuit(const grpc::string& credential_type);
} // namespace testing