codeflash/codeflash-benchmark
Kevin Turcios 992e91abc7 fix: prevent ruff auto-format from rewriting version.py placeholders
uv-dynamic-versioning rewrites version.py on every `uv run`, so the
ruff auto-format job was inadvertently committing dev version strings.
Restore version.py files after formatting and revert the ones already
changed on this branch.
2026-04-09 23:21:25 -05:00
..
codeflash_benchmark fix: prevent ruff auto-format from rewriting version.py placeholders 2026-04-09 23:21:25 -05:00
LICENSE fix: update license format to use license-files 2026-02-17 05:54:21 +00:00
pyproject.toml chore: bump codeflash-benchmark version to 0.3.0 2026-02-18 17:45:55 -05:00
README.md fix: update license format to use license-files 2026-02-17 05:54:21 +00:00

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.