This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
benchmark/src/main/java/org/neo4j/graphalgo/bench Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323import org .neo4j .graphalgo .core .heavyweight .HeavyGraphFactory ;
2424import org .neo4j .graphalgo .core .utils .Pools ;
2525import org .neo4j .graphalgo .core .utils .ProgressLogger ;
26- import org .neo4j .graphalgo .core .utils .ProgressTimer ;
2726import org .neo4j .graphalgo .core .utils .TerminationFlag ;
2827import org .neo4j .graphalgo .core .utils .paged .AllocationTracker ;
2928import org .neo4j .graphalgo .helper .graphbuilder .GraphBuilder ;
3029import org .neo4j .graphalgo .impl .infomap .InfoMap ;
3130import org .neo4j .graphalgo .impl .louvain .Louvain ;
3231import org .neo4j .graphalgo .impl .pagerank .PageRankAlgorithm ;
33- import org .neo4j .graphalgo .impl .pagerank . PageRankResult ;
32+ import org .neo4j .graphalgo .impl .results . CentralityResult ;
3433import org .neo4j .kernel .internal .GraphDatabaseAPI ;
3534import org .neo4j .test .TestGraphDatabaseFactory ;
3635import org .openjdk .jmh .annotations .*;
@@ -63,8 +62,7 @@ public class ClusteringBenchmark {
6362 @ Param ({"1" , "4" , "8" })
6463 private int concurrency ;
6564
66- private PageRankResult pageRankResult ;
67-
65+ private CentralityResult pageRankResult ;
6866
6967 @ Setup
7068 public void setup () {
You can’t perform that action at this time.
0 commit comments