pitrou commented on a change in pull request #11865: URL: https://github.com/apache/arrow/pull/11865#discussion_r763174999
########## File path: dev/archery/archery/benchmark/runner.py ########## @@ -180,8 +181,12 @@ def suites(self): .format(suite_name)) continue + suite_found = True yield suite + if not suite_found: + raise ValueError("No benchmark matches the filter") Review comment: Nit: "the suite filter" perhaps? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org