Skip to content

Conversation

@comphead
Copy link
Contributor

Added --query command line argument: A new optional parameter that accepts an integer representing the specific query number to run (1-based indexing).

Modified the main function signature: Added query_num: int = None parameter to handle the specific query selection.

Implemented query selection logic:

If --query is specified, only that specific query will be run
If --query is not specified, all queries will be run (preserving original behavior)
Added validation to ensure the query number is within the valid range for the benchmark
Updated argument parsing: Added the new --query argument with proper help text and type validation.

@comphead comphead requested a review from andygrove September 26, 2025 22:55
@comphead comphead changed the title chore: support specific query chore: support specific query number Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants