From 95902a856ecaded1d52fa63be5bc00e56d403f60 Mon Sep 17 00:00:00 2001 From: Abul Date: Mon, 20 Jul 2026 07:25:46 +0530 Subject: [PATCH] test --- .github/scripts/perf_comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/perf_comment.py b/.github/scripts/perf_comment.py index 8caec894d2fa..9cb64fcfb52b 100644 --- a/.github/scripts/perf_comment.py +++ b/.github/scripts/perf_comment.py @@ -79,6 +79,7 @@ def main(): results = json.load(f) body = render(results) + print(body) token = os.environ.get("GITHUB_TOKEN")