should be it
This commit is contained in:
7
external/duckdb/benchmark/large/ingestion/tpch/csv/ingest_lineitem.benchmark
vendored
Normal file
7
external/duckdb/benchmark/large/ingestion/tpch/csv/ingest_lineitem.benchmark
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# name: benchmark/large/ingestion/tpch/csv/ingest_lineitem.benchmark
|
||||
# description: benchmark ingestion of lineitem
|
||||
# group: [csv]
|
||||
|
||||
template benchmark/large/ingestion/tpch/tpch_ingestion_persistent.benchmark.in
|
||||
table_name=lineitem
|
||||
format=csv
|
||||
7
external/duckdb/benchmark/large/ingestion/tpch/csv/ingest_orders.benchmark
vendored
Normal file
7
external/duckdb/benchmark/large/ingestion/tpch/csv/ingest_orders.benchmark
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# name: benchmark/large/ingestion/tpch/csv/ingest_orders.benchmark
|
||||
# description: benchmark ingestion of orders
|
||||
# group: [csv]
|
||||
|
||||
template benchmark/large/ingestion/tpch/tpch_ingestion_persistent.benchmark.in
|
||||
table_name=orders
|
||||
format=csv
|
||||
Reference in New Issue
Block a user