3738394041424344454647
v2.setProperty("Test1", i); graph.addEdge(null, v1, v2, "IAmInYou"); if (i % 1000 == 0) { System.out.println("Iterated test " + i + " times. Committing..."); graph.commit(); } } graph.commit(); System.gc();
4041424344454647484950
if (i % 1000 == 0) { System.out.println("Iterated test " + i + " times. Committing..."); graph.commit(); } } graph.commit(); System.gc(); long elapsed = System.nanoTime() - start; StringBuilder sb = new StringBuilder(); sb.append("Thread " + Thread.currentThread().getName());