public void testManyOld() throws InterruptedException {
MessageTree tree = buildMessages();
PlainTextMessageCodec1 codec = new PlainTextMessageCodec1();
ChannelBuffer buf = ChannelBuffers.dynamicBuffer(8192);
codec.encode(tree, buf);
buf.readInt();
buf.markReaderIndex();
long current = System.currentTimeMillis();