You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/11/30 00:37:10 UTC

[geode-benchmarks] 01/01: Changing benchmarks to run for 5 minutes

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

upthewaterspout pushed a commit to branch feature/5_min_benchmarks
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git

commit d62e45e0a98a44649ba3bff4f2af3d481bbe96a9
Author: Dan Smith <up...@apache.org>
AuthorDate: Thu Nov 29 16:35:51 2018 -0800

    Changing benchmarks to run for 5 minutes
---
 .../apache/geode/benchmark/configurations/BenchmarkParameters.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/configurations/BenchmarkParameters.java b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/configurations/BenchmarkParameters.java
index 9d4bd49..d13931e 100644
--- a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/configurations/BenchmarkParameters.java
+++ b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/configurations/BenchmarkParameters.java
@@ -38,12 +38,12 @@ public class BenchmarkParameters {
   /**
    * Warm up time for the benchmark running on the default runner
    */
-  public static final int WARM_UP_TIME = 30;
+  public static final int WARM_UP_TIME = 60;
 
   /**
    * Total duration for which the benchmark will run on the default runner
    */
-  public static final int BENCHMARK_DURATION = 30;
+  public static final int BENCHMARK_DURATION = 240;
 
   /**
    * String key for the server cache attribute in the TestContext's attributeTree