diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-12-10 15:20:23 -0600 |
---|---|---|
committer | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-12-12 11:05:22 -0600 |
commit | de099757b693c2809527f7df7d64b70942177d97 (patch) | |
tree | 0421e8c4afe0f13227d15e797d02508e6e0aeec7 /ChangeLog | |
parent | 1990185f5ff5a77f07ced4408cd0e5c4de404ad7 (diff) | |
download | glibc-de099757b693c2809527f7df7d64b70942177d97.tar.gz glibc-de099757b693c2809527f7df7d64b70942177d97.tar.xz glibc-de099757b693c2809527f7df7d64b70942177d97.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 953a047fbd..1b0fff4359 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com> + * benchtests/scripts/compare_bench.py (do_compare): write to + stderr in casestat 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. + +2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com> + * benchtests/scripts/compare_bench.py (do_compare): Catch KeyError and ZeroDivisorError exceptions. * benchtests/scripts/compare_bench.py (compare_runs): Use stats |