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

Commit 2460c92

Browse files
author
Mark Needham
committed
update link to LDBC dataset
1 parent 816dc4f commit 2460c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class LdbcDownloader {
5757
static {
5858
FILES = new HashMap<>();
5959
FILES.put("L01", new S3Location("http://example-data.neo4j.org.s3.amazonaws.com/files/ldbc_sf001_p006_neo4j31.tgz"));
60-
FILES.put("L10", new S3Location("http://benchmarking-datasets.neo4j.org.s3.amazonaws.com/3.1-datasets/ldbc_sf010_p006.tgz"));
60+
FILES.put("L10", new S3Location("http://benchmarking-datasets.neo4j.org.s3.amazonaws.com/3.4-datasets/ldbc_sf001_p006.tgz"));
6161
}
6262

6363
static synchronized GraphDatabaseAPI openDb() throws IOException {

0 commit comments

Comments
 (0)