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

Do not reset failed tools for each run

parent 7c1ff895
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@ def benchmark(conf):
shutil.copy(header, result_file)
# os.remove(result_file)
os.environ['Runs'] = str(conf.Runs)
failed_tools = set()
for r in range(0, conf.Runs):
os.environ['RunIndex'] = str(r)
failed_tools = set()
print("## Run {}".format(r))
for tool in conf.Tools:
config = ConfigParser.ConfigParser()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment