aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_json_driver.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-19 09:00:25 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-19 09:00:25 -0700
commitdc1b51e6b380ecea72622aca9c6677dfab556a13 (patch)
treee3aa0f60cf235052bdc555d12f60df41a74798a9 /test/cpp/qps/qps_json_driver.cc
parent24e820762a9c6b8a5c4179ea39571d0f1a3b5d2c (diff)
clang fmt
Diffstat (limited to 'test/cpp/qps/qps_json_driver.cc')
-rw-r--r--test/cpp/qps/qps_json_driver.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index 6fcdaeb974..590c22ec29 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -16,8 +16,8 @@
*
*/
-#include <iostream>
#include <fstream>
+#include <iostream>
#include <memory>
#include <set>
@@ -58,8 +58,7 @@ DEFINE_string(qps_server_target_override, "",
"Override QPS server target to configure in client configs."
"Only applicable if there is a single benchmark server.");
-DEFINE_string(json_file_out, "",
- "File to write the JSON output to.");
+DEFINE_string(json_file_out, "", "File to write the JSON output to.");
namespace grpc {
namespace testing {