-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Adds new ccb metrics for comparing first slot label with the us… #3365
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
…er specified baseline
| all->example_parser->metrics->DsjsonSumCostOriginalFirstSlot += interaction.originalLabelCostFirstSlot; | ||
|
|
||
| std::vector<std::string> enabled_reductions; | ||
| if (all->l != nullptr) { all->l->get_enabled_reductions(enabled_reductions); } |
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 will be a severe perf hit
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 should not be on the parser, on metrics.cc it gets executed once, here it gets executed per line, asking recursively to the parser to generate the stack names
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.
addressed in #3377
…er specified baseline