rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Show time spent. #2

Closed DAddYE closed 10 years ago

DAddYE commented 12 years ago

This can be great to compare rubies performances during tests.

mislav commented 12 years ago

I don't think it belongs in this project. You can do: rbenv each -v time ruby -e '...'