codeflash/codeflash-benchmark
Kevin Turcios c74782757b Merge commit '6346c740' into sync-main-batch-4
# 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
2026-02-19 21:26:23 -05:00
..
codeflash_benchmark Merge commit '6346c740' into sync-main-batch-4 2026-02-19 21:26:23 -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.