mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
resolve some comments
This commit is contained in:
parent
1cf86fc050
commit
15b842f0b6
2 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@
|
|||
{
|
||||
"group": "✨ Continuous Optimization",
|
||||
"pages": [
|
||||
"optimizing-with-codeflash/review-optimizations",
|
||||
"optimizing-with-codeflash/codeflash-github-actions",
|
||||
"optimizing-with-codeflash/benchmarking"
|
||||
"optimizing-with-codeflash/benchmarking",
|
||||
"optimizing-with-codeflash/review-optimizations"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ This command will:
|
|||
Once optimizations are staged, you can:
|
||||
- Review each optimization individually
|
||||
- Compare original and optimized code side-by-side
|
||||
- Create pull requests for selected optimizations directly from the staging interface
|
||||
- Edit the code of staged optimizations
|
||||
- Create pull requests for selected optimizations directly from the staging interface
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue