*/
@Test
public void testNewExtractScan100() throws IOException, EventExtractException {
Benchmark b = new Benchmark("new extract - scan 100 blocks");
b.mark("build dataset");
ByteArrayOutputStream out = new ByteArrayOutputStream();
// 1M x 100 byte messages, 0 is the rand seed
NoNlSynthSource src = new NoNlSynthSource(1000000, 100, 0);
src.open();