Examples of coAuthorBenchmark()


Examples of net.relatedwork.server.neo4jHelper.benchmarks.FriendOfAFriendQueryBenchmark.coAuthorBenchmark()

    System.out.println("done start benchmark");
   
    for (int i = 0;i<4;i++){
      for (int j = 1;j<10;j++){
        int base = (int)Math.pow(10, i);
          foafqb.coAuthorBenchmark(base*j);
      }
    }
   
    System.out.println("done with benchmark");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.