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 +4
-4
lines changed
benchmark/src/main/java/org/neo4j/graphalgo/bench Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public Object run(final Graph graph) {
4545 Pools .DEFAULT ,
4646 AllocationTracker .EMPTY ,
4747 (int ) (graph .nodeCount () / Pools .DEFAULT_CONCURRENCY ),
48- Pools .DEFAULT_CONCURRENCY ,
48+ Pools .DEFAULT_CONCURRENCY ,
4949 Double .NaN ,
5050 NOTHING );
5151 }
@@ -58,7 +58,7 @@ public Object run(final Graph graph) {
5858 Pools .DEFAULT ,
5959 AllocationTracker .EMPTY ,
6060 (int ) (graph .nodeCount () / Pools .DEFAULT_CONCURRENCY ),
61- Pools .DEFAULT_CONCURRENCY ,
61+ Pools .DEFAULT_CONCURRENCY ,
6262 Double .NaN ,
6363 NOTHING );
6464 }
@@ -71,7 +71,7 @@ public Object run(final Graph graph) {
7171 Pools .DEFAULT ,
7272 AllocationTracker .EMPTY ,
7373 (int ) (graph .nodeCount () / Pools .DEFAULT_CONCURRENCY ),
74- Pools .DEFAULT_CONCURRENCY ,
74+ Pools .DEFAULT_CONCURRENCY ,
7575 Double .NaN ,
7676 NOTHING );
7777 }
@@ -84,7 +84,7 @@ public Object run(final Graph graph) {
8484 Pools .DEFAULT ,
8585 AllocationTracker .EMPTY ,
8686 (int ) (graph .nodeCount () / Pools .DEFAULT_CONCURRENCY ),
87- Pools .DEFAULT_CONCURRENCY ,
87+ Pools .DEFAULT_CONCURRENCY ,
8888 Double .NaN ,
8989 NOTHING );
9090 }
You can’t perform that action at this time.
0 commit comments