diff --git a/docker/test/performance-comparison/report.py b/docker/test/performance-comparison/report.py index bd5dedfceed..ddd2590eb97 100755 --- a/docker/test/performance-comparison/report.py +++ b/docker/test/performance-comparison/report.py @@ -470,12 +470,13 @@ if args.report == 'main': 'Shortest query
(sum for all runs), s', #6 # 'Runs' #7 ] + attrs = ['' for c in columns] + attrs[7] = None text = tableStart('Test Times') text += tableHeader(columns) allowed_average_run_time = 3.75 # 60 seconds per test at 7 runs - attrs = ['' for c in columns] for r in rows: anchor = f'{currentTableAnchor()}.{r[0]}' total_runs = (int(r[7]) + 1) * 2 # one prewarm run, two servers