Skip to content

Commit 7fa8371

Browse files
committed
LMDB to store results between runs
1 parent ba9b47f commit 7fa8371

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run-lmdb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ case $MODE in
100100
;;
101101
esac
102102

103-
# Create output directory (do not delete - allows resumption from failures)
104-
FINAL_OUTPUT_DIR="target/benchmark-lmdb"
103+
# Create output directory outside target/ (survives mvn clean)
104+
FINAL_OUTPUT_DIR="lmdb/results"
105105
mkdir -p "$FINAL_OUTPUT_DIR"
106106

107-
# Create temporary directory for results (survives mvn clean)
107+
# Create temporary directory for results
108108
TEMP_OUTPUT_DIR=$(mktemp -d)
109109
echo "Using temporary directory: ${TEMP_OUTPUT_DIR}"
110110

0 commit comments

Comments
 (0)