diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 01:16:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 01:23:36 +0300 |
| commit | 3e738c6743cc50e21b4b09d77abde922ebbfc0a7 (patch) | |
| tree | c8000ff21f36a7ba00fef20c807576b696217053 /README.md | |
| parent | cb57365b211c7178e10f8b722abca3afdb65e206 (diff) | |
Perf improvements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ Stale tasks (i.e. in progress for too long) are moved back to `pending` automati I wouldn't migrate away from your production queue system just yet, but this is faster than you'd expect. Easily fast enough for some small or medium project. Turns out, creating and renaming files is pretty snappy. +Running `python benchmark.py` on a Macbook Pro M1 reports around 4500 pushed tasks/sec and 400 popped tasks/sec. Most of the time is spent opening files. + ## Unit tests ```bash |
