adriangbot commented on PR #21948:
URL: https://github.com/apache/datafusion/pull/21948#issuecomment-4368776191

   Hi @kumarUjjawal, `run benchmark` requires benchmark names 
(https://github.com/apache/datafusion/pull/21948#issuecomment-4368775878).
   
   Supported benchmarks:
   - Standard: clickbench_1, clickbench_extended, clickbench_partitioned, 
clickbench_pushdown, external_aggr, smj, sort_pushdown, sort_pushdown_inexact, 
sort_pushdown_inexact_overlap, sort_pushdown_inexact_unsorted, 
sort_pushdown_sorted, topk_tpch, tpcds, tpch, tpch10, tpch_mem, tpch_mem10
   - Criterion: (any)
   
   Usage:
   ```
   run benchmark <name>           # run specific benchmark(s)
   run benchmarks                 # run default suite
   run benchmarks <name1> <name2> # run specific benchmarks
   ```
   
   Per-side configuration (`run benchmark tpch` followed by):
   ```yaml
   env:
   SHARED_SETTING: enabled
   baseline:
   ref: v45.0.0
   env:
   DATAFUSION_RUNTIME_MEMORY_LIMIT: 1G
   changed:
   ref: v46.0.0
   env:
   DATAFUSION_RUNTIME_MEMORY_LIMIT: 2G
   ```
   
   ---
   [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) 
against this benchmark runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to