pull/11505/head
ncteisen 8 years ago
parent 24e820762a
commit dc1b51e6b3
  1. 5
      test/cpp/qps/qps_json_driver.cc

@ -16,8 +16,8 @@
* *
*/ */
#include <iostream>
#include <fstream> #include <fstream>
#include <iostream>
#include <memory> #include <memory>
#include <set> #include <set>
@ -58,8 +58,7 @@ DEFINE_string(qps_server_target_override, "",
"Override QPS server target to configure in client configs." "Override QPS server target to configure in client configs."
"Only applicable if there is a single benchmark server."); "Only applicable if there is a single benchmark server.");
DEFINE_string(json_file_out, "", DEFINE_string(json_file_out, "", "File to write the JSON output to.");
"File to write the JSON output to.");
namespace grpc { namespace grpc {
namespace testing { namespace testing {

Loading…
Cancel
Save