We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea5f90 commit f2cd8afCopy full SHA for f2cd8af
experiments/README.md
@@ -17,12 +17,12 @@ Script parameters:
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
+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
21
# "--max-procs=16" where 16 is the degree of PARALLEL suggested above
22
# bash run_scripts_0511.sh will run experiments sequentially
23
```
24
25
-~~1 month later...~~
+~~1 month later ...~~
26
- 1 hour for 1 experiment on 2 vCPU.
27
- 16 hours for 1020 experiments on a 256 vCPU machine with PARALLEL=128.
28
0 commit comments