aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.json b/build.json
index f97ff687e3..590d6f8c8e 100644
--- a/build.json
+++ b/build.json
@@ -1834,15 +1834,15 @@
]
},
{
- "name": "qps_driver",
+ "name": "qps_client_async",
"build": "test",
"run": false,
"language": "c++",
"src": [
- "test/cpp/qps/qps_driver.cc"
+ "test/cpp/qps/qpstest.proto",
+ "test/cpp/qps/client_async.cc"
],
"deps": [
- "qps",
"grpc++_test_util",
"grpc_test_util",
"grpc++",
@@ -1852,15 +1852,15 @@
]
},
{
- "name": "qps_client_async",
+ "name": "qps_driver",
"build": "test",
"run": false,
"language": "c++",
"src": [
- "test/cpp/qps/qpstest.proto",
- "test/cpp/qps/client_async.cc"
+ "test/cpp/qps/qps_driver.cc"
],
"deps": [
+ "qps",
"grpc++_test_util",
"grpc_test_util",
"grpc++",