File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
optimizing-with-codeflash Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
{
40
40
"group" : " ✨ Continuous Optimization" ,
41
41
"pages" : [
42
- " optimizing-with-codeflash/review-optimizations" ,
43
42
" optimizing-with-codeflash/codeflash-github-actions" ,
44
- " optimizing-with-codeflash/benchmarking"
43
+ " optimizing-with-codeflash/benchmarking" ,
44
+ " optimizing-with-codeflash/review-optimizations"
45
45
]
46
46
},
47
47
{
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ This command will:
54
54
Once optimizations are staged, you can:
55
55
- Review each optimization individually
56
56
- Compare original and optimized code side-by-side
57
- - Create pull requests for selected optimizations directly from the staging interface
58
57
- Edit the code of staged optimizations
58
+ - Create pull requests for selected optimizations directly from the staging interface
59
59
60
60
![ Edited Code] ( ../images/edited-code.png )
61
61
You can’t perform that action at this time.
0 commit comments