This a plugin for Bundler that records and reports how long it takes to install each gem. It may be helpful in the following situations:
- Diagnosing a slow CI run
- Tracking the install cost of dependencies over time
- Evaluating the impact of pure Ruby vs native extensions
- Evaluating the impact of pre-compiled native extensions vs those compiled on demand
In order to use this plugin, you must install it via Bundler:
bundle plugin install bundle-install-stats
If you're working on the plugin locally, you can install with:
bundle plugin uninstall bundler_install_stats
bundle plugin install --git $PWD bundler_install_stats
Then you should see the plugin list when you run:
bundle plugin list