Skip to content

Commit

Permalink
Exclude benches from cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviog committed Sep 23, 2023
1 parent 99b809b commit 01721a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,24 +90,30 @@ required-features = ["viz"]

[[bench]]
name = "bench_mesh"
path = "benches/bench_mesh.rs"
harness = false

[[bench]]
name = "bench_bilateral"
path = "benches/bench_bilateral.rs"
harness = false

[[bench]]
name = "bench_kdtree"
path = "benches/bench_kdtree.rs"
harness = false

[[bench]]
name = "bench_icp"
path = "benches/bench_icp.rs"
harness = false

[[bench]]
name = "bench_image_icp"
path = "benches/bench_image_icp.rs"
harness = false

[[bench]]
name = "bench_compute_normals"
path = "benches/bench_compute_normals.rs"
harness = false

0 comments on commit 01721a9

Please sign in to comment.