aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-08 08:29:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-08 08:29:26 -0700
commit9b015dcf86a400ce6627332cb016fc4c2f32453f (patch)
treee6655ed185058388dfd076a93e6965dd3eaa97a9 /build.json
parentf7ad9a0a1b6d7a2926a0323bb1fb4c970ba55b36 (diff)
parent4251aad3eb7bbc9220c8b4a8064da82416409ab3 (diff)
Merge branch 'standalone_benchmarks' of https://github.com/dgquintas/grpc into dgquintas-standalone_benchmarks
Diffstat (limited to 'build.json')
-rw-r--r--build.json58
1 files changed, 56 insertions, 2 deletions
diff --git a/build.json b/build.json
index 7cf9231486..932e82a6c0 100644
--- a/build.json
+++ b/build.json
@@ -1795,6 +1795,24 @@
]
},
{
+ "name": "async_unary_ping_pong_test",
+ "build": "test",
+ "run": false,
+ "language": "c++",
+ "src": [
+ "test/cpp/qps/async_unary_ping_pong_test.cc"
+ ],
+ "deps": [
+ "qps",
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "channel_arguments_test",
"build": "test",
"language": "c++",
@@ -2086,12 +2104,12 @@
]
},
{
- "name": "qps_smoke_test",
+ "name": "qps_test",
"build": "test",
"run": false,
"language": "c++",
"src": [
- "test/cpp/qps/smoke_test.cc"
+ "test/cpp/qps/qps_test.cc"
],
"deps": [
"qps",
@@ -2141,6 +2159,42 @@
]
},
{
+ "name": "sync_streaming_ping_pong_test",
+ "build": "test",
+ "run": false,
+ "language": "c++",
+ "src": [
+ "test/cpp/qps/sync_streaming_ping_pong_test.cc"
+ ],
+ "deps": [
+ "qps",
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
+ "name": "sync_unary_ping_pong_test",
+ "build": "test",
+ "run": false,
+ "language": "c++",
+ "src": [
+ "test/cpp/qps/sync_unary_ping_pong_test.cc"
+ ],
+ "deps": [
+ "qps",
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "thread_pool_test",
"build": "test",
"language": "c++",