alamb-ghbot commented on PR #20159: URL: https://github.com/apache/datafusion/pull/20159#issuecomment-3885944201
🤖 Hi @adriangb, thanks for the request (https://github.com/apache/datafusion/pull/20159#issuecomment-3885943088). [`scrape_comments.py`](https://github.com/alamb/datafusion-benchmarking/blob/main/scripts/scrape_comments.py) only supports whitelisted 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, range_and_generate_series, reset_plan_states, sort, sql_planner, strpos, substr_index, with_hashes Please choose one or more of these with `run benchmark <name>` or `run benchmark <name1> <name2>...` You can also set environment variables on subsequent lines: ``` run benchmark tpch_mem DATAFUSION_RUNTIME_MEMORY_LIMIT=1G ``` Unsupported benchmarks: clickbench. -- 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]
