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 ebffa13  Ignore PartitionedFunctionExecutionBenchmark
ebffa13 is described below

commit ebffa13ef270010b52a6090bc97f0adfab4e3c4a
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Tue Sep 17 14:56:51 2019 -0700

    Ignore PartitionedFunctionExecutionBenchmark
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index ce952a9..3b80ea7 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -62,6 +62,7 @@ task benchmark(type: Test) {
   testLogging { exceptionFormat = 'full' }
 
   exclude "**/*NonIndexedQueryBenchmark.class"
+  exclude "**/PartitionedFunctionExecutionBenchmark.class"
 
   forkEvery 1
 

Reply via email to