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

v0.9.9 deps #588

Merged
merged 7 commits into from
Aug 23, 2021
Merged

v0.9.9 deps #588

merged 7 commits into from
Aug 23, 2021

Conversation

shaunxw
Copy link
Member

@shaunxw shaunxw commented Aug 23, 2021

No description provided.

@shaunxw shaunxw requested a review from xlc August 23, 2021 03:34
) => {
pub struct Benchmark;

impl $crate::Benchmarking<$crate::BenchmarkResults> for Benchmark {
fn benchmarks(extra: bool) -> $crate::Vec<&'static [u8]> {
let mut all = $crate::vec![ $( stringify!($name).as_ref() ),* ];
fn benchmarks(extra: bool) -> $crate::Vec<$crate::BenchmarkMetadata> {
Copy link
Member Author

@shaunxw shaunxw Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fn is one of the changes in benchmarking, and we may need to check latest frame-branchmarking impl, to follow the improvements and updates. then redo benches before next runtime release. could be done in another PR

@shaunxw shaunxw merged commit 8d5432c into master Aug 23, 2021
@shaunxw shaunxw deleted the sw/v0.9.9-deps branch August 23, 2021 04:25
@GopherJ
Copy link
Contributor

GopherJ commented Aug 23, 2021

thanks @shaunxw !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants