Use padrino-performance suites
masterThe padrino-performance tool wraps your Padrino commands to run specific performance suites. The syntax is:
bundle exec padrino-performance SUITE -- bundle exec padrino COMMAND
Available suites:
- JSON suite (
-jor--json): Detects conflicting JSON libraries declared in yourGemfilethat perform similar functions. - Memory suite (
-mor--mem): Prints the memory usage of your application upon startup.