Skip to content

Commit d57102f

Browse files
committed
lftj is faster
1 parent d4b9849 commit d57102f

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Develop branch
2-
```text
3-
Benchmark (cliquePercentage) (maxCliqueSize) (minCliqueSize) (peopleCount) (randomKnowsEdges) (seed) Mode Cnt Score Error Units
4-
FoafCliqueQueryBenchmark.cycle3 30 8 3 5000 15000 12345 avgt 3 92.508 ± 22.625 ms/op
5-
FoafCliqueQueryBenchmark.cycle4 30 8 3 5000 15000 12345 avgt 3 644.258 ± 310.206 ms/op
6-
FoafCliqueQueryBenchmark.cycle5 30 8 3 5000 15000 12345 avgt 3 3891.994 ± 1215.676 ms/op
7-
```
8-
1+
Benchmark (cliquePercentage) (lftjEnabled) (maxCliqueSize) (minCliqueSize) (peopleCount) (randomKnowsEdges) (seed) Mode Cnt Score Error Units
2+
FoafCliqueQueryBenchmark.cycle3 30 true 8 3 5000 15000 12345 avgt 3 36.818 ± 43.052 ms/op
3+
FoafCliqueQueryBenchmark.cycle3 30 false 8 3 5000 15000 12345 avgt 3 90.331 ± 3.032 ms/op
4+
FoafCliqueQueryBenchmark.cycle4 30 true 8 3 5000 15000 12345 avgt 3 180.250 ± 30.860 ms/op
5+
FoafCliqueQueryBenchmark.cycle4 30 false 8 3 5000 15000 12345 avgt 3 618.881 ± 51.191 ms/op
6+
FoafCliqueQueryBenchmark.cycle5 30 true 8 3 5000 15000 12345 avgt 3 1260.939 ± 263.311 ms/op
7+
FoafCliqueQueryBenchmark.cycle5 30 false 8 3 5000 15000 12345 avgt 3 3751.511 ± 141.681 ms/op

0 commit comments

Comments
 (0)