fix typo
This commit is contained in:
parent
8b467093c9
commit
4cda9b2765
|
|
@ -3,7 +3,7 @@ use day02::*;
|
|||
|
||||
pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
let input = include_str!("../../input/day02.txt");
|
||||
c.bench_function("day02 read_input", |b| {
|
||||
c.bench_function("day02 parse_input", |b| {
|
||||
b.iter(|| parse_input(black_box(input)))
|
||||
});
|
||||
let input = parse_input(input);
|
||||
|
|
|
|||
Loading…
Reference in New Issue