From b92b8c555aa4353f61753d6492a634ec2f5884e7 Mon Sep 17 00:00:00 2001 From: florijan Date: Wed, 22 Nov 2017 16:29:45 +0100 Subject: [PATCH] Fix LDBC durability Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1001 --- tests/public_benchmark/ldbc/build_dataset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/public_benchmark/ldbc/build_dataset b/tests/public_benchmark/ldbc/build_dataset index db0b0b330..7f1b9f320 100755 --- a/tests/public_benchmark/ldbc/build_dataset +++ b/tests/public_benchmark/ldbc/build_dataset @@ -127,7 +127,7 @@ echo "Converting CSV dataset to '${neo4j_database_dir}/graph.db'" ${neo4j_dir}/bin/neo4j-import --into graph.db ${csv_dataset} --delimiter "|" --array-delimiter ";" # Convert to memgraph internal format. -memgraph_snapshot_dir=${dataset_dir}/memgraph +memgraph_snapshot_dir=${dataset_dir}/memgraph/snapshots mkdir -p ${memgraph_snapshot_dir} cd ${memgraph_snapshot_dir} echo "Converting CSV dataset to '${memgraph_snapshot_dir}/snapshot'"