mention how to run benchmarks in CI manually

This commit is contained in:
Saurabh Misra 2025-04-22 17:09:46 -07:00
parent 4204c5cec9
commit 256d9abfa2

View file

@ -67,6 +67,12 @@ Codeflash will then calculate the impact (if any) of any optimization on the per
Use `codeflash init` for an easy way to set up Codeflash as a Github Action (with the option to enable benchmark mode).
Otherwise, you can run the following command in your Codeflash GitHub Action:
```bash
codeflash --benchmark
```
## How it works