You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2018/12/04 22:30:40 UTC

[geode-benchmarks] branch develop updated (2081101 -> e146df2)

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

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


    from 2081101  Removed unsupported JVM parameter.
     add e146df2  Changed the way lib directories are created.

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/benchmark/parameters/JVMParameters.java   |  1 +
 .../geode/perftest/infrastructure/Infrastructure.java      |  6 ++++--
 .../perftest/infrastructure/local/LocalInfrastructure.java |  5 ++++-
 .../perftest/infrastructure/ssh/SshInfrastructure.java     | 10 ++++++----
 .../java/org/apache/geode/perftest/jvms/JVMLauncher.java   | 12 ++++++------
 .../java/org/apache/geode/perftest/jvms/JVMMapping.java    |  4 ++++
 .../org/apache/geode/perftest/jvms/RemoteJVMFactory.java   | 14 ++++++++++----
 .../geode/perftest/jvms/classpath/ClassPathCopier.java     |  6 ++++--
 .../infrastructure/local/LocalInfrastructureTest.java      |  2 +-
 .../perftest/infrastructure/ssh/SshInfrastructureTest.java |  4 ++--
 .../apache/geode/perftest/jvms/RemoteJVMFactoryTest.java   |  2 +-
 11 files changed, 43 insertions(+), 23 deletions(-)