aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.json b/build.json
index 28a5b4b740..39e61d2822 100644
--- a/build.json
+++ b/build.json
@@ -2130,7 +2130,7 @@
},
{
"name": "qps_driver",
- "build": "tool",
+ "build": "benchmark",
"language": "c++",
"src": [
"test/cpp/qps/qps_driver.cc"
@@ -2148,8 +2148,7 @@
},
{
"name": "qps_test",
- "build": "test",
- "run": false,
+ "build": "benchmark",
"language": "c++",
"src": [
"test/cpp/qps/qps_test.cc"
@@ -2161,12 +2160,13 @@
"grpc++",
"grpc",
"gpr_test_util",
- "gpr"
+ "gpr",
+ "grpc++_test_config"
]
},
{
"name": "qps_worker",
- "build": "tool",
+ "build": "benchmark",
"language": "c++",
"headers": [
"test/cpp/qps/client.h",