Redis benchmark run helper can help you with the following tasks:
- Setup abd teardown of benchmarking infrastructure specified on RedisLabsModules/testing-infrastructure
- Setup and teardown of an Redis and Redis Modules DBs for benchmarking
- Management of benchmark data and specifications across different setups
- Running benchmarks and recording results
- Exporting performance results in several formats (CSV, RedisTimeSeries, JSON)
- Finding on-cpu, off-cpu, io, and threading performance problems by attaching profiling tools/probers ( perf (a.k.a. perf_events), bpf tooling, vtune )
- [SOON] Finding performance problems by attaching telemetry probes
Current supported benchmark tools:
- redisgraph-benchmark-go
- ftsb_redisearch
- redis-benchmark
- YCSB
- tsbs
- [SOON]memtier_benchmark
- [SOON]aibench
- [SOON]redis-benchmark-go
Installation is done using pip, the package installer for Python, in the following manner:
python3 -m pip install redisbench-admin
- Install pypoetry to manage your dependencies and trigger tooling.
pip install poetry
- Installing dependencies from lock file
poetry install
poetry run black .
poetry run flake8
A simple test suite is provided, and can be run with:
$ poetry run pytest
redisbench-admin is distributed under the BSD3 license - see LICENSE