Add benchmarks for speedups (#473)

* Add benchmarks for speedups

* Update README.md

* Update README.md

Co-authored-by: Teemu R. <tpr@iki.fi>

* relo

* Update README.md

* document benchmark

* Update README.md

---------

Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
J. Nick Koston
2023-07-01 18:03:50 -05:00
committed by GitHub
parent b83986bd51
commit fde156c859
6 changed files with 231 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ If you are using cpython, it is recommended to install with `[speedups]` to enab
pip install python-kasa[speedups]
```
With `[speedups]`, the protocol overhead is roughly an order of magnitude lower (benchmarks available in devtools).
Alternatively, you can clone this repository and use poetry to install the development version:
```
git clone https://github.com/python-kasa/python-kasa.git