You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2020/03/05 19:26:13 UTC

[geode] branch develop updated (838e070 -> b57456e)

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 838e070  GEODE-7840: Redis pub/sub does not handle binary messages correctly (#4762)
     add b57456e  GEODE-7841 Add benchmarking scripts for Geode-Redis module (#4763)

No new revisions were added by this update.

Summary of changes:
 geode-redis/README.md                         |  71 ++++++++++++++++
 geode-redis/src/performanceTest/aggregator.sh |  91 ++++++++++++++++++++
 geode-redis/src/performanceTest/benchmark.sh  | 116 ++++++++++++++++++++++++++
 geode-redis/src/performanceTest/shacompare.sh |  59 +++++++++++++
 4 files changed, 337 insertions(+)
 create mode 100644 geode-redis/README.md
 create mode 100644 geode-redis/src/performanceTest/aggregator.sh
 create mode 100644 geode-redis/src/performanceTest/benchmark.sh
 create mode 100644 geode-redis/src/performanceTest/shacompare.sh