You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by wi...@apache.org on 2018/12/18 18:12:15 UTC

[geode-benchmarks] branch gcpscaletest created (now bfa9569)

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

wirebaron pushed a change to branch gcpscaletest
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git.


      at bfa9569  fixing at 4 threads

This branch includes the following new commits:

     new bfa9569  fixing at 4 threads

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode-benchmarks] 01/01: fixing at 4 threads

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bfa95697ee3a4fe23a6ab8825555b91686cd8a33
Author: Brian Rowe <br...@pivotal.io>
AuthorDate: Tue Dec 18 10:11:57 2018 -0800

    fixing at 4 threads
---
 harness/src/main/java/org/apache/geode/perftest/WorkloadConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/harness/src/main/java/org/apache/geode/perftest/WorkloadConfig.java b/harness/src/main/java/org/apache/geode/perftest/WorkloadConfig.java
index 0c86347..39912cb 100644
--- a/harness/src/main/java/org/apache/geode/perftest/WorkloadConfig.java
+++ b/harness/src/main/java/org/apache/geode/perftest/WorkloadConfig.java
@@ -32,7 +32,7 @@ import org.apache.geode.perftest.yardstick.YardstickTask;
 public class WorkloadConfig implements Serializable {
   long durationSeconds = 1;
   long warmupSeconds = 0;
-  int threads = Runtime.getRuntime().availableProcessors() * 2;
+  int threads = 4;
 
   public WorkloadConfig() {}