Skip to content

Commit 55515c3

Browse files
Updated PR comment on benchmark start
1 parent 039ef7a commit 55515c3

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__common__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__common__/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def generate_benchmark_started_pr_comment(
237237
)
238238

239239
comment_body += f"Started benchmark suite at {benchmark_suite_start_datetime} and took {benchmark_suite_duration_secs} seconds "
240-
if total_pending == 0:
240+
if total_pending > 0:
241241
comment_body += "up until now.\n"
242242
else:
243243
comment_body += "to finish.\n"

0 commit comments

Comments
 (0)