mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
Add decimals to score in list and time sort criterion
This commit is contained in:
@@ -732,7 +732,7 @@ class Summary:
|
||||
+ " "
|
||||
+ "=" * max_file
|
||||
+ " "
|
||||
+ "=" * 7
|
||||
+ "=" * 8
|
||||
+ " "
|
||||
+ "=" * 7
|
||||
+ " "
|
||||
@@ -743,7 +743,7 @@ class Summary:
|
||||
[
|
||||
(TextColor.LINE2 if n % 2 == 0 else TextColor.LINE1)
|
||||
+ f"{x['date']} {x['file']:{max_file}s} "
|
||||
f"{x['metric']:7.3f} "
|
||||
f"{x['metric']:8.5f} "
|
||||
f"{x['duration']/3600:7.3f} "
|
||||
f"{x['title']}"
|
||||
for n, x in enumerate(data)
|
||||
|
Reference in New Issue
Block a user