Skip to content

Commit

Permalink
Update example results
Browse files Browse the repository at this point in the history
  • Loading branch information
John Williams committed Jan 14, 2015
1 parent b90bac7 commit d7580e5
Showing 1 changed file with 74 additions and 74 deletions.
148 changes: 74 additions & 74 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,107 +29,107 @@ Run benchmarks:
```
================== mem_cache ==================
user system total real
mem_cache:set 10.980000 2.870000 13.850000 ( 14.132883)
mem_cache:set:plain 21.400000 5.540000 26.940000 ( 27.874981)
mem_cache:get 14.750000 3.140000 17.890000 ( 18.560097)
mem_cache:get:plain 27.990000 5.590000 33.580000 ( 34.132347)
mem_cache:multiget 10.920000 1.210000 12.130000 ( 12.966398)
mem_cache:missing 19.210000 5.100000 24.310000 ( 24.732993)
mem_cache:mixed 51.500000 11.990000 63.490000 ( 67.428857)
mem_cache:set 1.160000 0.280000 1.440000 ( 1.463249)
mem_cache:set:plain 2.140000 0.580000 2.720000 ( 2.780642)
mem_cache:get 1.410000 0.320000 1.730000 ( 1.756619)
mem_cache:get:plain 2.770000 0.620000 3.390000 ( 3.451330)
mem_cache:multiget 1.060000 0.090000 1.150000 ( 1.164813)
mem_cache:missing 1.930000 0.540000 2.470000 ( 2.512572)
mem_cache:mixed 5.140000 1.180000 6.320000 ( 6.421799)
================== memcached ==================
user system total real
memcached:set 2.190000 2.240000 4.430000 ( 7.033878)
memcached:set:plain 5.300000 4.640000 9.940000 ( 15.634232)
memcached:get 2.370000 2.500000 4.870000 ( 7.365692)
memcached:get:plain 4.910000 4.620000 9.530000 ( 13.649757)
memcached:multiget 2.110000 0.890000 3.000000 ( 3.815322)
memcached:missing 4.820000 4.420000 9.240000 ( 13.097224)
memcached:mixed 9.840000 9.290000 19.130000 ( 29.674597)
memcached:set 0.220000 0.220000 0.440000 ( 0.702720)
memcached:set:plain 0.480000 0.430000 0.910000 ( 1.408405)
memcached:get 0.250000 0.190000 0.440000 ( 0.660413)
memcached:get:plain 0.430000 0.450000 0.880000 ( 1.279175)
memcached:multiget 0.230000 0.060000 0.290000 ( 0.365968)
memcached:missing 0.460000 0.520000 0.980000 ( 1.420940)
memcached:mixed 0.960000 0.790000 1.750000 ( 2.668685)
================== memcached_disable_binary ==================
user system total real
memcached_disable_binary:set 2.300000 2.240000 4.540000 ( 7.152427)
memcached_disable_binary:set:plain 5.150000 4.490000 9.640000 ( 14.895139)
memcached_disable_binary:get 2.240000 2.260000 4.500000 ( 6.543922)
memcached_disable_binary:get:plain 4.970000 4.550000 9.520000 ( 13.651242)
memcached_disable_binary:multiget 2.090000 0.840000 2.930000 ( 3.729093)
memcached_disable_binary:missing 5.080000 4.910000 9.990000 ( 14.865630)
memcached_disable_binary:mixed 9.690000 8.730000 18.420000 ( 27.877978)
memcached_disable_binary:set 0.280000 0.170000 0.450000 ( 0.707164)
memcached_disable_binary:set:plain 0.420000 0.480000 0.900000 ( 1.414783)
memcached_disable_binary:get 0.240000 0.210000 0.450000 ( 0.667521)
memcached_disable_binary:get:plain 0.480000 0.430000 0.910000 ( 1.316484)
memcached_disable_binary:multiget 0.200000 0.080000 0.280000 ( 0.354720)
memcached_disable_binary:missing 0.550000 0.390000 0.940000 ( 1.323871)
memcached_disable_binary:mixed 0.860000 0.870000 1.730000 ( 2.662431)
================== memcached_rails ==================
user system total real
memcached_rails:set 2.490000 2.240000 4.730000 ( 7.301725)
memcached_rails:set:plain 3.190000 4.080000 7.270000 ( 12.413401)
memcached_rails:get 2.700000 2.590000 5.290000 ( 8.321690)
memcached_rails:get:plain 3.640000 4.360000 8.000000 ( 12.045570)
memcached_rails:multiget 2.110000 0.850000 2.960000 ( 3.762575)
memcached_rails:missing 4.880000 4.730000 9.610000 ( 13.521457)
memcached_rails:mixed 9.660000 9.250000 18.910000 ( 29.741724)
memcached_rails:set 0.260000 0.200000 0.460000 ( 0.716207)
memcached_rails:set:plain 0.310000 0.520000 0.830000 ( 1.693508)
memcached_rails:get 0.260000 0.320000 0.580000 ( 1.032739)
memcached_rails:get:plain 0.470000 0.580000 1.050000 ( 1.776318)
memcached_rails:multiget 0.220000 0.080000 0.300000 ( 0.414793)
memcached_rails:missing 0.600000 0.490000 1.090000 ( 1.619777)
memcached_rails:mixed 0.880000 0.920000 1.800000 ( 2.747018)
================== memcached_rails_disable_binary ==================
user system total real
memcached_rails_disable_binary:set 2.470000 2.420000 4.890000 ( 7.782162)
memcached_rails_disable_binary:set:plain 2.880000 4.380000 7.260000 ( 12.438628)
memcached_rails_disable_binary:get 2.340000 2.230000 4.570000 ( 6.586173)
memcached_rails_disable_binary:get:plain 3.520000 4.490000 8.010000 ( 12.082949)
memcached_rails_disable_binary:multiget 2.070000 0.850000 2.920000 ( 3.759513)
memcached_rails_disable_binary:missing 5.050000 4.760000 9.810000 ( 14.108435)
memcached_rails_disable_binary:mixed 9.660000 9.430000 19.090000 ( 28.927891)
memcached_rails_disable_binary:set 0.260000 0.210000 0.470000 ( 0.744760)
memcached_rails_disable_binary:set:plain 0.350000 0.400000 0.750000 ( 1.264912)
memcached_rails_disable_binary:get 0.230000 0.210000 0.440000 ( 0.638570)
memcached_rails_disable_binary:get:plain 0.340000 0.400000 0.740000 ( 1.140283)
memcached_rails_disable_binary:multiget 0.190000 0.120000 0.310000 ( 0.394131)
memcached_rails_disable_binary:missing 0.520000 0.440000 0.960000 ( 1.344471)
memcached_rails_disable_binary:mixed 0.870000 0.920000 1.790000 ( 2.746256)
================== dalli ==================
user system total real
dalli:set 8.550000 2.890000 11.440000 ( 12.619461)
dalli:set:plain 15.990000 5.930000 21.920000 ( 25.304116)
dalli:get 7.380000 2.800000 10.180000 ( 11.152937)
dalli:get:plain 15.180000 5.710000 20.890000 ( 22.846440)
dalli:multiget 8.690000 1.680000 10.370000 ( 10.569437)
dalli:missing 13.430000 5.580000 19.010000 ( 21.773104)
dalli:mixed 34.120000 11.390000 45.510000 ( 50.975886)
dalli:set 0.880000 0.280000 1.160000 ( 1.263827)
dalli:set:plain 1.530000 0.570000 2.100000 ( 2.338174)
dalli:get 0.790000 0.250000 1.040000 ( 1.136878)
dalli:get:plain 1.510000 0.610000 2.120000 ( 2.292976)
dalli:multiget 0.900000 0.220000 1.120000 ( 1.134238)
dalli:missing 1.350000 0.470000 1.820000 ( 1.998903)
dalli:mixed 3.380000 1.150000 4.530000 ( 4.964549)
================== mem_cache_store ==================
user system total real
mem_cache_store:mixed 50.560000 9.640000 60.200000 ( 65.236109)
mem_cache_store:mixed:rails-localcache 44.500000 8.080000 52.580000 ( 56.402804)
mem_cache_store:set 15.220000 3.190000 18.410000 ( 19.790836)
mem_cache_store:set:rails-localcache 15.780000 3.240000 19.020000 ( 20.381800)
mem_cache_store:get 16.700000 3.060000 19.760000 ( 21.476411)
mem_cache_store:get:rails-localcache 16.850000 2.960000 19.810000 ( 20.688119)
mem_cache_store:big_read_multi 79.530000 14.540000 94.070000 ( 99.758591)
mem_cache_store:big_read_multi:rails-localcache 66.250000 10.370000 76.620000 ( 81.315423)
mem_cache_store:mixed 4.990000 0.870000 5.860000 ( 6.142565)
mem_cache_store:mixed:rails-localcache 4.350000 0.800000 5.150000 ( 5.450127)
mem_cache_store:set 1.510000 0.310000 1.820000 ( 1.947190)
mem_cache_store:set:rails-localcache 1.660000 0.290000 1.950000 ( 2.133841)
mem_cache_store:get 1.670000 0.260000 1.930000 ( 1.997019)
mem_cache_store:get:rails-localcache 1.720000 0.290000 2.010000 ( 2.095898)
mem_cache_store:big_read_multi 7.780000 1.530000 9.310000 ( 10.110451)
mem_cache_store:big_read_multi:rails-localcache 7.070000 1.000000 8.070000 ( 8.840837)
================== memcached_store ==================
user system total real
memcached_store:mixed 28.520000 9.840000 38.360000 ( 46.949240)
memcached_store:mixed:rails-localcache 28.250000 7.890000 36.140000 ( 43.047112)
memcached_store:set 9.390000 3.080000 12.470000 ( 15.641645)
memcached_store:set:rails-localcache 9.810000 3.010000 12.820000 ( 15.605396)
memcached_store:get 7.970000 3.020000 10.990000 ( 13.082962)
memcached_store:get:rails-localcache 8.900000 3.060000 11.960000 ( 14.257227)
memcached_store:big_read_multi 35.850000 12.070000 47.920000 ( 56.068037)
memcached_store:big_read_multi:rails-localcache 29.940000 9.050000 38.990000 ( 45.142524)
memcached_store:mixed 2.780000 0.980000 3.760000 ( 4.551252)
memcached_store:mixed:rails-localcache 2.860000 0.700000 3.560000 ( 4.187399)
memcached_store:set 0.930000 0.280000 1.210000 ( 1.503208)
memcached_store:set:rails-localcache 0.990000 0.270000 1.260000 ( 1.530528)
memcached_store:get 0.800000 0.290000 1.090000 ( 1.297880)
memcached_store:get:rails-localcache 0.910000 0.290000 1.200000 ( 1.434191)
memcached_store:big_read_multi 3.560000 1.200000 4.760000 ( 5.485074)
memcached_store:big_read_multi:rails-localcache 2.940000 0.870000 3.810000 ( 4.297155)
================== memcached_store_disable_binary ==================
user system total real
memcached_store_disable_binary:mixed 30.180000 10.030000 40.210000 ( 49.672475)
memcached_store_disable_binary:mixed:rails-localcache 29.690000 8.000000 37.690000 ( 45.133441)
memcached_store_disable_binary:set 9.610000 2.810000 12.420000 ( 15.252278)
memcached_store_disable_binary:set:rails-localcache 10.310000 2.830000 13.140000 ( 15.977240)
memcached_store_disable_binary:get 8.690000 2.930000 11.620000 ( 14.066607)
memcached_store_disable_binary:get:rails-localcache 9.680000 3.150000 12.830000 ( 15.615923)
memcached_store_disable_binary:big_read_multi 36.910000 12.760000 49.670000 ( 57.974890)
memcached_store_disable_binary:big_read_multi:rails-localcache 31.150000 8.690000 39.840000 ( 45.472823)
memcached_store_disable_binary:mixed 2.940000 0.970000 3.910000 ( 4.689338)
memcached_store_disable_binary:mixed:rails-localcache 2.940000 0.720000 3.660000 ( 4.294590)
memcached_store_disable_binary:set 0.980000 0.270000 1.250000 ( 1.535586)
memcached_store_disable_binary:set:rails-localcache 1.060000 0.300000 1.360000 ( 1.666404)
memcached_store_disable_binary:get 0.900000 0.240000 1.140000 ( 1.351099)
memcached_store_disable_binary:get:rails-localcache 1.000000 0.250000 1.250000 ( 1.466146)
memcached_store_disable_binary:big_read_multi 3.720000 1.160000 4.880000 ( 5.612295)
memcached_store_disable_binary:big_read_multi:rails-localcache 3.130000 0.930000 4.060000 ( 4.845301)
================== dalli_store ==================
user system total real
dalli_store:mixed 43.910000 10.100000 54.010000 ( 58.234206)
dalli_store:mixed:rails-localcache 44.180000 8.280000 52.460000 ( 57.710744)
dalli_store:set 14.710000 3.230000 17.940000 ( 20.882298)
dalli_store:set:rails-localcache 14.850000 3.190000 18.040000 ( 19.756844)
dalli_store:get 12.250000 2.830000 15.080000 ( 15.868066)
dalli_store:get:rails-localcache 13.950000 3.190000 17.140000 ( 18.888504)
dalli_store:big_read_multi 62.020000 14.860000 76.880000 ( 81.133482)
dalli_store:big_read_multi:rails-localcache 27.600000 3.000000 30.600000 ( 31.914885)
dalli_store:mixed 4.970000 1.080000 6.050000 ( 7.068584)
dalli_store:mixed:rails-localcache 4.080000 0.890000 4.970000 ( 5.288698)
dalli_store:set 1.340000 0.310000 1.650000 ( 1.767724)
dalli_store:set:rails-localcache 1.380000 0.330000 1.710000 ( 1.820832)
dalli_store:get 1.240000 0.300000 1.540000 ( 1.619246)
dalli_store:get:rails-localcache 1.370000 0.260000 1.630000 ( 1.691986)
dalli_store:big_read_multi 6.100000 1.470000 7.570000 ( 7.936526)
dalli_store:big_read_multi:rails-localcache 2.780000 0.250000 3.030000 ( 3.110808)
```
<!-- result_table_end -->

Expand Down

0 comments on commit d7580e5

Please sign in to comment.