Sha256: e465b8c738b4633e4676fc94515c4388b4c74b5e801e22e281c5c53c1980700e

Contents?: true

Size: 784 Bytes

Versions: 5

Compression:

Stored size: 784 Bytes

Contents

.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-BENCHMARK" "1" "June 2011" "" ""
.
.SH "NAME"
\fBbundle\-benchmark\fR \- Display the time taken for each gem to be loaded
.
.SH "SYNOPSIS"
\fBbundle benchmark\fR [group]
.
.SH "DESCRIPTION"
This command loads all your required dependencies as per Bundler\.setup, and displays the total time spent in requiring each gem and its dependencies\.
.
.P
Use this command to track down problems with excessive boot time in your application, or to optimize specific groups in your Gemfile for fast setup\.
.
.SH "GROUP OPTION"
To test the load times for gems in a specific group, pass the group as an argument to \fBbundle benchmark\fR\. Omitting this option loads all dependencies in your Gemfile\.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bundler-1.1.rc lib/bundler/man/bundle-benchmark
bundler-1.1.pre.8 lib/bundler/man/bundle-benchmark
bundler-1.0.17 lib/bundler/man/bundle-benchmark
bundler-1.1.pre.7 lib/bundler/man/bundle-benchmark
bundler-1.1.pre.5 lib/bundler/man/bundle-benchmark