Uses the excluded_folders from languages-customization.yml to skip go vendor directories when getting the cached filepaths.
➜ alizer-testing time ./alizer-old component eventing-kafka-broker > old.log
./alizer-old component eventing-kafka-broker > old.log 5.91s user 0.87s system 104% cpu 6.514 total
➜ alizer-testing time ./alizer component eventing-kafka-broker > new.log
./alizer component eventing-kafka-broker > new.log 3.20s user 0.31s system 102% cpu 3.443 total
What does this PR do?
Uses the
excluded_folders
fromlanguages-customization.yml
to skip go vendor directories when getting the cached filepaths.Which issue(s) this PR fixes:
fixes #208