Test main aggmetrics benchmark - #25105
Conversation
- Added harness implementation: - `benchmarks/sql_benchmarks/array_agg_distinct/array_agg_distinct.suite` – defines the benchmark suite, test parameters, and execution configuration for the data‑free SQL harness. - `benchmarks/sql_benchmarks/array_agg_distinct/benchmarks/q01.benchmark` – contains the specific query benchmark (`q01`) that exercises the `array_agg(DISTINCT …)` workload without requiring any input data. - Workload characteristics: - Simulates **2 M range rows** → **1 M groups**. - Each group contains **2 rows** with **2 distinct values**, providing a realistic yet data‑free test scenario for aggregation performance. - add bench.sh wrapper for array_agg_distinct
- `benchmarks/sql_benchmarks/array_agg_distinct/benchmarks/q01.benchmark`: changed `range` from `2000000` to `20000` - `benchmarks/bench.sh`: updated help text
|
run benchmark sql env:
CARGO_BUILD_JOBS: 1
BENCH_NAME: array_agg_distinct
BENCH_QUERY: 1
baseline:
ref: "a5bb36462890cd6f2cc3b13f6344a2d9e458f897"
changed:
ref: "78cf4e00ac3a5b989ad62477c9a7137881f0d79a" |
|
🤖 Benchmark running (GKE) | trigger CPU Details (lscpu)Comparing 78cf4e0 (78cf4e0) to a5bb364 diff Run configurationrun benchmark sql
env:
BENCH_NAME: "array_agg_distinct"
BENCH_QUERY: "1"
CARGO_BUILD_JOBS: "1"
baseline:
ref: "a5bb36462890cd6f2cc3b13f6344a2d9e458f897"
changed:
ref: "78cf4e00ac3a5b989ad62477c9a7137881f0d79a"Results will be posted here when complete File an issue against this benchmark runner |
|
show benchmark queue |
|
Hi @kosiew, you asked to view the benchmark queue (#25105 (comment)).
File an issue against this benchmark runner |
|
show benchmark queue |
|
Hi @kosiew, you asked to view the benchmark queue (#25105 (comment)).
File an issue against this benchmark runner |
|
show benchmark queue |
|
Hi @kosiew, you asked to view the benchmark queue (#25105 (comment)).
File an issue against this benchmark runner |
|
Benchmark for this request hit the 7200s job deadline before finishing. Benchmarks requested: Kubernetes messageFile an issue against this benchmark runner |
Test benchmark