Nicolas "Pixel" Noble преди 8 години
родител
ревизия
6f7dcd0ade
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      test/cpp/qps/qps_json_driver.cc
  2. 1 1
      test/cpp/qps/qps_openloop_test.cc
  3. 1 1
      test/cpp/qps/qps_test.cc
  4. 1 1
      test/cpp/qps/secure_sync_unary_ping_pong_test.cc

+ 1 - 1
test/cpp/qps/qps_json_driver.cc

@@ -40,10 +40,10 @@
 #include <gflags/gflags.h>
 #include <grpc/support/log.h>
 
+#include "test/cpp/qps/benchmark_config.h"
 #include "test/cpp/qps/driver.h"
 #include "test/cpp/qps/parse_json.h"
 #include "test/cpp/qps/report.h"
-#include "test/cpp/qps/benchmark_config.h"
 
 DEFINE_string(scenarios_file, "",
               "JSON file containing an array of Scenario objects");

+ 1 - 1
test/cpp/qps/qps_openloop_test.cc

@@ -36,9 +36,9 @@
 #include <grpc/support/log.h>
 
 #include "test/core/util/test_config.h"
+#include "test/cpp/qps/benchmark_config.h"
 #include "test/cpp/qps/driver.h"
 #include "test/cpp/qps/report.h"
-#include "test/cpp/qps/benchmark_config.h"
 
 namespace grpc {
 namespace testing {

+ 1 - 1
test/cpp/qps/qps_test.cc

@@ -35,9 +35,9 @@
 
 #include <grpc/support/log.h>
 
+#include "test/cpp/qps/benchmark_config.h"
 #include "test/cpp/qps/driver.h"
 #include "test/cpp/qps/report.h"
-#include "test/cpp/qps/benchmark_config.h"
 
 namespace grpc {
 namespace testing {

+ 1 - 1
test/cpp/qps/secure_sync_unary_ping_pong_test.cc

@@ -35,9 +35,9 @@
 
 #include <grpc/support/log.h>
 
+#include "test/cpp/qps/benchmark_config.h"
 #include "test/cpp/qps/driver.h"
 #include "test/cpp/qps/report.h"
-#include "test/cpp/qps/benchmark_config.h"
 
 namespace grpc {
 namespace testing {