mirror of https://github.com/tqdm/tqdm.git
8f8560c945 | ||
---|---|---|
.. | ||
README.md | ||
__init__.py | ||
benchmarks.py |
README.md
Benchmarks
These benchmarks serve two purposes:
- Thorough performance tests against regression
tqdm
tqdm(miniters=manually_optimised, smoothing=0)
no-progress
(empty loop without progress wrapper)
- Compare
tqdm
's speed to popular alternatives
Performance graphs are available at https://tqdm.github.io/tqdm
Running
These benchmarks are run automatically for all releases and pull requests.
To run locally:
- conda/pip install
virtualenv
andasv
- clone this repository
- run
asv --help
in the repository root (one directory above this file)