-
Notifications
You must be signed in to change notification settings - Fork 768
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
subsystem-bench: polish imports #3262
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.
Looks good! The PR title is quite misleading though :D
@@ -287,7 +210,6 @@ fn main() -> eyre::Result<()> { | |||
.filter(Some("polkadot_overseer"), log::LevelFilter::Error) | |||
.filter(None, log::LevelFilter::Info) | |||
.format_timestamp_millis() | |||
// .filter(None, log::LevelFilter::Trace) |
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.
I think this was left intentionally for easier debugging
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.
It looks like a leftover :-)
DataAvailabilityWrite, | ||
/// Benchmark the approval-voting and approval-distribution subsystems. | ||
ApprovalVoting(ApprovalsOptions), | ||
Unimplemented, |
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.
why do we have unimplemented?
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.
Can't answer the question. It's not a part of my PR after I rebased the branch. And It was not me who implemented it before.
2b6081a
to
b518491
Compare
No description provided.