benchmark-action / benchmark-action/github-action-benchmark
Feature request: Support LLVM lit
Open
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 184
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if the benchmark action could support the [lit](https://llvm.org/docs/CommandGuide/lit.html) 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 ....] "
}
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.