mirror of
https://github.com/torvalds/linux.git
synced 2026-04-20 07:43:57 -04:00
perf test: Add skip list for metrics known would fail
Add skip list for metrics known would fail because some of the metrics are very likely to fail due to multiplexing or other errors. So add all of the flaky tests into the skip list. Signed-off-by: Weilin Wang <weilin.wang@intel.com> Tested-by: Namhyung Kim <namhyung@kernel.org> Cc: ravi.bangoria@amd.com Cc: Ian Rogers <irogers@google.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Samantha Alt <samantha.alt@intel.com> Cc: Arnaldo Carvalho de Melo <acme@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Link: https://lore.kernel.org/r/20230620170027.1861012-3-weilin.wang@intel.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
committed by
Namhyung Kim
parent
3ad7092f51
commit
a0f1cc18f9
@@ -1,4 +1,15 @@
|
||||
{
|
||||
"SkipList": [
|
||||
"tsx_aborted_cycles",
|
||||
"tsx_transactional_cycles",
|
||||
"C2_Pkg_Residency",
|
||||
"C6_Pkg_Residency",
|
||||
"C1_Core_Residency",
|
||||
"C6_Core_Residency",
|
||||
"tma_false_sharing",
|
||||
"tma_remote_cache",
|
||||
"tma_contested_accesses"
|
||||
],
|
||||
"RelationshipRules": [
|
||||
{
|
||||
"RuleIndex": 1,
|
||||
|
||||
Reference in New Issue
Block a user