Skip to content

Commit 3147706

Browse files
committed
do the thing
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 176e340 commit 3147706

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/nightly-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
machine_type:
7575
- id: x86
76-
instance_name: c6id.8xlarge
76+
instance_name: c6id.metal
7777
# TODO(joe): support other arch
7878
# - id: arm64
7979
# instance_name: c6gd.8xlarge

.github/workflows/sql-benchmarks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
machine_type:
1010
required: false
1111
type: string
12-
default: c6id.8xlarge
12+
default: c6id.metal
1313
benchmark_matrix:
1414
required: false
1515
type: string
@@ -46,6 +46,13 @@ on:
4646
"targets": "datafusion:arrow,datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
4747
"scale_factor": "10.0"
4848
},
49+
{
50+
"id": "tpch-nvme-100",
51+
"subcommand": "tpch",
52+
"name": "TPC-H SF=100 on NVME",
53+
"targets": "datafusion:arrow,datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact,duckdb:duckdb",
54+
"scale_factor": "--scale-factor 100.0"
55+
},
4956
{
5057
"id": "tpch-s3-10",
5158
"subcommand": "tpch",

0 commit comments

Comments
 (0)