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/19 18:03:33 UTC

[geode-benchmarks] branch develop updated: Disables 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 03e69ca  Disables function benchmarks.
03e69ca is described below

commit 03e69caa12e437aff2b11d098d13215d10f22fe9
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Fri Apr 19 11:03:24 2019 -0700

    Disables 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 6552688..4acdbf5 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -65,6 +65,7 @@ task benchmark(type: Test) {
     }
 
     exclude "**/*IndexedQueryBenchmark.class"
+    exclude "**/*Function*Benchmark.class"
 
     forkEvery 1