Skip to content

Commit c1988da

Browse files
Merge pull request #168 from codeflash-ai/update-benchmark-docs
mention how to run benchmarks in CI manually
2 parents f2f6efe + 9f6b56c commit c1988da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docs/optimizing-with-codeflash/benchmarking.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Codeflash will then calculate the impact (if any) of any optimization on the per
6767

6868
Use `codeflash init` for an easy way to set up Codeflash as a Github Action (with the option to enable benchmark mode).
6969

70+
Otherwise, you can run the following command in your Codeflash GitHub Action:
71+
72+
```bash
73+
codeflash --benchmark
74+
```
75+
7076

7177

7278
## How it works

0 commit comments

Comments
 (0)