public void run() {
try {
int iters = 0;
MorphlineContext ctx = new MorphlineContext.Builder().build();
Config config = parse("test-morphlines/convertHTML");
Collector myCollector = new Collector();
Command myMorphline = new PipeBuilder().build(config, null, myCollector, ctx);
long start = System.currentTimeMillis();
while (System.currentTimeMillis() < start + durationMillis) {
Record record = new Record();