]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf test: Split monolithic 'util' test suite into sub-tests
authorIan Rogers <irogers@google.com>
Tue, 2 Jun 2026 17:41:24 +0000 (10:41 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 4 Jun 2026 14:40:51 +0000 (11:40 -0300)
commita540f031bbbceb6e390a71eb9f7f8d65363356ba
tree97064037e5c72b2b49ae1d199bef5c2420df1153
parent85fe2fdb2726e8e85b0dc1217260d7b5bf0a5dca
perf test: Split monolithic 'util' test suite into sub-tests

Refactor the monolithic 'util' test suite into distinct 'String
replacement' and 'BLAKE2s hash' sub-tests using the struct test_case
framework. This improves test reporting granularity and is used in a
subsequent perf test for JUnit XML test result reporting.

Assisted-by: Gemini-CLI:Google Gemini 3
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/util.c