Skip to content

Commit

Permalink
fix bench
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Mar 30, 2024
1 parent c7617c8 commit ed402ce
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions benches/holo.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
#[cfg(feature = "bench-utilities")]
criterion::criterion_group!(
benches,
autd3_gain_holo::test_utilities::bench_utils::foci::<
autd3_backend_arrayfire::ArrayFireBackend,
4,
>,
autd3_gain_holo::test_utilities::bench_utils::devices::<
autd3_backend_arrayfire::ArrayFireBackend,
2,
>
autd3_gain_holo::bench_utilities::foci::<autd3_backend_arrayfire::ArrayFireBackend, 4>,
autd3_gain_holo::bench_utilities::devices::<autd3_backend_arrayfire::ArrayFireBackend, 2>
);
#[cfg(feature = "bench-utilities")]
criterion::criterion_main!(benches);
Expand Down

0 comments on commit ed402ce

Please sign in to comment.