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")