Skip to content

Commit

Permalink
Disable test harness for string_dictionary_builder benchmark (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 27, 2022
1 parent 2ba1307 commit e97bd6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arrow/Cargo.toml
Expand Up @@ -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
Expand Down

0 comments on commit e97bd6f

Please sign in to comment.