From dc88956228b888c259b8e5f8c0b1f2c13927fc7a Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Tue, 27 Sep 2022 14:17:51 +0100 Subject: [PATCH] Disable test harness for string_dictionary_builder benchmark --- arrow/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 48b7f39547e..b3500f4e5b0 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -227,6 +227,10 @@ name = "buffer_create" harness = false required-features = ["test_utils"] +[[bench]] +name = "string_dictionary_builder" +harness = false + [[bench]] name = "substring_kernels" harness = false