Created
March 13, 2010 04:18
-
-
Save deathbob/331099 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
master>rake import:users | |
(in /Users/bob/src/ffe) | |
user system total real | |
Faster 22.100000 1.100000 23.200000 ( 23.217951) | |
CSV 371.860000 8.340000 380.200000 (380.484987) | |
... | |
master>rake import:users | |
(in /Users/bob/src/ffe) | |
user system total real | |
FasterCSV 22.030000 1.040000 23.070000 ( 23.080291) | |
449579 records | |
required size = 10 | |
invalid records 0 | |
master> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment