This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/develop by this push:
new 689a997 Disable replicated query and function benchmarks.
689a997 is described below
commit 689a997cf0e5c6e0e6116ae15e423a16e28b874e
Author: Jacob Barrett <[email protected]>
AuthorDate: Thu Apr 25 20:02:19 2019 -0700
Disable replicated query and function benchmarks.
Re-enable partitioned.
---
geode-benchmarks/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 @@ task benchmark(type: Test) {
exceptionFormat = 'full'
}
- exclude "**/Partitioned*QueryBenchmark.class"
- exclude "**/PartitionedFunctionExecution*Benchmark.class"
+ exclude "**/Replicated*QueryBenchmark.class"
+ exclude "**/ReplicatedFunctionExecution*Benchmark.class"
forkEvery 1