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/20 20:32:15 UTC

[geode-benchmarks] branch gcpscaletest updated: 256 threads with thread local true

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


The following commit(s) were added to refs/heads/gcpscaletest by this push:
     new d0bb31c  256 threads with thread local true
d0bb31c is described below

commit d0bb31cd9c9cfeec93e05d7056fe6466083c34b1
Author: Brian Rowe <br...@pivotal.io>
AuthorDate: Thu Dec 20 12:31:52 2018 -0800

    256 threads with thread local true
---
 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 ea066b7..c1bbbbb 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 = 96;
+  int threads = 256;
 
   public WorkloadConfig() {}