// 15x faster
public void speed() throws IOException {
ExecCommands ec = new ExecCommands();
ec.setBodyTurnRemaining(150.123);
ec.getBullets().add(new BulletCommand(1.0, true, 0.9354, 11));
ec.getBullets().add(new BulletCommand(1.0, true, 0.9354, 11));
ec.getBullets().add(new BulletCommand(1.0, true, 0.9354, 11));
ec.getTeamMessages().add(new TeamMessage("Foo", "Bar", null));
ec.getDebugProperties().add(new DebugProperty("ooooh", "aaaah"));
ByteArrayOutputStream out = new ByteArrayOutputStream(1024);