You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2019/02/12 22:14:59 UTC

[geode-benchmarks] branch GEODE-6394 updated: try to disable function benchmarks.

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

heybales pushed a commit to branch GEODE-6394
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/GEODE-6394 by this push:
     new bf3ca3c  try to disable function benchmarks.
bf3ca3c is described below

commit bf3ca3c162a5f5b1fa9ad3aaccf932fd82fcd606
Author: Helena A. Bales <hb...@pivotal.io>
AuthorDate: Tue Feb 12 14:13:44 2019 -0800

    try to disable function benchmarks.
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

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