| # Copyright 2022 The IREE Authors |
| # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| # See https://llvm.org/LICENSE.txt for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| from dataclasses import dataclass |
| GIST_LINK_PLACEHORDER = "<<gist-link-placeholder>>" |
| class CommentData(object): |
| """Benchmark comment data.""" |
| # Unique id to identify the same kind of comment. |
| # Abbreviated markdown to post as a comment. |
| # Abbreviated markdown to post on gist. |
| unverified_pr_number: int |