Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion arc/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion bqn/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion byconity/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
# byconity boots a chain of containers (fdb -> tso -> server -> workers
# / daemon-manager). Each later step waits up to 600s for its
Expand Down
1 change: 0 additions & 1 deletion cedardb-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export PGHOST="/tmp"
export PGUSER=postgres
Expand Down
1 change: 0 additions & 1 deletion cedardb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export PGHOST="/tmp"
export PGUSER=postgres
Expand Down
1 change: 0 additions & 1 deletion chdb-dataframe/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_DURABLE=no
# Skip the pre-snapshot ./stop+./start cycle: the loaded
Expand Down
1 change: 0 additions & 1 deletion chdb-parquet-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion chdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-csv"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion chyt/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# CHYT executes against a remote YT cluster ($YT_PROXY); no local download.
export YT_USE_HOSTS=0
export CHYT_ALIAS="${CHYT_ALIAS:-*ch_public}"
Expand Down
1 change: 0 additions & 1 deletion citus/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion clickhouse-datalake-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Data is read directly from S3, no local download.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion clickhouse-datalake/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Data is read directly from S3, no local download.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion clickhouse-parquet-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion clickhouse-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion clickhouse-tencent/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion clickhouse-web/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Data is read from a remote ClickHouse-hosted web disk; no local download.
export BENCH_DOWNLOAD_SCRIPT=""
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion clickhouse/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion cloudberry/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion cockroachdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-csv"
# cockroach replays its WAL on each restart; after the 60 GB+ IMPORT
# that takes long enough that the lib's default 300 s check window
Expand Down
1 change: 0 additions & 1 deletion cratedb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Set CRATEDB_MODE=tuned to use create-tuned.sql + queries-tuned.sql.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"

Expand Down
1 change: 0 additions & 1 deletion daft-parquet-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_DURABLE=no
# Skip the pre-snapshot ./stop+./start cycle: the loaded
Expand Down
1 change: 0 additions & 1 deletion daft-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_DURABLE=no
# Skip the pre-snapshot ./stop+./start cycle: the loaded
Expand Down
1 change: 0 additions & 1 deletion databend/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
# databend's first cold start (meta + query coming up together, opening
# every object-store dir) regularly runs past the lib's 300s default;
Expand Down
1 change: 0 additions & 1 deletion datafusion-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# skip concurrent_qps tests by default as datafusion-cli is configured
Expand Down
1 change: 0 additions & 1 deletion datafusion-vortex-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# query_bench (the vortex driver) handles its own dataset download/conversion.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion datafusion-vortex/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# clickbench (the vortex driver) handles its own dataset download/conversion.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion datafusion/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# skip concurrent_qps tests by default as datafusion-cli is configured
Expand Down
1 change: 0 additions & 1 deletion doris-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion doris/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion drill/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion druid/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
# Druid degrades after some queries; the shared driver restarts between
# queries when restartable=yes (matches the original `pkill -f historical`
Expand Down
1 change: 0 additions & 1 deletion duckdb-dataframe/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_DURABLE=no
# Skip the pre-snapshot ./stop+./start cycle: the loaded
Expand Down
1 change: 0 additions & 1 deletion duckdb-datalake-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Data is read directly from S3, no local download.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion duckdb-datalake/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Data is read directly from S3, no local download.
export BENCH_DOWNLOAD_SCRIPT=""
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion duckdb-memory/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_DURABLE=no
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion duckdb-parquet-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion duckdb-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion duckdb-vortex-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion duckdb-vortex/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion duckdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion elasticsearch/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# Source data is gzipped NDJSON, fetched directly inside ./load.
export BENCH_DOWNLOAD_SCRIPT=""
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion eventql/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion firebolt-parquet-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_DURABLE=no
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion firebolt-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_DURABLE=no
export BENCH_RESTARTABLE=no
Expand Down
1 change: 0 additions & 1 deletion firebolt/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion gendb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
#
# GenDB's pipeline produces one specialized C++ binary per query (the .cpp
# files we ship in generated/ were synthesized by a multi-agent LLM pipeline
Expand Down
1 change: 0 additions & 1 deletion gizmosql/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion glaredb-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion glaredb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion greengage/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion greenplum/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion heavyai/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-csv"
# omnisci/core-os-cpu's first cold start runs schema migrations, opens
# its catalog, and binds Thrift ports; 600 s wasn't enough on the first
Expand Down
1 change: 0 additions & 1 deletion hive/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
# Embedded Derby metastore lives in the container's writable layer;
# the cold-cycle docker rm + docker run in ./start wipes it. ./load
Expand Down
1 change: 0 additions & 1 deletion hyper-parquet/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-partitioned"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion hyper/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-csv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion impala/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
#
# First-cold Impala start has to bootstrap the Hive metastore schema,
# wait for catalogd to register with statestored, and only then does
Expand Down
1 change: 0 additions & 1 deletion infobright/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion kdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion kinetica/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
# kinetica downloads hits.tsv.gz directly inside ./load (Kinetica wants the
# gzipped form), so no central download script is used.
export BENCH_DOWNLOAD_SCRIPT=""
Expand Down
1 change: 0 additions & 1 deletion locustdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-csv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mariadb-columnstore/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mariadb-duckdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in ../lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mariadb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion monetdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mongodb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh. MongoDB uses
# aggregation pipelines (queries.txt, EJSON one-per-line) rather than SQL.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
export BENCH_QUERIES_FILE="queries.txt"
Expand Down
1 change: 0 additions & 1 deletion mssql/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mysql-myisam/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion mysql/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
1 change: 0 additions & 1 deletion octosql/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-parquet-single"
export BENCH_RESTARTABLE=no
# Single-process engine: each query forks a fresh full-machine process with no
Expand Down
1 change: 0 additions & 1 deletion opengpdb/benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
# Thin shim — actual flow is in lib/benchmark-common.sh.
export BENCH_DOWNLOAD_SCRIPT="download-hits-tsv"
exec ../lib/benchmark-common.sh
Loading
Loading