Skip to content
Snippets Groups Projects
Commit cb18d321 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Correctly wati for output file with google benchamrk

parent e3a1fe31
No related branches found
No related tags found
No related merge requests found
...@@ -16,5 +16,5 @@ if ret != 0: ...@@ -16,5 +16,5 @@ if ret != 0:
# If that was succesful, wait for the output file to be available on the filesystem # If that was succesful, wait for the output file to be available on the filesystem
# This step is necessary because the NFS synchronization is too slow for our workflow. # This step is necessary because the NFS synchronization is too slow for our workflow.
while not os.path.isfile(sys.argv[2]): while not os.path.isfile(sys.argv[-1]):
time.sleep(0.1) time.sleep(0.1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment