Running through a set of common CRUD operations. Each object on both ORMs uses a single model containing 3 attributes: a String
, a Fixnum
, and a Time
. Each benchmark operates on 5000 objects.
user system total real
AR 0.230000 0.010000 0.240000 ( 0.240430)
PORO 0.000000 0.000000 0.000000 ( 0.001539)