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:08:00 UTC

[geode-benchmarks] branch gcpscaletest updated: 96 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 6d094d2  96 threads with thread local true
6d094d2 is described below

commit 6d094d266bec98ea057ad11721f0c004935e757c
Author: Brian Rowe <br...@pivotal.io>
AuthorDate: Thu Dec 20 12:07:49 2018 -0800

    96 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 568664d..ea066b7 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 = 64;
+  int threads = 96;
 
   public WorkloadConfig() {}