]> git.ipfire.org Git - thirdparty/glibc.git/commit
benchtests: send non-consumable data to stderr
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Mon, 10 Dec 2018 21:20:23 +0000 (15:20 -0600)
committerLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Wed, 12 Dec 2018 17:05:22 +0000 (11:05 -0600)
commitde099757b693c2809527f7df7d64b70942177d97
tree0421e8c4afe0f13227d15e797d02508e6e0aeec7
parent1990185f5ff5a77f07ced4408cd0e5c4de404ad7
benchtests: send non-consumable data to stderr

Non-consumable data, alias data not related to benchmarks, should be sent to
the standard error, thus pipelines can work as expected.

* benchtests/scripts/compare_bench.py (do_compare): write to stderr in case
    stat is not present.
* benchtests/scripts/compare_bench.py (plot_graphs): write to stderr in case
    timings field is not present. Also string showing the output filename goes
    into the stderr.
ChangeLog
benchtests/scripts/compare_bench.py