Bundler Install Stats banner
Shopify Shopify

Bundler Install Stats

Development community

Description

A Bundler plugin to measure how long each gem takes to install

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Bundler Install Stats

Introduction

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

Installation

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