Stats: display only the score per result, no anymore the score

This commit is contained in:
Alexandre FLAMENT 2022-09-02 08:30:38 +00:00
parent ea61d6ed12
commit 94a28ebe53
2 changed files with 2 additions and 5 deletions

View file

@ -145,7 +145,7 @@ result_templates = get_result_templates(templates_path)
STATS_SORT_PARAMETERS = {
'name': (False, 'name', ''),
'score': (True, 'score', 0),
'score': (True, 'score_per_result', 0),
'result_count': (True, 'result_count', 0),
'time': (False, 'total', 0),
'reliability': (False, 'reliability', 100),