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 039ef7a commit 55515c3Copy full SHA for 55515c3
redis_benchmarks_specification/__common__/github.py
@@ -237,7 +237,7 @@ def generate_benchmark_started_pr_comment(
237
)
238
239
comment_body += f"Started benchmark suite at {benchmark_suite_start_datetime} and took {benchmark_suite_duration_secs} seconds "
240
- if total_pending == 0:
+ if total_pending > 0:
241
comment_body += "up until now.\n"
242
else:
243
comment_body += "to finish.\n"
0 commit comments