Skip to content

Commit 22d3868

Browse files
committed
Add hardcoded test notification
1 parent 49a1df3 commit 22d3868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bench_runner/scripts/generate_results.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,13 @@ def save_generated_results(results: Iterable[Result], force: bool = False) -> No
199199
if len(people_affected):
200200
send_notification(people_affected)
201201

202+
gh.send_notification("@mdboom: Test notification")
203+
202204

203205
def send_notification(people_affected):
204206
github_repo = os.environ.get("GITHUB_REPOSITORY", "UNKNOWN")
205207

206-
body = "🤖 This is the benchmarking bot with some new results\n\n"
208+
body = "🤖 This is the friendly benchmarking bot with some new results!\n\n"
207209
for actor, directories in people_affected.items():
208210
body += f"@{actor}: "
209211
for directory in directories:

0 commit comments

Comments
 (0)