Here're the presentation slides based on this benchmark scripts.
To setup a test database
ruby setup_db.rb
To setup a record for innodb memcached plugin. You should read the official document, http://dev.mysql.com/doc/refman/5.6/en/innodb-memcached.html .
use innodb_memcache;
delete from containers where name='aaa';
INSERT INTO `containers` VALUES ('ccc','test','user','id','name|mail','c3','c4','c5','PRIMARY');
install plugin daemon_memcached soname "libmemcached.so";
This repo is free software, available under [the MIT license] license. Some code in each sub-directory may be under another license, so please check a README in each directory.