adriangbot commented on PR #20912: URL: https://github.com/apache/datafusion/pull/20912#issuecomment-4049551402
Hi @adriangb, your benchmark configuration could not be parsed (https://github.com/apache/datafusion/pull/20912#issuecomment-4049551189). **Error:** `invalid configuration: unknown field `PIN_THREADS`, expected one of `env`, `baseline`, `changed` at line 3 column 1` Supported benchmarks: - Standard: clickbench_1, clickbench_extended, clickbench_partitioned, clickbench_pushdown, external_aggr, tpcds, tpch, tpch10, tpch_mem, tpch_mem10 - Criterion: aggregate_query_sql, aggregate_vectorized, case_when, character_length, in_list, left, plan_reuse, range_and_generate_series, replace, reset_plan_states, sort, sql_planner, strpos, substr_index, with_hashes 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 ``` -- 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]
