File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 .
You can’t perform that action at this time.
0 commit comments