private static final boolean profile = "true".equals(System.getProperty("profile"));
@Test
public void testProfile() throws Exception {
Writer out = new DiscardWriter();
Collection<Object[]> datas = TemplateTest.prepareData();
long max = profile ? Long.MAX_VALUE : 1L;
for (long m = 0; m < max; m ++) {
for (Object[] data : datas) {
String config = (String) data[0];