Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support LLVM lit #129

Open
tgymnich opened this issue Aug 5, 2022 · 0 comments · May be fixed by #292
Open

Feature request: Support LLVM lit #129

tgymnich opened this issue Aug 5, 2022 · 0 comments · May be fixed by #292

Comments

@tgymnich
Copy link

tgymnich commented Aug 5, 2022

It would be nice if the benchmark action could support the lit the LLVM Integrated Tester.

The json output generated by lit looks as follows:

{
  "__version__": [
    15,
    0,
    0
  ],
  "elapsed": 13.489635944366455,
  "tests": [
    {
      "code": "PASS",
      "elapsed": 13.247512102127075,
      "name": "Target :: [Target]/[TestSuite]/[TestName].ll",
      "output": "[test output ....] "
    }
  ]
}
@tgymnich tgymnich linked a pull request Jan 19, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant