Fix sustained performance CTS test failures.

Two problems:
1)  Dhrystone loop count is too low causing too much deviation in
performance across runs

2) It is possible that dhrystone instances can shuffle
between heterogeneous cores introducing performance variabilities.

Fix to the test is two fold:
1) Increase the number of loop iterations.
2) Pin Dhrystone instances on one of the clusters.

bug: 30711691
Change-Id: Ifc07d8c3999c38465a96d7105a05091888bda9b0

Signed-off-by: Christian Bejram <cbejram@google.com>
1 file changed