From 44ca85e1214c64cb03452d90fa265b34b74f2bac Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 5 Feb 2025 13:26:05 +0200 Subject: [PATCH] core: Enable MVCC benchmark --- core/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index e4db1ee95..f2bba5f59 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -94,3 +94,7 @@ tempfile = "3.8.0" [[bench]] name = "benchmark" harness = false + +[[bench]] +name = "mvcc_benchmark" +harness = false