Skip to content

Commit

Permalink
Small change to table gen
Browse files Browse the repository at this point in the history
Signed-off-by: Evangelos Lamprou <[email protected]>
  • Loading branch information
vagos committed Jan 14, 2025
1 parent 096ae7e commit f16d411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/colossal_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ def read_sys_results():
return csv_data

benchmark_category_style = {
'bio': ('Biology', 'Automation', '\\cite{Cappellini2019,puritz2019bio594}'),
'bio': ('Automation', 'Biology', '\\cite{Cappellini2019,puritz2019bio594}'),
'vps-audit': ('System admin', 'Data extraction', '\\cite{vpsaudit}'),
'vps-audit-negate': ('System admin', 'Data extraction', '\\cite{vpsaudit}'),
'aurpkg': ('System admin', 'Automation', '\\cite{pacaur}'),
'aurpkg': ('Build scripts', 'Automation', '\\cite{pacaur}'),
'makeself': ('Misc.', 'Compression', '\\cite{makeself}'),
'infrastructure/standards/100-files': ('XXX', 'XXX', 'XXX'),
'infrastructure/standards/read-write': ('XXX', 'XXX', 'XXX'),
Expand Down

0 comments on commit f16d411

Please sign in to comment.