We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4204c5c commit 256d9abCopy full SHA for 256d9ab
docs/docs/optimizing-with-codeflash/benchmarking.md
@@ -67,6 +67,12 @@ Codeflash will then calculate the impact (if any) of any optimization on the per
67
68
Use `codeflash init` for an easy way to set up Codeflash as a Github Action (with the option to enable benchmark mode).
69
70
+ Otherwise, you can run the following command in your Codeflash GitHub Action:
71
+
72
+ ```bash
73
+ codeflash --benchmark
74
+ ```
75
76
77
78
## How it works
0 commit comments