mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
# Conflicts: # .github/workflows/windows-unit-tests.yml # codeflash/code_utils/config_consts.py # codeflash/code_utils/instrument_existing_tests.py # codeflash/languages/python/context/unused_definition_remover.py # codeflash/languages/python/static_analysis/code_replacer.py # codeflash/optimization/function_optimizer.py # codeflash/optimization/optimizer.py # pyproject.toml |
||
|---|---|---|
| .. | ||
| codeflash_benchmark | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
CodeFlash Benchmark
A pytest benchmarking plugin for CodeFlash - automatic code performance optimization.
Installation
pip install codeflash-benchmark
Usage
This plugin provides benchmarking capabilities for pytest tests used by CodeFlash's optimization pipeline.
For more information, visit codeflash.ai.