Skip to content

Commit

Permalink
Rename baseline to iter_baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed May 23, 2015
1 parent 8ae8c71 commit c84a0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -553,7 +553,7 @@ macro_rules! mk_impl {
}

#[bench]
fn baseline(b: &mut Bencher) {
fn iter_baseline(b: &mut Bencher) {
b.iter(|| {
assert_eq!((black_box(0 as $bits)..black_box(41)).map(black_box).count(),
41);
Expand Down

0 comments on commit c84a0c2

Please sign in to comment.