Skip to content

Commit afe1196

Browse files
authored
Disable GHArchive benchmarks to unblock perf reference in CI (#5729)
The current failures of GHArchive is making the reference be stale (over a month old), this PR just stops running them so we can get more up to date results, and I'll sync with @a10y once he's back about the issue/timeline Signed-off-by: Adam Gutglick <[email protected]>
1 parent 1058e6d commit afe1196

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/bench.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,20 +178,4 @@ jobs:
178178
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
179179
"scale_factor": "--scale-factor 100"
180180
},
181-
{
182-
"id": "gharchive-nvme",
183-
"subcommand": "gharchive",
184-
"name": "GitHub Archive (NVMe)",
185-
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
186-
"scale_factor": "--scale-factor 100"
187-
},
188-
{
189-
"id": "gharchive-s3",
190-
"subcommand": "gharchive",
191-
"name": "GitHub Archive (S3)",
192-
"local_dir": "bench-vortex/data/gharchive",
193-
"remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/gharchive/",
194-
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
195-
"scale_factor": "--scale-factor 100"
196-
},
197181
]

.github/workflows/sql-benchmarks.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,6 @@ on:
8585
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
8686
"scale_factor": "--scale-factor 100"
8787
},
88-
{
89-
"id": "gharchive-nvme",
90-
"subcommand": "gharchive",
91-
"name": "GitHub Archive (NVMe)",
92-
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
93-
"scale_factor": "--scale-factor 100"
94-
},
95-
{
96-
"id": "gharchive-s3",
97-
"subcommand": "gharchive",
98-
"name": "GitHub Archive (S3)",
99-
"local_dir": "bench-vortex/data/gharchive",
100-
"remote_storage": "s3://vortex-bench-dev-eu/${{github.ref_name}}/${{github.run_id}}/gharchive/",
101-
"targets": "datafusion:parquet,datafusion:vortex,datafusion:vortex-compact,duckdb:parquet,duckdb:vortex,duckdb:vortex-compact",
102-
"scale_factor": "--scale-factor 100"
103-
},
10488
]
10589
10690
jobs:

0 commit comments

Comments
 (0)