Skip to content

Instantly share code, notes, and snippets.

@paul
Created September 10, 2008 18:10
Show Gist options
  • Save paul/9982 to your computer and use it in GitHub Desktop.
Save paul/9982 to your computer and use it in GitHub Desktop.
Before Yehuda's commit ( e253765ed82aa91cc91555eb5871d82d5df3e436 ):
| DM 0.9.4 | AR 2.1 | DIFF |
--------------------------------------------------------------------------------
Model.new (instantiation) x10000 | 0.949 | 0.568 | 1.67x |
Model.new(setting attributes) x10000 | 2.757 | 2.233 | 1.23x |
Before _monki's fix ( db6c116af073ad5cd219652366f2ef4fb47ef807 ):
| DM 0.9.4 | AR 2.1 | DIFF |
--------------------------------------------------------------------------------
Model.new (instantiation) x10000 | 1.045 | 0.652 | 1.60x |
Model.new(setting attributes) x10000 | 17.931 | 2.588 | 6.93x |
Current HEAD ( d69127d8ac8a59eacd459909a7799f42a68d27a8 )
| DM 0.9.4 | AR 2.1 | DIFF |
--------------------------------------------------------------------------------
Model.new (instantiation) x10000 | 1.003 | 0.578 | 1.73x |
Model.new(setting attributes) x10000 | 2.945 | 2.189 | 1.35x |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment