[PATCH] D83539: [analyzer][tests] Introduce analyzer benchmarking framework
Valeriy Savchenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 01:22:51 PDT 2020
vsavchenko created this revision.
vsavchenko added reviewers: NoQ, xazax.hun, dcoughlin.
Herald added subscribers: cfe-commits, ASDenysPetrov, Charusso, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware.
Herald added a project: clang.
This commit includes a couple of changes:
- Benchmark selected projects by analyzing them multiple times
- Compare two benchmarking results and visualizing them on one chart
- Organize project build logging, so we can use the same code in benchmarks
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83539
Files:
clang/utils/analyzer/SATest.py
clang/utils/analyzer/SATestBenchmark.py
clang/utils/analyzer/SATestBuild.py
clang/utils/analyzer/SATestUpdateDiffs.py
clang/utils/analyzer/requirements.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83539.276946.patch
Type: text/x-patch
Size: 19426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200710/dfa60cb0/attachment-0001.bin>
More information about the cfe-commits
mailing list