Skip to content
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

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

AndreiEres
Copy link
Contributor

No description provided.

@AndreiEres AndreiEres added R0-silent Changes should not be mentioned in any release notes T12-benchmarks This PR/Issue is related to benchmarking and weights. labels Feb 8, 2024
Copy link
Contributor

@alindima alindima left a 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)
Copy link
Contributor

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

Copy link
Contributor Author

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,
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@AndreiEres AndreiEres force-pushed the AndreiEres/subsystem-bench/polish-imports branch from 2b6081a to b518491 Compare February 12, 2024 08:32
@AndreiEres AndreiEres added this pull request to the merge queue Feb 12, 2024
Merged via the queue into master with commit cbd6846 Feb 12, 2024
125 of 127 checks passed
@AndreiEres AndreiEres deleted the AndreiEres/subsystem-bench/polish-imports branch February 12, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T12-benchmarks This PR/Issue is related to benchmarking and weights.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants