comparison src/main/java/jp/ac/u_ryukyu/ie/cr/tatsuki/jungle/test/readTreeAttributeThread.java @ 182:67d4c68578cf

add Jungle benchMark
author tatsuki
date Fri, 20 Mar 2015 15:35:53 +0900
parents 2e6ca84686da
children 066d9c5758dc
comparison
equal deleted inserted replaced
180:2e6ca84686da 182:67d4c68578cf
34 TreeNode root = tree.getRootNode(); 34 TreeNode root = tree.getRootNode();
35 if (root != null) 35 if (root != null)
36 findCount++; 36 findCount++;
37 String attribute = root.getAttributes().getString("test"); 37 String attribute = root.getAttributes().getString("test");
38 if (attribute.equals("test")) 38 if (attribute.equals("test"))
39 findCount++; 39 findCount++;
40 else 40 else
41 System.out.println("faild"); 41 System.out.println("faild");
42 } 42 }
43 } 43 }
44 } 44 }