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 d806053 commit 009f13fCopy full SHA for 009f13f
bench_runner/gh.py
@@ -73,7 +73,7 @@ def benchmark(
73
def send_notification(body):
74
conf = config.get_bench_runner_config()
75
notification_issue = conf.get("notify", {}).get("notification_issue", 0)
76
-
+
77
if notification_issue == 0:
78
print("Not sending Github notification.")
79
return
0 commit comments