Skip to content
Snippets Groups Projects
Commit c9ea00da authored by Elizabeth's avatar Elizabeth
Browse files

Uncommented out popen call

parent 96f27862
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ def run_benchmarks(sorted_bins, builds_dir, output_filename, should_print_bin_ou
for bin_name in sorted_bins[network_name]:
print(bin_name)
output_file.write("%s results\n" % bin_name)
'''output_file.write("%s: %s\n" % (bin_name, \
output_file.write("%s: %s\n" % (bin_name, \
parse_binary_output(run_benchmark(os.path.join(builds_dir, bin_name), \
should_print_bin_output))))'''
should_print_bin_output))))
print("--------------------------------------\n")
output_file.close()
......
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