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/29 22:51:16 UTC

[geode-benchmarks] 01/02: Removing unused parameters

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

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

commit c1bdf62b0bc6ad23faf15f3a60e62fd9fec48bb2
Author: Dan Smith <up...@apache.org>
AuthorDate: Thu Nov 29 13:04:34 2018 -0800

    Removing unused parameters
---
 .../geode/benchmark/configurations/BenchmarkParameters.java    | 10 ----------
 1 file changed, 10 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 e090d23..9d4bd49 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
@@ -59,14 +59,4 @@ public class BenchmarkParameters {
    * Key range on which all the region operations are conducted on a minimal runner
    */
   public static final long KEY_RANGE_FOR_MINIMAL_RUNNER = 5;
-
-  /**
-   * Warm up time for the benchmark running on the minimal runner
-   */
-  public static final int WARM_UP_TIME_FOR_MINIMAL_RUNNER = 5;
-
-  /**
-   * Total duration for which the benchmark will run on the minimal runner
-   */
-  public static final int BENCHMARK_DURATION_FOR_MINIMAL_RUNNER = 5;
 }