This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from ec0c1a2 GEODE-7859 Increase timeout for channel subscription (#4782)
add 9e093c1 GEODE-7854 Update Geode Redis benchmark scripts (#4779)
No new revisions were added by this update.
Summary of changes:
geode-redis/README.md | 81 ++++++++-------
geode-redis/src/performanceTest/aggregator.sh | 91 ----------------
geode-redis/src/performanceTest/benchmark.sh | 115 +++++++++------------
.../{benchmark.sh => environment-setup.sh} | 12 ++-
.../{shacompare.sh => execute-operation.sh} | 52 +++++-----
geode-redis/src/performanceTest/shacompare.sh | 6 +-
.../src/performanceTest/summarize-batch-results.sh | 72 +++++++++++++
.../performanceTest/summarize-operation-results.sh | 61 +++++++++++
8 files changed, 264 insertions(+), 226 deletions(-)
delete mode 100644 geode-redis/src/performanceTest/aggregator.sh
mode change 100644 => 100755 geode-redis/src/performanceTest/benchmark.sh
copy geode-redis/src/performanceTest/{benchmark.sh => environment-setup.sh}
(88%)
mode change 100644 => 100755
copy geode-redis/src/performanceTest/{shacompare.sh => execute-operation.sh}
(50%)
mode change 100644 => 100755
mode change 100644 => 100755 geode-redis/src/performanceTest/shacompare.sh
create mode 100755 geode-redis/src/performanceTest/summarize-batch-results.sh
create mode 100755
geode-redis/src/performanceTest/summarize-operation-results.sh