Re: [PATCH v2 0/3] Write json and csv test output to test files

From: Arnaldo Carvalho de Melo
Date: Mon Apr 10 2023 - 18:16:28 EST


Em Fri, Apr 07, 2023 at 10:44:53PM -0700, Ian Rogers escreveu:
> Avoid problems where debug/warning messages would break output
> formatting.
>
> v2. move the XXX with mktemp to the end of the template as required.

Thanks, applied.

- Arnaldo


> Ian Rogers (3):
> perf test: Write CSV output to a file
> perf stat: Don't write "started on" for json output
> perf test: Write Json output to a file
>
> tools/perf/builtin-stat.c | 6 +-
> .../tests/shell/lib/perf_json_output_lint.py | 3 +-
> tools/perf/tests/shell/stat+csv_output.sh | 58 ++++++++++++++-----
> tools/perf/tests/shell/stat+json_output.sh | 48 +++++++++++----
> 4 files changed, 84 insertions(+), 31 deletions(-)
>
> --
> 2.40.0.577.gac1e443424-goog
>

--

- Arnaldo