Skip to content

Commit d638121

Browse files
memtier_benchmark support + data preload (#66)
* [add] extended logging for action:trigger-benchmark * [wip] WIP on memtier_benchmark client support + preload support * [wip] Added memtier support and synced redisbench-admin to the latest features * [fix] Fixed docker dev dependencies * [add] memtier_benchmark integration fully validated * [add] Updated Readme badges * [fix] Fixed test_self_contained_coordinator_blocking_read() after redisbench-admin package update * [fix] Fixed CI tests CPU resource limit * [fix] fixed test_app after changing the label that triggers benchmark
1 parent f61c938 commit d638121

15 files changed

+1063
-461
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
[![codecov](https://codecov.io/gh/filipecosta90/redis-benchmarks-specification/branch/main/graph/badge.svg?token=GS64MV1H4W)](https://codecov.io/gh/filipecosta90/redis-benchmarks-specification)
3-
[![CI tests](https://github.com/filipecosta90/redis-benchmarks-specification/actions/workflows/tox.yml/badge.svg)](https://github.com/filipecosta90/redis-benchmarks-specification/actions/workflows/tox.yml)
4-
[![PyPI version](https://badge.fury.io/py/redis-benchmarks-specification.svg)](https://badge.fury.io/py/redis-benchmarks-specification)
2+
[![codecov](https://codecov.io/gh/redis/redis-benchmarks-specification/branch/main/graph/badge.svg?token=GS64MV1H4W)](https://codecov.io/gh/redis/redis-benchmarks-specification)
3+
[![CI tests](https://github.com/redis/redis-benchmarks-specification/actions/workflows/tox.yml/badge.svg)](https://github.com/redis/redis-benchmarks-specification/actions/workflows/tox.yml)
4+
[![PyPI version](https://badge.fury.io/py/redis-benchmarks-specification.svg)](https://pypi.org/project/redis-benchmarks-specification)
55

66
## Installation
77

0 commit comments

Comments
 (0)