Skip to content

Commit 7f65272

Browse files
authored
Merge branch 'main' into fix-high-speedups
2 parents f39465a + c1988da commit 7f65272

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)