Skip to content

Commit

Permalink
bemches: Add test for leak sensor
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 16, 2024
1 parent cd0082c commit ffb99c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fn navigator_benchmark(c: &mut Criterion) {
bench!(set_led(UserLed::Led1, false));
bench!(set_led_toggle(UserLed::Led1));
bench!(get_led(UserLed::Led1));
bench!(read_leak());
}

criterion_group!(benches, navigator_benchmark);
Expand Down

0 comments on commit ffb99c3

Please sign in to comment.