MemorySinkSource mem2 = new MemorySinkSource();
EventUtil.dumpAll(seq, mem2);
seq.close();
b2.mark("seqfile_loaded");
b2.done();
}
@Test
public void testReadFormat() throws IOException, InterruptedException {
Benchmark b = new Benchmark("log4j format read");