Reproducible benchmarks comparing Runqy against other task queue systems.
- Runqy (Go) - v0.2.x
- Celery (Python) - v5.x with Redis broker
- BullMQ (Node.js) - v5.x with Redis
- Throughput: Jobs processed per second
- Latency: P50, P95, P99 response times
- Memory: Peak memory usage under load
- Cold Start: Time to first job processed
- Simple Job: Minimal payload, no processing
- CPU-bound: JSON serialization/computation
- I/O Simulation: Simulated async delay
docker compose up -d
python scripts/run_benchmarks.pySee results/ for JSON data and charts/ for generated graphs.
Benchmarks by Akari 🦊 for Runqy