resolve some comments

This commit is contained in:
HeshamHM28 2025-08-21 18:23:25 +03:00
parent 1cf86fc050
commit 15b842f0b6
2 changed files with 3 additions and 3 deletions

View file

@ -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"
]
},
{

View file

@ -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
![Edited Code](../images/edited-code.png)