Skip to content
Snippets Groups Projects
Commit f3ea9fb5 authored by Sevda Esen's avatar Sevda Esen
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e4e0bf4d
No related branches found
No related tags found
1 merge request!357update the name of the raw bank combiner
Pipeline #6717872 passed
......@@ -604,7 +604,7 @@ if __name__ == '__main__':
continue
all_lines = ''.join(lines)
m = re.search(
r"SelectiveCombineRawBanks_for_AllStreams([^\s]*)?\s+INFO.+\n.+\n.+\n.+\n.+Event.+\s+.\s+([0-9]+)\s.([+-]?\d(.\d+)?[Ee][+-]?\d+).+\n",
r"SelectiveCombineRawBanks_for_All([^\s]*)?\s+INFO.+\n.+\n.+\n.+\n.+Event.+\s+.\s+([0-9]+)\s.([+-]?\d(.\d+)?[Ee][+-]?\d+).+\n",
all_lines)
evt_sizes.append(float(m.group(3)))
print("Bandwidth of job {} is {} MB/s.".format(
......
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