Commit 6d54aca2 by Ethan Mertz

added the last of the results

parent 8dd9b6c0
......@@ -38,7 +38,7 @@ def plot_top(files):
def process_results():
files = []
with open("results.txt") as r:
with open("topfunctionfiles.txt") as r:
for line in r:
reg = re.findall("pyfile([0-9]+).txt", line)
if reg:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment