hyperloop-rails / powerstation

A Tool for Detecting Performance Bugs in Rails Applications
https://hyperloop-rails.github.io/
BSD 2-Clause "Simplified" License
57 stars 5 forks source link

Exclude `log` directory from analysis #1

Closed itsderek23 closed 6 years ago

itsderek23 commented 6 years ago

It looks like the script greps everything inside the current directory.

Some directories should likely be excluded by default, like the /log directory, which frequently contains large files that don't have application code.

chadwilken commented 6 years ago

@itsderek23 I just copied into the directories I cared about app and so on and then ran it in isolation per directory

hyperloop-rails commented 6 years ago

You can now use the java version which takes in the folder as the parameter

Sent with GitHawk