Enhance list with sort key and summary

This commit is contained in:
2022-02-10 11:57:13 +01:00
parent 6d8afa4993
commit 2e9f73309d
3 changed files with 37 additions and 10 deletions

View File

@@ -60,5 +60,6 @@ for metric in metrics:
summary.show_result(
summary.best_result(score=metric), title=f"BEST RESULT of {metric}"
)
summary.show_top(score=metric, n=10)
if list_results:
summary.list_results()