This is an automated email from the ASF dual-hosted git repository.

smgoller 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 3156c3d  Exclude PartitionedIndexedQueryBenchmark. (#53)
3156c3d is described below

commit 3156c3d332f1bc62c6b34fc9ec0b573235cb6f16
Author: Sean Goller <s...@goller.net>
AuthorDate: Wed Feb 13 10:16:01 2019 -0800

    Exclude PartitionedIndexedQueryBenchmark. (#53)
    
    The variance is too large on this.
    
    Authored-by: Sean Goller <sgol...@pivotal.io>
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 3820601..af8b158 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -62,6 +62,7 @@ task benchmark(type: Test) {
     }
 
     exclude "**/*Function*Benchmark.class"
+    exclude "**/PartitionedIndexQueryBenchmark.class"
     forkEvery 1
 
     systemProperty 'TEST_HOSTS', project.findProperty('hosts')

Reply via email to