$size = 1; $count = 10; if (isset($_SERVER['argv'][1])){ $size = $_SERVER['argv'][1]; } if (isset($_SERVER['argv'][2])){ $count = $_SERVER['argv'][2]; } $m = new Memcache(); $m->connect('localhost', 11211) or die("connect error\n"); require_once 'simpletest/unit_tester.php'; $data = new GroupTest(); var_dump($data); $str = array(str_repeat('.', $size), $data); $start = microtime(true); for ($i = 0