mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix typo on the performance test guide
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user