Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/docs/optimizing-with-codeflash/benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading