Skip to content

Instantly share code, notes, and snippets.

@actsasflinn
Created November 15, 2009 06:13
Show Gist options
  • Save actsasflinn/235045 to your computer and use it in GitHub Desktop.
Save actsasflinn/235045 to your computer and use it in GitHub Desktop.
Experimental Tokyo Tyrant Balancer Benchmark
TokyoTyrant Single Node
user system total real
inserting data 0.320000 0.170000 0.490000 ( 1.415912)
reading data 0.310000 0.170000 0.480000 ( 1.394186)
TokyoTyrant Balanced 3 nodes using Ruby C Fast Hash Ring
user system total real
inserting data 0.300000 0.170000 0.470000 ( 1.464022)
reading data 0.350000 0.170000 0.520000 ( 1.489997)
TokyoTyrant Balanced 3 nodes using Ruby Hash Ring
user system total real
inserting data 1.500000 0.200000 1.700000 ( 2.753259)
reading data 1.620000 0.190000 1.810000 ( 2.851487)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment