Skip to content

Commit 9312241

Browse files
Mats-SXvnickolov
andcommitted
Allow GDS to be very fast
Co-authored-by: Veselin Nikolov <[email protected]>
1 parent 73c5015 commit 9312241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alpha/alpha-proc/src/test/java/org/neo4j/gds/ml/linkmodels/LinkPredictionPredictMutateProcTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ void producesAModel() {
105105
"})";
106106

107107
assertCypherResult(query, List.of(Map.of(
108-
"createMillis", greaterThan(0L),
109-
"computeMillis", greaterThan(0L),
110-
"mutateMillis", greaterThan(0L),
108+
"createMillis", greaterThan(-1L),
109+
"computeMillis", greaterThan(-1L),
110+
"mutateMillis", greaterThan(-1L),
111111
"postProcessingMillis", 0L,
112112
// we are writing undirected rels so we get 2x topN
113113
"relationshipsWritten", 18L,

0 commit comments

Comments
 (0)