aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-06-08 00:54:03 -0700
committerGravatar vjpai <vpai@google.com>2015-06-08 01:01:03 -0700
commitfb613730660697f86ea30666351fb65bf72f1e8b (patch)
tree3be7af362a582f05375944bc064d4e31ae4a6e4b /tools
parent804afe6aac1011ce7353c41b7f652ca77440dd69 (diff)
Add a new test for qps openloop to make sure this code gets exercised
regularly. Also, convert qps_test to test, from benchmark
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 4aafdea46f..56b85f50fd 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -635,6 +635,24 @@
{
"flaky": false,
"language": "c++",
+ "name": "qps_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c++",
+ "name": "qps_test_openloop",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c++",
"name": "server_crash_test",
"platforms": [
"windows",