-
Notifications
You must be signed in to change notification settings - Fork 331
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
CU for VoteInstruction::InitializeAccount #4342
Conversation
Getting an error with
|
7a69d37
to
6da5204
Compare
0f025d7
to
7dd6873
Compare
programs/vote/benches/cu_vote.rs
Outdated
}); | ||
} | ||
|
||
criterion_group!(benches, bench_initialize_account, bench_authorize); |
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.
vote has 16-ish instructions (here: https://github.com/anza-xyz/agave/blob/master/sdk/vote-interface/src/instruction.rs#L27), will benches for the rest of them being added here?
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.
yes.
Problem
Part of #3364