Skip to content

Commit 256d9ab

Browse files
committed
mention how to run benchmarks in CI manually
1 parent 4204c5c commit 256d9ab

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)