Skip to content

Instantly share code, notes, and snippets.

@deathbob
Created March 13, 2010 04:18
Show Gist options
  • Save deathbob/331099 to your computer and use it in GitHub Desktop.
Save deathbob/331099 to your computer and use it in GitHub Desktop.
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