Sidekiq load benchmark in Rust — throughput and latency (p50→p99.99) against any Redis
2.6K
A benchmarking tool for the Sidekiq job queue protocol, written in Rust. Measures enqueue/dequeue throughput and latency against Redis.
docker pull redis/sidekiq-benchmark
# Start Redis
docker run -d --name redis redis:8.6
# Run benchmark
docker run --rm --link redis:redis redis/sidekiq-benchmark --uri redis://redis:6379 --jobs 100000 --concurrency 50
https://github.com/redis-performance/sidekiq-rs
Licensed under MIT.
Content type
Image
Digest
sha256:a3baca368…
Size
5.5 MB
Last updated
about 2 months ago
docker pull redis/sidekiq-benchmark:sha-917a9c9Pulls:
193
Last week