Skip to content

Benchmark Output

jmervine edited this page Jul 11, 2012 · 4 revisions

v1.1.0

Ruby 1.9.3p194

small string * 100000

       			user     system      total        real
diskcached set  3.490000   5.020000   8.510000 ( 21.678360)
memcached  set  1.360000   1.370000   2.730000 (  4.089817)
diskcached get  1.350000   0.390000   1.740000 (  1.748668)
memcached  get  1.350000   1.250000   2.600000 (  3.622510)

large hash * 100000

       			user     system      total        real
diskcached set 19.500000   7.120000  26.620000 ( 60.023748)
memcached  set 15.990000   2.620000  18.610000 ( 21.496714)
diskcached get 13.150000   0.710000  13.860000 ( 13.914191)
memcached  get 12.660000   1.490000  14.150000 ( 14.907144)

Ruby 1.9.2p318

small string * 100000

    	        user     system      total        real
diskcached set  3.230000   4.920000   8.150000 ( 20.550795)
memcached  set  1.280000   1.460000   2.740000 (  4.059335)
diskcached get  1.430000   0.430000   1.860000 (  1.868687)
memcached  get  1.460000   1.510000   2.970000 (  4.185749)

large hash * 100000

      		   user     system      total        real
diskcached set 19.880000   7.120000  27.000000 ( 58.344961)
memcached  set 16.210000   2.670000  18.880000 ( 21.034065)
diskcached get 13.490000   0.810000  14.300000 ( 14.340483)
memcached  get 13.090000   1.810000  14.900000 ( 16.127215)