Enable long bench
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index c9c08d0..1ada3f5 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -69,7 +69,6 @@
   testLogging { exceptionFormat = 'full' }
 
   exclude "**/NoopBenchmark.class"
-  exclude "**/*LongBenchmark.class"
 
   forkEvery 1