-
Notifications
You must be signed in to change notification settings - Fork 704
feat(ss-bench): support calibrating metric parameter #740
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
Codecov Report
@@ Coverage Diff @@
## main #740 +/- ##
============================================
- Coverage 72.33% 72.27% -0.06%
Complexity 2758 2758
============================================
Files 907 908 +1
Lines 52466 52520 +54
Branches 1783 1783
============================================
+ Hits 37949 37959 +10
- Misses 13625 13669 +44
Partials 892 892
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Output example: |
|
LGTM |
| statistics: bool, | ||
|
|
||
| #[clap(long)] | ||
| calibrate_metric: bool, |
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.
calibrate_histogram
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.
Would fix this in the following PR
What's changed and what's your intention?
By comparing performance calculated by the metric system and ss-bench itself, we can adjust the bucket parameters (such as bucket number and size) of the state store metric system.
Checklist
Refer to a related PR or issue link (optional)