benchmark-action / benchmark-action/github-action-benchmark

Feature request: Support LLVM lit

Open
#129 0 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.