File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/ldbc/snb/datagen/generator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ public int runGenerateJob(Configuration conf) throws Exception {
229
229
+ " total seconds" );
230
230
System .out .println ("Person generation time: " +((endPerson - startPerson ) / 1000 ));
231
231
System .out .println ("University correlated edge generation time: " +((endUniversity - startUniversity ) / 1000 ));
232
- // System.out.println("Interest correlated edge generation time: "+((endInterest - startInterest) / 1000));
233
- // System.out.println("Random correlated edge generation time: "+((endRandom - startRandom) / 1000));
232
+ System .out .println ("Interest correlated edge generation time: " +((endInterest - startInterest ) / 1000 ));
233
+ System .out .println ("Random correlated edge generation time: " +((endRandom - startRandom ) / 1000 ));
234
234
System .out .println ("Person serialization time: " +((endPersonSerializing - startPersonSerializing ) / 1000 ));
235
235
System .out .println ("Person activity generation and serialization time: " +((endPersonActivity - startPersonActivity ) / 1000 ));
236
236
System .out .println ("Sorting update streams time: " +((endSortingUpdateStreams - startSortingUpdateStreams ) / 1000 ));
You can’t perform that action at this time.
0 commit comments