From a76910e8261c6fb9804109303df31f3b7b4b3b62 Mon Sep 17 00:00:00 2001 From: Finn Bear Date: Sun, 30 Apr 2023 15:50:33 -0700 Subject: [PATCH] Preparation for #1878 - microbenchmarks. (#1894) --- lib/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9c14d38b..4d665a8a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -119,3 +119,6 @@ ws_stream_wasm = "0.7.4" tokio = { version = "1.27.0", default-features = false, features = ["macros", "io-util", "io-std", "fs", "rt-multi-thread"] } tokio-tungstenite = { version = "0.18.0", optional = true } uuid = { version = "1.3.1", features = ["serde", "v4", "v7"] } + +[lib] +bench = false \ No newline at end of file