-
Notifications
You must be signed in to change notification settings - Fork 22
data logging for a/b testing with line profiler optimization candidates #165
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit 959b8af)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 959b8af
Previous suggestionsSuggestions up to commit 1333c8f
|
|
Persistent review updated to latest commit 959b8af |
User description
fixes issues with data logging for a/b testing with line profiler optimization candidates.
PR Type
Enhancement
Description
support separate control and experiment flows
add exp_type tracking to trace IDs
route profiling calls with experiment metadata
select AI service client per experiment group
Changes walkthrough 📝
function_optimizer.py
Add A/B experiment tracking in optimizercodeflash/optimization/function_optimizer.py