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 23ddba4  Disable *IndexedQueryBenchmark
23ddba4 is described below

commit 23ddba4566d25972908b91b99887a90112da7bb9
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Thu Apr 18 16:39:28 2019 -0700

    Disable *IndexedQueryBenchmark
    
    Currently unstable.
---
 geode-benchmarks/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to