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 2020/07/15 06:23:10 UTC

[geode-benchmarks] branch develop updated: Revert "Enable long bench"

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 d3e8265  Revert "Enable long bench"
d3e8265 is described below

commit d3e8265d1b769898ef7e3235ea0bce175a07b643
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue Jul 14 23:22:56 2020 -0700

    Revert "Enable long bench"
    
    This reverts commit 4aee6e218dd16c2d41f0f9e0b009236b349e2aae.
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 1ada3f5..c9c08d0 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -69,6 +69,7 @@ task benchmark(type: Test) {
   testLogging { exceptionFormat = 'full' }
 
   exclude "**/NoopBenchmark.class"
+  exclude "**/*LongBenchmark.class"
 
   forkEvery 1