mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updated the preformance_testing guide to reflect the fact that prof-rails no longer needs to be fetched from github
This commit is contained in:
parent
8132bb6f79
commit
7864f83165
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile
|
||||||
under MRI or REE:
|
under MRI or REE:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'ruby-prof', git: 'git://github.com/wycats/ruby-prof.git'
|
gem 'ruby-prof'
|
||||||
```
|
```
|
||||||
|
|
||||||
Now run `bundle install` and you're ready to go.
|
Now run `bundle install` and you're ready to go.
|
||||||
|
|
Loading…
Reference in a new issue