Skip to content
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

Option to raise exception when benchmark run fails #94

Closed
philross opened this issue Nov 29, 2023 · 2 comments · Fixed by #95
Closed

Option to raise exception when benchmark run fails #94

philross opened this issue Nov 29, 2023 · 2 comments · Fixed by #95
Assignees
Labels
enhancement New feature or request

Comments

@philross
Copy link
Member

Currently, we will catch any exception in the run_benchmark function. However for some cases it might be useful to have an option that these exceptions are re-raised.

@philross philross added the enhancement New feature or request label Nov 29, 2023
@philross philross self-assigned this Nov 29, 2023
@philross philross linked a pull request Nov 29, 2023 that will close this issue
@philross
Copy link
Member Author

@jusschwitalla We now merged the feature in the dev branch. In case you want QUARK to fail in case a single benchmark run fails, run QUARK with: python src/main.py --failfast

@jusschwitalla
Copy link
Contributor

jusschwitalla commented Nov 30, 2023 via email

@Marvmann Marvmann mentioned this issue Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants