adriangbot commented on PR #9553: URL: https://github.com/apache/arrow-rs/pull/9553#issuecomment-4056812155
Hi @Dandandan, your benchmark configuration could not be parsed (https://github.com/apache/arrow-rs/pull/9553#issuecomment-4056811869). **Error:** `invalid configuration: invalid type: string "(not sure if this will run without error)", expected struct CommentConfig` Supported benchmarks: - Standard: (none) - 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 ``` -- 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]
