Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 57d278a

Browse files
committed
pr bm
1 parent 6bb0baf commit 57d278a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

benchmark/src/main/java/org/neo4j/graphalgo/bench/PageRankBenchmarkLdbc.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,19 @@
5454
@OutputTimeUnit(TimeUnit.MILLISECONDS)
5555
public class PageRankBenchmarkLdbc {
5656

57-
@Param({"HEAVY", "HUGE"})
57+
// @Param({"HEAVY", "HUGE"})
58+
@Param({"HEAVY"})
5859
GraphImpl graph;
5960

6061
@Param({"true", "false"})
6162
boolean parallel;
6263

63-
@Param({"L01", "L10"})
64-
String graphId;;
64+
// @Param({"L01", "L10"})
65+
@Param({"L10"})
66+
String graphId;
6567

66-
@Param({"5", "20"})
68+
@Param({"20"})
69+
// @Param({"5", "20"})
6770
int iterations;
6871

6972
private GraphDatabaseAPI db;

0 commit comments

Comments
 (0)