678910111213
public class BenchLift extends BenchMark { public BenchLift() { // initialization ctrl = new LiftControl(); io = new TalIo(); }