diff --git a/README.md b/README.md index abc4601..ecd5f7e 100644 --- a/README.md +++ b/README.md @@ -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