Skip to content

Files

Latest commit

b40e3af · Apr 28, 2025

History

History

benchmarks

Benchmarks

pip install arq && python benchmarks/simple.py arq
pip install saq && python benchmarks/simple.py saq
pip install saq && python benchmarks/simple.py saq_pg
pip install rq && python benchmarks/simple.py rq

Results

N = 1000, Results in seconds

Workflow saq saq pg arq rq
enqueue 0.09466 0.13525 0.15670 0.21894
noop 0.40511 0.50827 5.02181 15.0959
sleep 2.92441 2.82538 29.5913 80.0692