Skip to content
Snippets Groups Projects

update the name of the raw bank combiner

Merged Sevda Esen requested to merge sevda-clean-up into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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(
Loading