should be it
This commit is contained in:
14
external/duckdb/benchmark/micro/string/greater_than_long.benchmark
vendored
Normal file
14
external/duckdb/benchmark/micro/string/greater_than_long.benchmark
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# name: benchmark/micro/string/greater_than_long.benchmark
|
||||
# description: String Greater Than (Long)
|
||||
# group: [string]
|
||||
|
||||
name String Greater Than (Long)
|
||||
group string
|
||||
|
||||
load benchmark/micro/string/strings_long.sql
|
||||
|
||||
run
|
||||
SELECT MIN(s1 > s2) FROM strings
|
||||
|
||||
result I
|
||||
false
|
||||
Reference in New Issue
Block a user