From 12583b18f3e9bb4bcfb8bb3950b6c1248d3f648d Mon Sep 17 00:00:00 2001 From: Cameron Hart Date: Sun, 31 Mar 2024 22:42:32 +1300 Subject: [PATCH] Suppress benching for the bench support module. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b966506e..ab3e8464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,6 +95,10 @@ harness = false name = "quat" harness = false +[[bench]] +name = "support" +bench = false + [[bench]] name = "vec2" harness = false