[PATCH v1 0/3] Add metric value validation test

Weilin Wang posted 3 patches 2 years, 8 months ago
There is a newer version of this series
.../tests/shell/lib/perf_metric_validation.py | 574 ++++++++++++++++++
.../lib/perf_metric_validation_rules.json     | 398 ++++++++++++
tools/perf/tests/shell/stat_metrics_values.sh |  19 +
3 files changed, 991 insertions(+)
create mode 100644 tools/perf/tests/shell/lib/perf_metric_validation.py
create mode 100644 tools/perf/tests/shell/lib/perf_metric_validation_rules.json
create mode 100755 tools/perf/tests/shell/stat_metrics_values.sh
[PATCH v1 0/3] Add metric value validation test
Posted by Weilin Wang 2 years, 8 months ago
This series introduces metric value validation tests.

Weilin Wang (3):
  perf test: Add metric value validation test
  perf test: Add allow list for metrics known would fail
  perf test: Rerun failed metrics with longer workload

 .../tests/shell/lib/perf_metric_validation.py | 574 ++++++++++++++++++
 .../lib/perf_metric_validation_rules.json     | 398 ++++++++++++
 tools/perf/tests/shell/stat_metrics_values.sh |  19 +
 3 files changed, 991 insertions(+)
 create mode 100644 tools/perf/tests/shell/lib/perf_metric_validation.py
 create mode 100644 tools/perf/tests/shell/lib/perf_metric_validation_rules.json
 create mode 100755 tools/perf/tests/shell/stat_metrics_values.sh


base-commit: 7cdda6998ee55140e64894e25048df7157344fc9
-- 
2.39.1