Skip to content

Commit

Permalink
Fix lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Mar 14, 2024
1 parent 4e5fdb3 commit 624431c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/benchcomp/benchcomp/visualizers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ def _organize_results_into_metrics(results, log_scaling):
}
}
for metric, bench_result in ret.items():
self._add_scaled_metrics(bench_result, log_scaling)
dump_markdown_results_table._add_scaled_metrics(
bench_result, log_scaling)
return ret


Expand Down

0 comments on commit 624431c

Please sign in to comment.