From ea5ffa51fc11021289ecf656f77001d95eb9b53e Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:10:10 +0100 Subject: [PATCH] bench: disable sparse trie update bench as it's flaky (#16953) --- crates/trie/sparse/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/trie/sparse/Cargo.toml b/crates/trie/sparse/Cargo.toml index f78322f04b..8b40a72da2 100644 --- a/crates/trie/sparse/Cargo.toml +++ b/crates/trie/sparse/Cargo.toml @@ -88,7 +88,3 @@ harness = false [[bench]] name = "rlp_node" harness = false - -[[bench]] -name = "update" -harness = false