Guest User

Untitled

a guest
Jul 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. == TheMigration: reverting ===================================================
  2. -- drop_table(:people)
  3. == TheMigration: migrating ===================================================
  4. -- create_table(:people)
  5. -> 0.0575s
  6. -- add_index(:people, :name)
  7. -> 0.0400s
  8. -- add_index(:people, :sex)
  9. -> 0.0052s
  10. -- add_index(:people, :birthday)
  11. -> 0.0044s
  12. -- add_index(:people, :divisions)
  13. -> 0.0064s
  14. == TheMigration: migrated (0.1141s) ==========================================
  15.  
  16.  
  17.  
  18.  
  19.  
  20. AR
  21. user system total real
  22. inserting data 15.880000 1.400000 17.280000 ( 25.141273)
  23. finding all 0.120000 0.020000 0.140000 ( 0.163360)
  24. finding last 0.000000 0.000000 0.000000 ( 0.000467)
  25. find names 0.030000 0.000000 0.030000 ( 0.035074)
  26.  
  27.  
  28. TC table
  29. user system total real
  30. inserting data 0.400000 0.050000 0.450000 ( 0.452233)
  31. finding all 1.030000 0.140000 1.170000 ( 1.160435)
  32. find last 0.000000 0.000000 0.000000 ( 0.000018)
  33. find names 0.450000 0.000000 0.450000 ( 0.481272)
Add Comment
Please, Sign In to add comment