Skip to content

Commit d512064

Browse files
geoffreyclaudeadriangb
authored andcommitted
Add strategy-focused InList benchmarks
Add a new in_list_strategy benchmark file with targeted coverage of each optimization strategy, without replacing the existing in_list benchmarks which are kept intact for historical comparison. (cherry picked from commit d6e645d)
1 parent 240fbdb commit d512064

File tree

2 files changed

+1040
-0
lines changed

2 files changed

+1040
-0
lines changed

datafusion/physical-expr/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ rstest = { workspace = true }
7171
harness = false
7272
name = "in_list"
7373

74+
[[bench]]
75+
harness = false
76+
name = "in_list_strategy"
77+
7478
[[bench]]
7579
harness = false
7680
name = "case_when"

0 commit comments

Comments
 (0)