We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c721f6c commit 0be6f69Copy full SHA for 0be6f69
redis_benchmarks_specification/__compare__/compare.py
@@ -819,7 +819,7 @@ def compute_regression_table(
819
if len_no_datapoints > 0:
820
table_output += f"\n WARNING: There were {len_no_datapoints} benchmarks with NO datapoints for both baseline and comparison.\n\n"
821
no_datapoints_test_names_str = "|".join([l for l in no_datapoints_list])
822
-
+
823
table_output += (
824
f" NO DATAPOINTS test regexp names: {no_datapoints_test_names_str}\n\n"
825
)
0 commit comments