github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

Feature request: Support LLVM lit

Open tgymnich opened this issue 1 year ago • 0 comments

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 avatar Aug 05 '22 14:08 tgymnich