Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/nightly-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
matrix:
machine_type:
- id: x86
instance_name: c6id.8xlarge
instance_name: c6id.metal
# TODO(joe): support other arch
# - id: arm64
# instance_name: c6gd.8xlarge
9 changes: 8 additions & 1 deletion .github/workflows/sql-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
machine_type:
required: false
type: string
default: c6id.8xlarge
default: c6id.metal
benchmark_matrix:
required: false
type: string
Expand Down Expand Up @@ -46,6 +46,13 @@ on:
"targets": "datafusion:arrow,datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
"scale_factor": "10.0"
},
{
"id": "tpch-nvme-100",
"subcommand": "tpch",
"name": "TPC-H SF=100 on NVME",
"targets": "datafusion:arrow,datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
"scale_factor": "100.0"
},
{
"id": "tpch-s3-10",
"subcommand": "tpch",
Expand Down
Loading
Loading