You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2019/01/08 18:04:41 UTC

[geode-benchmarks] branch GEODE-6191 created (now 878fc9d)

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

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


      at 878fc9d  run with 4 threads

This branch includes the following new commits:

     new 878fc9d  run with 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: run with 4 threads

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

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

commit 878fc9d2e60aea1ec3d35766ead013cd6e81f772
Author: Helena A. Bales <hb...@pivotal.io>
AuthorDate: Tue Jan 8 10:01:31 2019 -0800

    run with 4 threads
---
 .../java/org/apache/geode/benchmark/tests/PartitionedPutBenchmark.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/PartitionedPutBenchmark.java b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/PartitionedPutBenchmark.java
index 3357a17..bfae9f0 100644
--- a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/PartitionedPutBenchmark.java
+++ b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/PartitionedPutBenchmark.java
@@ -53,6 +53,7 @@ public class PartitionedPutBenchmark implements PerformanceTest {
   public TestConfig configure() {
     TestConfig config = GeodeBenchmark.createConfig();
     ClientServerTopology.configure(config);
+    config.threads(4);
     config.before(new CreatePartitionedRegion(), SERVER);
     config.before(new CreateClientProxyRegion(), CLIENT);
     config.before(new PrePopulateRegion(keyRange), SERVER);