Skip to content
Snippets Groups Projects
Verified Commit a0e76b71 authored by Rico Bergmann's avatar Rico Bergmann
Browse files

Cancel benchmark run when timeout is exceeded

parent 92ffe5c7
Branches
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ def benchmark(conf):
failed_model_idx = conf.Models.index(model)
available_models[tool] = conf.Models[ : failed_model_idx]
print('# Ignoring models {models} for tool {tool} in the future'.format(models=conf.Models[failed_model_idx : ], tool=tool))
break
def clean_dir(*path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment