Skip to content

RFC: Benchmarking scenarios #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sjmonson
Copy link
Collaborator

@sjmonson sjmonson commented Mar 19, 2025

This PR adds support for "scenarios" that allow specifying benchmark argument in a file / as a single Pydantic object. CLI argument defaults are loaded from the scenario object defaults to give benchmark-as-code users the same defaults as CLI. Argument values in the CLI follow the following precedence: Scenario (class defaults) < Scenario (CLI provided Scenario) < CLI Arguments.

This PR is not in a finalized state but comments on design are encouraged.

Closes:

@sjmonson sjmonson changed the title Benchmarking scenarios RFC: Benchmarking scenarios May 1, 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.

1 participant