2021: day01 bench
This commit is contained in:
parent
696c173f93
commit
613b240211
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
|
||||
use aoc2021::day00;
|
||||
use aoc2021::day01;
|
||||
|
||||
fn aoc2021_all(c: &mut Criterion) {
|
||||
c.bench_function("day00", |b| b.iter(|| day00::run().unwrap()));
|
||||
c.bench_function("day01", |b| b.iter(|| day01::run().unwrap()));
|
||||
}
|
||||
|
||||
criterion_group! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue