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

upthewaterspout pushed a change to branch feature/redis-performance-testing
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git.


    from 8e36aa1  Netty and Gedis system properties.
     new ee767a1  Adding redis startup timeout
     new 23703f4  Cleaning up benchmark logging
     new 93c0c98  Logging progress every 10 seconds in the yardstick task

The 3 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.


Summary of changes:
 geode-benchmarks/build.gradle                      | 17 ++++++++--
 .../benchmark/tasks/redis/JedisClientManager.java  |  7 +++-
 .../tasks/redis/LettuceClientManager.java          |  4 +++
 .../benchmark/tasks/redis/RedisClientManager.java  |  5 ++-
 .../org/apache/geode/perftest/TestContext.java     |  6 +++-
 .../infrastructure/local/LocalInfrastructure.java  |  5 ++-
 .../infrastructure/ssh/QuietSshLoggingConfig.java  | 31 ++++++++++++++++++
 .../infrastructure/ssh/SshInfrastructure.java      |  8 ++---
 .../apache/geode/perftest/jvms/JVMLauncher.java    |  1 +
 .../geode/perftest/jvms/RemoteJVMFactory.java      |  3 +-
 .../apache/geode/perftest/jvms/rmi/ChildJVM.java   |  3 +-
 .../apache/geode/perftest/jvms/rmi/Controller.java |  9 ++++++
 .../geode/perftest/jvms/rmi/ControllerRemote.java  |  2 ++
 .../geode/perftest/runner/DefaultTestContext.java  | 19 ++++++++++-
 .../geode/perftest/runner/DefaultTestRunner.java   |  2 +-
 .../geode/perftest/yardstick/TestDoneProbe.java    |  5 +--
 .../geode/perftest/yardstick/YardstickTask.java    | 37 ++++++++++++++++++++--
 .../yardstick/hdrhistogram/HdrHistogramProbe.java  | 12 +++++--
 .../perftest/yardstick/YardstickTaskTest.java      |  2 +-
 infrastructure/scripts/aws/run_tests.sh            |  7 ++--
 20 files changed, 161 insertions(+), 24 deletions(-)
 create mode 100644 
harness/src/main/java/org/apache/geode/perftest/infrastructure/ssh/QuietSshLoggingConfig.java

Reply via email to