Skip to content

Commit

Permalink
Suppress benching for the bench support module.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Mar 31, 2024
1 parent 9f694bc commit 12583b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -95,6 +95,10 @@ harness = false
name = "quat"
harness = false

[[bench]]
name = "support"
bench = false

[[bench]]
name = "vec2"
harness = false
Expand Down

0 comments on commit 12583b1

Please sign in to comment.