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:20:23 UTC

[geode-benchmarks] branch develop updated: 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 4aee6e2  Enable long bench
4aee6e2 is described below

commit 4aee6e218dd16c2d41f0f9e0b009236b349e2aae
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Tue Jul 14 23:20:12 2020 -0700

    Enable long bench
---
 geode-benchmarks/build.gradle | 1 -
 1 file changed, 1 deletion(-)

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