Allocate multiple items up to no. of idle workers 80/251280/1
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Jan 2021 07:02:49 +0000 (16:02 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Tue, 12 Jan 2021 07:02:52 +0000 (16:02 +0900)
commit75a3d748e11d76307dcdeb1e3e56dae73f7eabb2
tree3566aec1b37f3c0acfc7bb08ab612779ca91e14f
parentf311834759f10e9aaee44ef79f0a54e6f4b3ab52
Allocate multiple items up to no. of idle workers

- Before: Wasting redundant time to calculate deps if we assign single package in every run.
- After: Assign multiple packages if there exists enough idle workers.
- Time improvement: 10 minutes savings for 1895 packages.

Change-Id: Ia060cef3b3a7301aa5f1dc6ba5e391ea3942f572
depanneur