Disable replicated query and function benchmarks.
Re-enable partitioned.
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 7fc2e00..6c235b3 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,8 +64,8 @@
exceptionFormat = 'full'
}
- exclude "**/Partitioned*QueryBenchmark.class"
- exclude "**/PartitionedFunctionExecution*Benchmark.class"
+ exclude "**/Replicated*QueryBenchmark.class"
+ exclude "**/ReplicatedFunctionExecution*Benchmark.class"
forkEvery 1