pivotal-jbarrett commented on a change in pull request #94: Configurable client 
thread count
URL: https://github.com/apache/geode-benchmarks/pull/94#discussion_r318339874
 
 

 ##########
 File path: geode-benchmarks/build.gradle
 ##########
 @@ -79,6 +79,7 @@ task benchmark(type: Test) {
     systemProperty 'withSsl', project.hasProperty('withSsl')
     systemProperty 'withSecurityManager', 
project.hasProperty('withSecurityManager')
     systemProperty 'benchmark.profiler.argument', 
project.findProperty('benchmark.profiler.argument')
+    systemProperty 'clientThreadCount', 
project.findProperty('clientThreadCount')
 
 Review comment:
   Let's change this to "workloadThreadCount" as this is the number of threads 
the workload phase will use and we can have workloads on the server or the 
client.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to