mirror of https://github.com/rails/rails
Fix typo on the performance test guide
This commit is contained in:
parent
c809de8291
commit
2d337ef080
|
@ -447,7 +447,7 @@ h4. Using Ruby-Prof on MRI and REE
|
|||
Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE:
|
||||
|
||||
<ruby>
|
||||
gem 'ruby-prof', :path => 'git://github.com/wycats/ruby-prof.git'
|
||||
gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git'
|
||||
</ruby>
|
||||
|
||||
Now run +bundle install+ and you're ready to go.
|
||||
|
|
Loading…
Reference in New Issue