Skip to content

Commit 0be6f69

Browse files
applied fmt
1 parent c721f6c commit 0be6f69

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__compare__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__compare__/compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def compute_regression_table(
819819
if len_no_datapoints > 0:
820820
table_output += f"\n WARNING: There were {len_no_datapoints} benchmarks with NO datapoints for both baseline and comparison.\n\n"
821821
no_datapoints_test_names_str = "|".join([l for l in no_datapoints_list])
822-
822+
823823
table_output += (
824824
f" NO DATAPOINTS test regexp names: {no_datapoints_test_names_str}\n\n"
825825
)

0 commit comments

Comments
 (0)