Skip to content

Commit 3b576ae

Browse files
mihaibudiugz
authored andcommitted
Copy tpcd data files in the correct directory
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent 16242b2 commit 3b576ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmark/feldera-sql/benchmarks/tpc-h/generate.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4+
pushd ${THIS_DIR}
45

56
if [ ! -d "data-large" ]; then
67
git clone --quiet https://github.com/dbtoaster/dbtoaster-experiments-data.git
@@ -10,3 +11,4 @@ if [ ! -d "data-large" ]; then
1011
fi
1112

1213
python3 ${THIS_DIR}/generate.py
14+
popd

0 commit comments

Comments
 (0)