[V3] tests/perf_test_base: 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(+)
Comments
On Thu, 26 May 2022 10:08:49 +0800, Yingya Han <yingyax.han@intel.com> wrote:
> Signed-off-by: Yingya Han <yingyax.han@intel.com>
Applied, thanks
@@ -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(
[