mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
16 lines
395 B
Markdown
16 lines
395 B
Markdown
|
|
# 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).
|