should be it
This commit is contained in:
24
external/duckdb/benchmark/h2oai/group/h2oai.benchmark.in
vendored
Normal file
24
external/duckdb/benchmark/h2oai/group/h2oai.benchmark.in
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# name: ${FILE_PATH}
|
||||
# description: ${DESCRIPTION}
|
||||
# group: [h2oai]
|
||||
|
||||
require httpfs load_only
|
||||
|
||||
name Q${QUERY_NUMBER_PADDED}
|
||||
group H2OAI
|
||||
|
||||
cache h2oai.duckdb
|
||||
|
||||
retry load 5
|
||||
|
||||
load benchmark/h2oai/group/queries/load.sql
|
||||
|
||||
run benchmark/h2oai/group/queries/q${QUERY_NUMBER_PADDED}.sql
|
||||
|
||||
result_query ${RESULT_COLUMNS}
|
||||
${RESULT_QUERY}
|
||||
----
|
||||
${RESULT_ANSWER}
|
||||
|
||||
cleanup
|
||||
DROP TABLE ans
|
||||
Reference in New Issue
Block a user