Skip to content

Commit aea5f90

Browse files
committed
minor
1 parent 1ef99e4 commit aea5f90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

experiments/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Script parameters:
1414

1515
### Execute
1616
```bash
17-
PARALLEL=16 # for example
18-
cat run_scripts_0511.sh | while read i; do printf "%q\n" "$i"; done | xargs --max-procs=${PARALLEL} -I CMD bash -c CMD
17+
# pwd: kubernetes-scheduler-simulator/experiments
18+
cd ..
19+
# pwd: kubernetes-scheduler-simulator
20+
cat run_scripts_0511.sh | while read i; do printf "%q\n" "$i"; done | xargs --max-procs=16 -I CMD bash -c CMD
21+
# "--max-procs=16" where 16 is the degree of PARALLEL suggested above
1922
# bash run_scripts_0511.sh will run experiments sequentially
2023
```
2124

0 commit comments

Comments
 (0)