diff --git a/redis_benchmarks_specification/__compare__/compare.py b/redis_benchmarks_specification/__compare__/compare.py index a8f53231..7c4d16fd 100644 --- a/redis_benchmarks_specification/__compare__/compare.py +++ b/redis_benchmarks_specification/__compare__/compare.py @@ -874,11 +874,12 @@ def compute_regression_table( len_no_datapoints = len(no_datapoints_list) if len_no_datapoints > 0: table_output += f"\n WARNING: There were {len_no_datapoints} benchmarks with NO datapoints for both baseline and comparison.\n\n" + table_output += "
\n NO datapoints for both baseline and comparison:\n\n" no_datapoints_test_names_str = "|".join([l for l in no_datapoints_list]) - table_output += ( f" NO DATAPOINTS test regexp names: {no_datapoints_test_names_str}\n\n" ) + table_output += "\n
\n" return ( detected_regressions,