pytest-benchmark
tool for inspecting benchmark data from pytest-benchmark
Install
- All systems
-
curl cmd.cat/pytest-benchmark.sh
- Debian
-
apt-get install pytest-benchmark
- Ubuntu
-
apt-get install pytest-benchmark
- Arch Linux
-
pacman -S pytest-benchmark
- Kali Linux
-
apt-get install pytest-benchmark
- Fedora
-
dnf install pytest-benchmark
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pytest-benchmark
- Dockerfile
- dockerfile.run/pytest-benchmark
pytest-benchmark
tool for inspecting benchmark data from pytest-benchmark
This package provides a command line util for inspecting benchmark data generated by the pytest-benchmark fixture. It allows one to display benchmark data as well as generate histograms or csv exports.
python3-pytest-benchmark
pytest fixture for benchmarking code (Python 3)
This plugin provides a benchmark fixture. This fixture is a callable object that will benchmark any function passed to it. Notable features and goals: - Sensible defaults and automatic calibration for microbenchmarks - Good integration with pytest - Comparison and regression tracking - Exhausive statistics - JSON export This package installs the library for Python 3.
python-pytest-benchmark
pytest fixture for benchmarking code (Python 2)
This plugin provides a benchmark fixture. This fixture is a callable object that will benchmark any function passed to it. Notable features and goals: - Sensible defaults and automatic calibration for microbenchmarks - Good integration with pytest - Comparison and regression tracking - Exhausive statistics - JSON export This package installs the library for Python 2.