skippyPeanutButter / yaml_bot

Validate the content of a yaml file according to a set of rules
MIT License
3 stars 0 forks source link

yamlbot cli tool is too slow to start scanning #16

Open skippyPeanutButter opened 7 years ago

skippyPeanutButter commented 7 years ago

Currently, there seems to be about a 15-20 second delay before yamlbot scans the yaml file.

The code should be run through a profiler so that the speed bottlenecks can be tracked down.

skippyPeanutButter commented 7 years ago

Two potential tools were recommended for profiling a ruby gem. https://github.com/ruby-prof/ruby-prof https://github.com/tmm1/stackprof