.gitignore
CHEATSHEET.md
CREDITS.md
LICENSE_PYTHON
NOTICE
QUICKSTART.md
README.md
USAGE_GUIDE.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/test.yml
benchmark_ips/__init__.py
benchmark_ips/compare.py
benchmark_ips/helpers.py
benchmark_ips/job.py
benchmark_ips/job_entry.py
benchmark_ips/report.py
benchmark_ips/timing.py
benchmark_ips.egg-info/PKG-INFO
benchmark_ips.egg-info/SOURCES.txt
benchmark_ips.egg-info/dependency_links.txt
benchmark_ips.egg-info/requires.txt
benchmark_ips.egg-info/top_level.txt
benchmark_ips/stats/__init__.py
benchmark_ips/stats/sd.py
benchmark_ips/stats/stats_metric.py
examples/README.md
examples/advanced_performance.py
examples/context_manager.py
examples/demo.py
examples/fast_vs_slow.py
examples/my_first_benchmark.py
examples/python_idioms_benchmark.py
examples/quick.py
examples/simple.py
examples/slow_vs_fast_demo.py
tests/__init__.py
tests/test_benchmark_ips.py