-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Add config models for performance aware triggers #589
feat: Add config models for performance aware triggers #589
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also looks good but I had a few nitpicky comments
modyn/config/schema/pipeline/trigger/performance/performance.py
Outdated
Show resolved
Hide resolved
…in/feat/performance-aware-policy-config-models
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
==========================================
+ Coverage 84.96% 84.97% +0.01%
==========================================
Files 238 240 +2
Lines 10575 10639 +64
==========================================
+ Hits 8985 9041 +56
- Misses 1590 1598 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see my one comment on the accuracy stuff, otherwise LGTM
Motivation
Our new performance-aware triggers (which are an intermediate step towards cost-aware triggers) need to define the configuration space.
** target branch marks the dependency of the PRs: this PR depends on #588