Guest User

Untitled

a guest
Feb 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. | AR 2.2.2 | DM 0.9.8 | Sq 2.8.0 |
  2. -----------------------------------------------------------------------------------------
  3. Model.new (instantiation) x10000 | 0.643 | 0.060 | 9.764 |
  4. Model.new (setting attributes) x10000 | 2.810 | 1.546 | 10.862 |
  5. Model.get specific (not cached) x10000 | 11.510 | 24.749 | 16.524 |
  6. Model.get specific (cached) x10000 | 12.190 | 1.165 | |
  7. Model.first x10000 | 10.292 | 18.622 | 13.425 |
  8. Model.all limit(100) x1000 | 31.162 | 38.043 | 33.985 |
  9. Model.all limit(100) with relationship x1000 | 63.097 | 245.763 | 204.498 |
  10. Model.all limit(10,000) x10 | 28.371 | 36.127 | 30.088 |
Add Comment
Please, Sign In to add comment