aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/perf_db_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/perf_db_client.h')
-rw-r--r--test/cpp/qps/perf_db_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/perf_db_client.h b/test/cpp/qps/perf_db_client.h
index a22426bced..ce7a88bbff 100644
--- a/test/cpp/qps/perf_db_client.h
+++ b/test/cpp/qps/perf_db_client.h
@@ -91,7 +91,7 @@ class PerfDbClient {
double client_system_time, double client_user_time);
// sends the data to the performance database server
- bool sendData(std::string access_token, std::string test_name,
+ bool sendData(std::string hashed_id, std::string test_name,
std::string sys_info, std::string tag);
private: