Lines Matching full:qps
19 #include "test/cpp/qps/driver.h"
43 #include "test/cpp/qps/client.h"
44 #include "test/cpp/qps/histogram.h"
45 #include "test/cpp/qps/qps_worker.h"
46 #include "test/cpp/qps/stats.h"
81 "Environment variable \"%s\" does not contain a list of QPS " in get_workers()
144 // Calculate qps and cpu load for each client and then aggregate results for in postprocess_scenario_result()
146 double qps = 0; in postprocess_scenario_result() local
150 qps += client_stat.latencies().count() / client_stat.time_elapsed(); in postprocess_scenario_result()
166 result->mutable_summary()->set_qps(qps); in postprocess_scenario_result()
207 auto qps_per_server_core = qps / sum(result->server_cores(), Cores); in postprocess_scenario_result()
272 …// https://github.com/grpc/grpc/blob/3bd0cd208ea549760a2daf595f79b91b247fe240/test/cpp/qps/server_… in ReceiveFinalStatusFromClients()
473 // overriding the qps server target only makes since if there is <= 1 in RunScenario()