aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-04 08:44:03 -0700
committerGravatar GitHub <noreply@github.com>2016-11-04 08:44:03 -0700
commita938bec0367f8037b8fa766b1036c75172200d0a (patch)
tree62778263c937fd6adea67c4f17722e3d58c7fb12 /tools/run_tests/tests.json
parente8df27dbe1287750cb613276cd1148ac71a6bb05 (diff)
parent453d56317a70de43c71d7682330f33e338753380 (diff)
Merge pull request #8500 from ctiller/microbench
Integrate google_benchmark
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r--tools/run_tests/tests.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 94f95e8ab8..7f9b68fe71 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2793,6 +2793,28 @@
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
+ "gtest": false,
+ "language": "c++",
+ "name": "noop-benchmark",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "args": [],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [],
+ "flaky": false,
"gtest": true,
"language": "c++",
"name": "proto_server_reflection_test",