On Tue, Oct 19, 2021 at 4:46 PM Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> wrote: > > <snip> > > > > > Cores count has a direct impact on the time needed to complete unit tests. > We also need to control the number of iterations with in the tests. > > We could add something like "-i low/medium/high". The test cases then can use > this to decide on how many iterations to run.
This patch hands control of parameters that affect all tests to the CI. But number of iterations is a per test thing. What would be the definition of an "iteration"? Something that must be done in a maximum of cycles.. ? This could be something to look at, but it goes beyond this patch. -- David Marchand