Skip to content

Commit

Permalink
print report at the end of the benchmarking script
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jul 11, 2022
1 parent fffa42c commit 48ff1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlonmcu/session/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def _used_stages(runs, until):
report.export(results_file)
logger.info(self.prefix + "Done processing runs")
self.report = report
print_report = True
if print_report:
logger.info("Report:\n%s", str(report.df))

Expand Down
2 changes: 2 additions & 0 deletions scripts/gen_muriscnn_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ def benchmark(args):
report = session.get_reports()
report_file = args.output
report.export(report_file)
print()
print(report.df)


def main():
Expand Down

0 comments on commit 48ff1aa

Please sign in to comment.