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