ignore kleppmann_trace test — 10+ min, 12GB RAM

Marked #[ignore] so cargo test skips it by default. Run manually with
--ignored flag when needed for benchmarking.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dave
2026-04-07 16:15:38 +00:00
parent c73153dd4e
commit 15a52d6d38
6 changed files with 89 additions and 28 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ tokio-tungstenite = { workspace = true }
libsqlite3-sys = { version = "0.35.0", features = ["bundled"] }
sqlx = { workspace = true }
wait-timeout = "0.2.1"
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-json-crdt = { path = "../crates/bft-json-crdt", default-features = false, features = ["bft"] }
fastcrypto = "0.1.8"
indexmap = { version = "2.2.6", features = ["serde"] }