mirror of
https://github.com/llvm/llvm-lnt
synced 2026-08-25 17:56:08 +00:00
No description
- Python 56.2%
- JavaScript 28.8%
- HTML 9.4%
- C++ 2.2%
- Shell 2.2%
- Other 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
LIT's default order is "smart", which on subsequent runs orders tests based on their execution time (negated for failure). Unfortunately, while great for llvm's regression suite, that ordering is not great for benchmark stability, where we want things to be as consistent as possible from run to run. Thanks to Ahmad Yasin for spotting this. rdar://185192119 |
||
| .github | ||
| deployment | ||
| docker | ||
| docs | ||
| examples | ||
| lnt | ||
| schemas | ||
| tests | ||
| utils | ||
| .gitignore | ||
| LICENSE.TXT | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| requirements.client.txt | ||
| requirements.server.txt | ||
| requirements.txt | ||
LNT: LLVM Nightly Test Infrastructure
About
LNT is an infrastructure for performance testing. The software itself consists of two main parts, a web application for accessing and visualizing performance data, and command line utilities to allow users to generate and submit test results to the server.
The package was originally written for use in testing LLVM compiler technologies, but is designed to be usable for the performance testing of any software.
Documentation
The official LNT documentation is available online at: https://llvm.org/docs/lnt
Source
The LNT source is available in the llvm-lnt repository: https://github.com/llvm/llvm-lnt
Contributing
To get started, please look at the Developer Guide in the official documentation.