Skip to content

Feature request: Support LLVM lit  #129

Open
@tgymnich

Description

@tgymnich

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 ....] "
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions