Skip to content

Commit f2cd8af

Browse files
committed
minor
1 parent aea5f90 commit f2cd8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Script parameters:
1717
# pwd: kubernetes-scheduler-simulator/experiments
1818
cd ..
1919
# 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
20+
cat experiments/run_scripts/run_scripts_0511.sh | while read i; do printf "%q\n" "$i"; done | xargs --max-procs=16 -I CMD bash -c CMD
2121
# "--max-procs=16" where 16 is the degree of PARALLEL suggested above
2222
# bash run_scripts_0511.sh will run experiments sequentially
2323
```
2424

25-
~~1 month later...~~
25+
~~1 month later ...~~
2626
- 1 hour for 1 experiment on 2 vCPU.
2727
- 16 hours for 1020 experiments on a 256 vCPU machine with PARALLEL=128.
2828

0 commit comments

Comments
 (0)