Run benchamrks to ensure zero bitrot

pull/8500/head
Craig Tiller 9 years ago
parent d8a2fa012a
commit 5282cdb025
  1. 2
      Makefile
  2. 1
      build.yaml
  3. 21
      tools/run_tests/tests.json

@ -1832,6 +1832,8 @@ test_cxx: buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing mock_test"
$(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 )
$(E) "[RUN] Testing noop-benchmark"
$(Q) $(BINDIR)/$(CONFIG)/noop-benchmark || ( echo test noop-benchmark failed ; exit 1 )
$(E) "[RUN] Testing proto_server_reflection_test"
$(Q) $(BINDIR)/$(CONFIG)/proto_server_reflection_test || ( echo test proto_server_reflection_test failed ; exit 1 )
$(E) "[RUN] Testing qps_openloop_test"

@ -3109,7 +3109,6 @@ targets:
- gpr
- name: noop-benchmark
build: test
run: false
language: c++
src:
- test/cpp/microbenchmarks/noop-benchmark.cc

@ -2559,6 +2559,27 @@
"windows"
]
},
{
"args": [],
"ci_platforms": [
"linux",
"mac",
"posix",
"windows"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"flaky": false,
"gtest": false,
"language": "c++",
"name": "noop-benchmark",
"platforms": [
"linux",
"mac",
"posix",
"windows"
]
},
{
"args": [],
"ci_platforms": [

Loading…
Cancel
Save