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 23
23
import org .neo4j .graphalgo .core .heavyweight .HeavyGraphFactory ;
24
24
import org .neo4j .graphalgo .core .utils .Pools ;
25
25
import org .neo4j .graphalgo .core .utils .ProgressLogger ;
26
- import org .neo4j .graphalgo .core .utils .ProgressTimer ;
27
26
import org .neo4j .graphalgo .core .utils .TerminationFlag ;
28
27
import org .neo4j .graphalgo .core .utils .paged .AllocationTracker ;
29
28
import org .neo4j .graphalgo .helper .graphbuilder .GraphBuilder ;
30
29
import org .neo4j .graphalgo .impl .infomap .InfoMap ;
31
30
import org .neo4j .graphalgo .impl .louvain .Louvain ;
32
31
import org .neo4j .graphalgo .impl .pagerank .PageRankAlgorithm ;
33
- import org .neo4j .graphalgo .impl .pagerank . PageRankResult ;
32
+ import org .neo4j .graphalgo .impl .results . CentralityResult ;
34
33
import org .neo4j .kernel .internal .GraphDatabaseAPI ;
35
34
import org .neo4j .test .TestGraphDatabaseFactory ;
36
35
import org .openjdk .jmh .annotations .*;
@@ -63,8 +62,7 @@ public class ClusteringBenchmark {
63
62
@ Param ({"1" , "4" , "8" })
64
63
private int concurrency ;
65
64
66
- private PageRankResult pageRankResult ;
67
-
65
+ private CentralityResult pageRankResult ;
68
66
69
67
@ Setup
70
68
public void setup () {
You can’t perform that action at this time.
0 commit comments