codeflash/codeflash-benchmark
KRRT7 fa452f2f31 fix: update license format to use license-files
Replace deprecated license table format with modern license-files array
in both main package and codeflash-benchmark subpackage. This resolves
the setuptools deprecation warning about TOML table license format.

Changes:
- Use license-files = ["LICENSE"] instead of license = {text = "BSL-1.1"}
- Add LICENSE file to root directory
- Add LICENSE and README.md to codeflash-benchmark/
2026-02-17 05:54:21 +00:00
..
codeflash_benchmark cond addopts 2025-08-24 01:59:48 -05:00
LICENSE fix: update license format to use license-files 2026-02-17 05:54:21 +00:00
pyproject.toml fix: update license format to use license-files 2026-02-17 05:54:21 +00: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.