You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for now, user can only understand speed of each check when benchmarking clang-tidy analysis himself.
We could create a new column in https://clang.llvm.org/extra/clang-tidy/checks/list.html with speed of each check.
I didn't think much in what form to present it, but for first iteration it could be SLOW, MEDIUM, FAST.
Here is how clangdmeasures each check. We could reuse some of the infrastructure from clangd to begin with and later build a benchmark framework similar which clang-static-analyzer has.