aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorJakob Buchgraber <buchgr@google.com>2015-02-10 16:01:26 -0800
committerJakob Buchgraber <buchgr@google.com>2015-02-11 17:47:45 -0800
commit3fd7d0675cd8ec60f6c6f46a01266c04be65f7c2 (patch)
tree09e95fe404652280eee8fc9d29fe2a6f7fe1b205 /settings.gradle
parent127270bd5f58c59a14ef5badd3bcf290c233759d (diff)
downloadgrpc-grpc-java-3fd7d0675cd8ec60f6c6f46a01266c04be65f7c2.tar.gz
Add QPS Client to perform throughput and latency tests.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 41d99c09e..1175a681d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -8,6 +8,7 @@ include ":grpc-testing"
include ":grpc-compiler"
include ":grpc-integration-testing"
include ":grpc-all"
+include ":grpc-benchmarks"
project(':grpc-core').projectDir = "$rootDir/core" as File
project(':grpc-stub').projectDir = "$rootDir/stub" as File
@@ -18,3 +19,4 @@ project(':grpc-testing').projectDir = "$rootDir/testing" as File
project(':grpc-compiler').projectDir = "$rootDir/compiler" as File
project(':grpc-integration-testing').projectDir = "$rootDir/integration-testing" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
+project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File