Skip to content

Commit 989ca8f

Browse files
peace-dovebaxujin
andauthored
doc: fix gpstore doc type (#52)
doc: fix doc type Co-authored-by: baxujin <[email protected]>
1 parent e5854cb commit 989ca8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gpstore/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Download FinBench data, decompress it and integrate it into the existing `data/`
3939
```bash
4040
$ cp -r data/intermediate data/finbench-sf1/intermediate
4141
$ cp -r data/intermediate data/finbench-sf10/intermediate
42-
$ tree -d data/ldbc_finbench_transaction_impls/gpstore/data
43-
data/ldbc_finbench_transaction_impls/gpstore/data
42+
$ tree -d /data/ldbc_finbench_transaction_impls/gpstore/data
43+
/data/ldbc_finbench_transaction_impls/gpstore/data
4444
├── finbench-sf1
4545
│   ├── incremental
4646
│   ├── intermedidate
@@ -122,14 +122,14 @@ curl -X POST -H 'Content-Type: application/json' -d '{"operation":"load","userna
122122
```shell
123123
# create validation
124124
cd /data/ldbc_finbench_transaction_impls/gpstore && sync
125-
bash sf10_finbench_create_validation.sh
125+
bash sf1_finbench_create_validation.sh
126126
```
127127

128128
### 3.1.2 Validate
129129

130130
```shell
131131
cd /data/ldbc_finbench_transaction_impls/gpstore && sync
132-
bash sf10_finbench_validation_database.sh
132+
bash sf1_finbench_validation_database.sh
133133
```
134134

135135
## 3.2 Run benchmark

0 commit comments

Comments
 (0)