Skip to content

Commit

Permalink
chore(benches): fix unused-macro-rules Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed May 14, 2022
1 parent 9f81e31 commit fb5012a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/packsquash/benches/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ macro_rules! custom_criterion_group {
$target(&mut benchmark_group, pack_dataset);
)+
}
};
($name:ident, $( $target:path ),+ $(,)*) => {
$crate::criterion_group! {
name = $name;
config = ::criterion::Criterion::default();
sampling_mode = ::criterion::SamplingMode::Auto;
targets = $( $target ),+
}
}
}

Expand Down

2 comments on commit fb5012a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

PackSquash library quick benchmarks

Benchmark suite Current: fb5012a Previous: 9f81e31 Ratio
tiny_benches_wall_time/empty_pack 17715076 ns/iter (± 800298) 17840692 ns/iter (± 849822) 0.99
small_benches_wall_time/aylas_khron_micro_pack 1045565968 ns/iter (± 9471832) 902262656 ns/iter (± 15259720) 1.16
small_benches_wall_time/jilchu_chronos_micro_pack 17587589430 ns/iter (± 162044748) 14295614009 ns/iter (± 50070541) 1.23
small_benches_wall_time/aiamded_breadstick_micro_pack 2710830802 ns/iter (± 57347161) 3237618131 ns/iter (± 21946390) 0.84

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

PackSquash library quick benchmarks

Benchmark suite Current: fb5012a Previous: 9f81e31 Ratio
tiny_benches_wall_time/empty_pack 16261891 ns/iter (± 975294) 17840692 ns/iter (± 849822) 0.91
small_benches_wall_time/aylas_khron_micro_pack 982895331 ns/iter (± 17048556) 902262656 ns/iter (± 15259720) 1.09
small_benches_wall_time/jilchu_chronos_micro_pack 15348234691 ns/iter (± 174722910) 14295614009 ns/iter (± 50070541) 1.07
small_benches_wall_time/aiamded_breadstick_micro_pack 2548526691 ns/iter (± 57945344) 3237618131 ns/iter (± 21946390) 0.79

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.