-
Notifications
You must be signed in to change notification settings - Fork 22
Optimization effort #978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Optimization effort #978
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
fixes CF-938
PR Type
Enhancement
Description
Introduce effort-based optimization levels
Replace static candidate/test counts
Add CLI flag for effort selection
Simplify git worktree utilities
Diagram Walkthrough
File Walkthrough
aiservice.py
Align API payloads to effort-based candidate keyscodeflash/api/aiservice.py
n_candidatesin payloadn_candidates_lpfor line profiler payloadcli.py
Add effort level CLI flagcodeflash/cli_cmds/cli.py
--effortCLI optionconfig_consts.py
Introduce effort-based configuration utilitiescodeflash/code_utils/config_consts.py
EffortLevelenum andEfforthelperfunction_optimizer.py
Use effort-driven counts in optimization flowcodeflash/optimization/function_optimizer.py
Effort-based countsgit_utils.py
Simplify git utils by removing worktree helperscodeflash/code_utils/git_utils.py