[PATCH] D83942: [analyzer][tests] Add a notion of project sizes
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 07:20:03 PDT 2020
Szelethus added a comment.
I don't speak snek, but I approve this message!
Its also great that we have dedicated tiny/small projects to analyze locally.
================
Comment at: clang/utils/analyzer/ProjectMap.py:31
+ SMALL: 1min-10min
+ BIG: 10min-1h
+ HUGE: >1h
----------------
Just an observation rather then a suggestion, its interesting that we don't have a MEDIUM size in between SMALL and BIG. I think the TINY category describes the sub-minute runs well, and it'd be awkward to introduce a project in between SMALL and BIG, so I don't immediately see a time interval we need to categorize.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83942/new/
https://reviews.llvm.org/D83942
More information about the cfe-commits
mailing list