Skip to content

Commit a075a99

Browse files
authored
docs: Update Docker commands and documentation paths
1 parent 6d81e83 commit a075a99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ARTIFACT_EVALUATION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
**Quick Start:**
99
```bash
1010
# Build the Docker image
11-
./docker-run.sh build
11+
./docker-run.sh pull
1212

13-
# Run experiments (specify where to store generated data)
14-
./docker-run.sh run --data-path /mnt/large-disk/data
13+
# Run experiments (specify where to store generated data and the synthetic benchmark size)
14+
./docker-run.sh run --data-path /mnt/large-disk/data --node-size 1000000
1515

1616
# Or run full evaluation
1717
./docker-run.sh full --data-path /mnt/large-disk/data
@@ -23,6 +23,6 @@
2323
- `--memory SIZE` - Memory limit (e.g., 512g), generally you don't want to explicitly set this value
2424
- `--cpus NUM` - CPU limit (default: all cores), generally you don't want set it as well.
2525

26-
**Results:** Found in `data/`, `logs/`, `plots/` directories on host.
26+
**Results:** Found in `script_ae/data/`, `script_ae/logs/`, `script_ae/plots/` directories on host.
2727

28-
**Documentation:** See [doc/](doc/) folder for complete guides.
28+
**Documentation:** See [docker reference](docs/DOCKER_QUICK_REFERENCE.md) for complete guides to use docker.

0 commit comments

Comments
 (0)