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 5b8f44b locking at 16 threads
5b8f44b is described below
commit 5b8f44b13c5849134d79df1c4e7932f3d3330849
Author: Brian Rowe <[email protected]>
AuthorDate: Wed Dec 19 10:37:08 2018 -0800
locking at 16 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 39912cb..d9a2906 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 = 4;
+ int threads = 16;
public WorkloadConfig() {}