This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a change to branch feature/fast_benchmarks
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git.
discard 15a720c Reducing benchmark time to a few seconds
add 7a5778a Reducing the number of servers from 4 to 2.
add 5b23f49 GEODE-6116: Set JVM flags on the VMs. (#12)
add 268d358 Renamed the packages and parameter class
add 05c82aa Removed an unknown JVM parameter
new 49c9773 Reducing benchmark time to a few seconds
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (15a720c)
\
N -- N -- N refs/heads/feature/fast_benchmarks (49c9773)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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.
Summary of changes:
.../ClientServerTopology.java} | 14 ++-----
.../BenchmarkParameters.java | 2 +-
.../geode/benchmark/parameters/JVMParameters.java | 45 ++++++++++++++++++++++
.../benchmark/tasks/CreateClientProxyRegion.java | 2 +-
.../benchmark/tasks/CreatePartitionedRegion.java | 2 +-
.../benchmark/tasks/CreateReplicatedRegion.java | 2 +-
.../geode/benchmark/tasks/PrePopulateRegion.java | 4 +-
.../apache/geode/benchmark/tasks/StartClient.java | 2 +-
.../apache/geode/benchmark/tasks/StartServer.java | 2 +-
.../geode/benchmark/tests/BenchmarkOperation.java | 27 +++++++------
.../apache/geode/benchmark/tests/GetBenchmark.java | 2 +-
.../benchmark/tests/PartitionedGetBenchmark.java | 2 +-
.../benchmark/tests/PartitionedPutBenchmark.java | 2 +-
.../apache/geode/benchmark/tests/PutBenchmark.java | 2 +-
.../benchmark/tests/ReplicatedGetBenchmark.java | 2 +-
.../benchmark/tests/ReplicatedPutBenchmark.java | 2 +-
.../tests/PartitionedGetBenchmarkTest.java | 2 +-
.../tests/PartitionedPutBenchmarkTest.java | 2 +-
.../tests/ReplicatedGetBenchmarkTest.java | 2 +-
.../tests/ReplicatedPutBenchmarkTest.java | 2 +-
infrastructure/google_cloud/run_tests.sh | 22 +++++------
21 files changed, 92 insertions(+), 52 deletions(-)
copy
geode-benchmarks/src/main/java/org/apache/geode/benchmark/{tests/GetBenchmark.java
=> configure/ClientServerTopology.java} (65%)
rename
geode-benchmarks/src/main/java/org/apache/geode/benchmark/{configurations =>
parameters}/BenchmarkParameters.java (97%)
create mode 100644
geode-benchmarks/src/main/java/org/apache/geode/benchmark/parameters/JVMParameters.java