Skip to content

Commit

Permalink
refactor: fix bvh-region benches
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Nov 26, 2024
1 parent e5ec3a4 commit 62c672f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/bvh-region/benches/side_by_side.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::hint::black_box;

use bvh_region::{Bvh, TrivialHeuristic, aabb::Aabb, random_aabb};
use bvh_region::{Bvh, TrivialHeuristic, random_aabb};
use geometry::aabb::Aabb;
use rayon::iter::{IntoParallelIterator, ParallelIterator};
use tango_bench::{IntoBenchmarks, benchmark_fn, tango_benchmarks, tango_main};

Expand Down

0 comments on commit 62c672f

Please sign in to comment.