adriangbot commented on PR #21330: URL: https://github.com/apache/datafusion/pull/21330#issuecomment-4187306650
Hi @adriangb, your benchmark configuration could not be parsed (https://github.com/apache/datafusion/pull/21330#issuecomment-4187306629). **Error:** `invalid configuration: invalid type: string "DATAFUSION_RUNTIME_MEMORY_LIMIT=512M", expected struct CommentConfig` Supported benchmarks: - Standard: clickbench_1, clickbench_extended, clickbench_partitioned, clickbench_pushdown, external_aggr, smj, sort_pushdown, sort_pushdown_sorted, 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]
