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

Continue benchmark in same dir on benchmark failure #1234

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

mewim
Copy link
Member

@mewim mewim commented Feb 3, 2023

Currently the benchmark script will not run the remaining benchmarks from a directory if one of the benchmarks in that directory fail to run because the exceptional handler is defined for runAllBenchmarks. This PR changes the exceptional handler to handle individual benchmark failure and keep running benchmarks from the directory if one benchmark fails.

@mewim mewim mentioned this pull request Feb 3, 2023
@mewim mewim merged commit d43cbf7 into master Feb 3, 2023
@mewim mewim deleted the benchmark-minor-fix branch February 3, 2023 13:44
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.

None yet

2 participants