vast
vast copied to clipboard
LLVM test suite fixes & upgrades
Description
- [x] Move total scores to the top of the table
- [x] Improve column headers (High-Level, LLVM, Binary)
- [ ] Replace
FAILwith some more visible marker (maybe also add something for "complete" pass?) - [ ] Make test names clickable links to the benchmark sources
- [x] Investigate and fix weird benchmark results in MLIR - e.g.
2010-05-24-BitfieldTest - [ ] Fix binary compilation results reporting 0.0 time for some benchmarks
- [ ] Cache the clone of the test suite in the CI action to reduce the runtime (it takes about 4 minutes to clone the repository at the moment)
- [ ] Add
clangbaseline to the results