Skip to content

Instantly share code, notes, and snippets.

Rails 2.3 latest
| AR |
------------------------------------------------------------------
Model#id x100000 | 1.057 |
Model.new (instantiation) x10000 | 0.346 |
Model.new (setting attributes) x10000 | 0.967 |
Model.first x10000 | 3.932 |
Model.all limit(100) x1000 | 10.701 |
Model.all limit(100) with relationship x1000 | 25.143 |