GitHub - tidwall/cache-benchmarks: Benchmarking Memcache, Redis, Valkey, Dragonfly, and Garnet caching software.
Cache Benchmarks
These benchmarks measure thoughput, latency, and CPU cycles for
Memcache,
Redis,
Valkey,
Dragonfly, and
Garnet.
Persistance is turned off for all caches, no disk operations.
All connections are local, UNIX named pipes.
The hardware is an AWS c8g.8xlarge (32 core non-NUMA ARM64).
The benchmarking tool is memtier_benchmark.
Includes pipelining for 1, 10, 25, and 50.
Each benchmark has 31 runs. About 15K total runs.
The median of the 31 is used for graphing.
Latency is measured in ...
Read more at github.com