ResearchComputing / curc-bench

benchmarking and testing utilities for CU-Boulder Research Computing resources
2 stars 2 forks source link

Tabulate needs more columns to display all table headers #157

Closed AaronTHolt closed 6 years ago

AaronTHolt commented 6 years ago

Failing Tests

Hardware Test


shas0830 [['linpack', (20000, 20000, 4)], 658.45, 670.0, 0.9827611940298508] shas0533 [['linpack', (5000, 5000, 4)], 378.8351, 380.0, 0.9969344736842105] shas0532 [['linpack', (5000, 5000, 4)], 342.5906, 380.0, 0.9015542105263158] shas0650 [['linpack', (20000, 20000, 4)], 659.9699, 670.0, 0.9850297014925374]

Should have column headers 'Hardware', 'Test', 'Result', 'Expected', 'Res/Exp'

Relevant line is here: self.results['fail'][hostlist.collect_hostlist(test_nodes)] = [data]

AaronTHolt commented 6 years ago

Fixed in merge #161