Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idkosilov authored Feb 3, 2025
1 parent 9e28b8e commit 13c958c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ pip install zeroq

## Benchmarks

![benchmarks](https://raw.githubusercontent.com/idkosilov/ZeroQ/refs/heads/main/benchmark_plot.png)

The following benchmarks compare `zeroq` with Python's standard
`multiprocessing.Queue` across different payload sizes. Tests were conducted
on an **Apple M1 Pro** CPU with Python 3.11.10. Each test measures
the time for a complete `put`+`get` operation cycle (1000 iterations).
the time for a complete `put`+`get` operation cycle (1000 iterations).

![benchmarks](https://raw.githubusercontent.com/idkosilov/ZeroQ/refs/heads/main/benchmark_plot.png)

### Observations

Expand Down

0 comments on commit 13c958c

Please sign in to comment.