LowLevel.msg("Micro Benchmarks:");
LowLevel.lf();
Execute.perform(new Add());
Execute.perform(new Iinc());
Execute.perform(new Ldc());
Execute.perform(new BranchTaken());
Execute.perform(new BranchNotTaken());
Execute.perform(new GetField());
Execute.perform(new GetStatic());
Execute.perform(new Array());