diff --git a/src/utils/tty.py b/src/utils/tty.py index 891f190c9d..40ad85e875 100644 --- a/src/utils/tty.py +++ b/src/utils/tty.py @@ -149,6 +149,7 @@ def show_all(args, runs, archConfigs, output): .astype(float) .round(args.decimal) .map(str) + .astype(str) + " (" + t_df_pretty.map(str) + "%)"