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/07 18:10:05 UTC

[geode-benchmarks] branch develop updated (fc91b8c -> 3ddc401)

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 fc91b8c  Don't prompt for input when destroying GCP cluster
     add 3ddc401  GEODE-6084/6085: New benchmarks

No new revisions were added by this update.

Summary of changes:
 .../benchmark/tests/PartitionedGetBenchmark.java    |  8 ++++++++
 .../benchmark/tests/PartitionedPutBenchmark.java    | 11 +++++++++++
 ...etBenchmark.java => ReplicatedGetBenchmark.java} | 20 ++++++++++++++------
 ...utBenchmark.java => ReplicatedPutBenchmark.java} | 21 ++++++++++++++++-----
 ...arkTest.java => ReplicatedGetBenchmarkTest.java} |  4 ++--
 ...arkTest.java => ReplicatedPutBenchmarkTest.java} |  4 ++--
 6 files changed, 53 insertions(+), 15 deletions(-)
 copy geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/{PartitionedGetBenchmark.java => ReplicatedGetBenchmark.java} (79%)
 copy geode-benchmarks/src/main/java/org/apache/geode/benchmark/tests/{PartitionedPutBenchmark.java => ReplicatedPutBenchmark.java} (78%)
 copy geode-benchmarks/src/test/java/org/apache/geode/benchmark/tests/{PartitionedGetBenchmarkTest.java => ReplicatedGetBenchmarkTest.java} (92%)
 copy geode-benchmarks/src/test/java/org/apache/geode/benchmark/tests/{PartitionedPutBenchmarkTest.java => ReplicatedPutBenchmarkTest.java} (92%)