aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2016-11-11 12:05:11 -0800
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-01-11 10:01:16 +0000
commitac87a46225128f2c92e9d2cb8522b4b88d5abde8 (patch)
tree3b4b1eb03b200a3df103ef4bbd004a471fb845ef /test/cpp/qps/qps_json_driver.cc
parenta3960b98d6a1b85a1e3b89cd7797a509505fa207 (diff)
enable uploading server cpu usage data from performance tests to big query
Diffstat (limited to 'test/cpp/qps/qps_json_driver.cc')
-rw-r--r--test/cpp/qps/qps_json_driver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index da835b995a..57ee5ef63c 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -212,6 +212,7 @@ static bool QpsDriver() {
SearchOfferedLoad(FLAGS_initial_search_value,
FLAGS_targeted_cpu_load, scenario, &success);
gpr_log(GPR_INFO, "targeted_offered_load %f", targeted_offered_load);
+ GetCpuLoad(scenario, targeted_offered_load, &success);
} else {
gpr_log(GPR_ERROR, "Unimplemented search param");
}