[V2] tests/perf_test_bas_basee: remove duplicate cores
Checks
Context |
Check |
Description |
ci/Intel-dts-suite-test |
warning
|
SKIPPED
|
Commit Message
Signed-off-by: Yingya Han <yingyax.han@intel.com>
---
tests/perf_test_base.py | 1 +
1 file changed, 1 insertion(+)
@@ -1362,6 +1362,7 @@ class PerfTestBase(object):
# ignore first 2 cores
_corelist = (corelist * (total // len(corelist) + 1))[:total]
[grp[index].append(core) for index, core in enumerate(_corelist)]
+ _corelist = list(set(_corelist))
[
configs.append(
[