Metadata-Version: 2.4
Name: codeflash-benchmark
Version: 0.3.0
Summary: Pytest benchmarking plugin for codeflash.ai - automatic code performance optimization
Author-email: "CodeFlash Inc." <contact@codeflash.ai>
Project-URL: Homepage, https://codeflash.ai
Project-URL: Repository, https://github.com/codeflash-ai/codeflash-benchmark
Keywords: codeflash,benchmark,pytest,performance,testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest!=8.3.4,>=7.0.0
Dynamic: license-file

# CodeFlash Benchmark

A pytest benchmarking plugin for [CodeFlash](https://codeflash.ai) - automatic code performance optimization.

## Installation

```bash
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](https://codeflash.ai).
