]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
perf test: Do not compare overheads in the zstd comp test
authorNamhyung Kim <namhyung@kernel.org>
Thu, 12 Aug 2021 23:57:38 +0000 (16:57 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 13 Aug 2021 13:45:36 +0000 (10:45 -0300)
commit5f534a81819ec9ed84ec2d97b7786ebafadd56a3
tree23b0acd5547a317a7a60a71649cef8e3aad40077
parent1d3351e631fc34d73b530a67263188062fe598ba
perf test: Do not compare overheads in the zstd comp test

The overhead can vary on each run so it'd make the test failed
sometimes.  Also order of hist entry can change.

Use perf report -F option to omit the overhead field and sort the
result alphabetically.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Alexei Budankov <abudankov@huawei.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Link: http://lore.kernel.org/lkml/20210812235738.1684583-1-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/record+zstd_comp_decomp.sh