This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch update/duckdb-150-benchmark-defaults
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
The following commit(s) were added to
refs/heads/update/duckdb-150-benchmark-defaults by this push:
new 93e6f3c Change default query timeout from 1800s to 300s
93e6f3c is described below
commit 93e6f3c382d94de1c6aa1648a5db6a44851d0438
Author: Jia Yu <[email protected]>
AuthorDate: Sun Mar 22 20:13:08 2026 -0700
Change default query timeout from 1800s to 300s
---
.github/workflows/benchmark.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 446ec1c..2461f9b 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -35,9 +35,9 @@ on:
default: 'duckdb,geopandas,sedonadb,spatial_polars'
type: string
timeout:
- description: 'Query timeout in seconds (default: 1800)'
+ description: 'Query timeout in seconds (default: 300)'
required: false
- default: '1800'
+ default: '300'
type: string
sedonadb_version:
description: 'SedonaDB version (e.g., 1.0.0, leave empty for latest)'
@@ -87,7 +87,7 @@ env:
CARGO_TERM_COLOR: always
SCALE_FACTOR: ${{ github.event.inputs.scale_factor || '10' }}
BENCHMARK_ENGINES: ${{ github.event.inputs.engines ||
'duckdb,geopandas,sedonadb,spatial_polars' }}
- QUERY_TIMEOUT: ${{ github.event.inputs.timeout || '1800' }}
+ QUERY_TIMEOUT: ${{ github.event.inputs.timeout || '300' }}
BENCHMARK_RUNS: ${{ github.event.inputs.runs || '3' }}
# Package versions (empty = latest, can be overridden via workflow_dispatch)
SEDONADB_VERSION: ${{ github.event.inputs.sedonadb_version }}