Run benchamrks to ensure zero bitrot
diff --git a/Makefile b/Makefile
index 388d991..4235415 100644
--- a/Makefile
+++ b/Makefile
@@ -1832,6 +1832,8 @@
 	$(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"
diff --git a/build.yaml b/build.yaml
index a872c40..b261ca1 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3109,7 +3109,6 @@
   - gpr
 - name: noop-benchmark
   build: test
-  run: false
   language: c++
   src:
   - test/cpp/microbenchmarks/noop-benchmark.cc
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 938aa2e..06cc30b 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2570,6 +2570,27 @@
     "cpu_cost": 1.0, 
     "exclude_configs": [], 
     "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": [], 
+    "flaky": false, 
     "gtest": true, 
     "language": "c++", 
     "name": "proto_server_reflection_test",