Pytest plugin for automatic code performance benchmarking and optimization, integrated with codeflash.ai. Current version 0.3.0, regular updates.
pip install codeflash-benchmarkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable the plugin via pytest_plugins and run with --benchmark-only flag.
Set CODEFLASH_API_KEY in your environment.
Use explicit --benchmark-flags instead.
Install with: pip install codeflash-benchmark
Add 'pytest_plugins = ["codeflash_benchmark"]' to conftest.py or pytest.ini
No dependency data recorded yet.