Fixed template
This commit is contained in:
@@ -21,12 +21,12 @@ mod tests {
|
|||||||
#[bench]
|
#[bench]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
fn part1_bench(b: &mut test::Bencher) {
|
fn part1_bench(b: &mut test::Bencher) {
|
||||||
Day::benchmark(aoc::Part::ONE, b)
|
Day::benchmark(Day::part1, b)
|
||||||
}
|
}
|
||||||
#[bench]
|
#[bench]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
fn part2_bench(b: &mut test::Bencher) {
|
fn part2_bench(b: &mut test::Bencher) {
|
||||||
Day::benchmark(aoc::Part::TWO, b)
|
Day::benchmark(Day::part2, b)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user