comparison src/test/java/jp/ac/u_ryukyu/cr/ie/tatsuki/xmlReadTest/ReadXmlTest.java @ 28:ed831b2fc156

temporarily stored
author one
date Fri, 07 Nov 2014 02:20:07 +0900
parents 6f9439ca3eb5
children b8d86bc46b51
comparison
equal deleted inserted replaced
27:095813055f19 28:ed831b2fc156
9 public class ReadXmlTest { 9 public class ReadXmlTest {
10 10
11 @Test 11 @Test
12 public void Readml(){ 12 public void Readml(){
13 long t1 = System.currentTimeMillis(); 13 long t1 = System.currentTimeMillis();
14 JuGrix jugrix = new JuGrix(); 14 JuGrix jugrix = new JuGrix(true);
15 long t2 = System.currentTimeMillis(); 15 long t2 = System.currentTimeMillis();
16 System.out.println(t2 - t1 + "s"); 16 System.out.println(t2 - t1 + "s");
17 } 17 }
18 } 18 }