You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/04/26 03:00:55 UTC

[geode-benchmarks] branch develop updated: Disable partitioned query and function benchmarks.

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 71f0411  Disable partitioned query and function benchmarks.
71f0411 is described below

commit 71f0411df1ed763d34f54a659d35d73c556018ee
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Apr 25 20:00:46 2019 -0700

    Disable partitioned query and function benchmarks.
---
 geode-benchmarks/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 6552688..7fc2e00 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,7 +64,8 @@ task benchmark(type: Test) {
         exceptionFormat = 'full'
     }
 
-    exclude "**/*IndexedQueryBenchmark.class"
+    exclude "**/Partitioned*QueryBenchmark.class"
+    exclude "**/PartitionedFunctionExecution*Benchmark.class"
 
     forkEvery 1