diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-05-23 11:23:14 -0500 |
---|---|---|
committer | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-06-01 16:32:43 -0500 |
commit | 195abbf4cd635fcaaf60016da488768b6e9d7e85 (patch) | |
tree | 120d8a695c1c808bd6a27d4c9cfb8c4f6ddc4bb4 /ChangeLog | |
parent | 1457016337072d1b6739f571846b619596990cb7 (diff) | |
download | glibc-195abbf4cd635fcaaf60016da488768b6e9d7e85.tar glibc-195abbf4cd635fcaaf60016da488768b6e9d7e85.tar.gz glibc-195abbf4cd635fcaaf60016da488768b6e9d7e85.tar.bz2 glibc-195abbf4cd635fcaaf60016da488768b6e9d7e85.zip |
benchtests: Add --no-diff and --no-header options
Having a string comparison report with neither diff numbers nor header
yields a more useful output to be consumed by other tools.
* benchtests/scripts/compare_string.py: Add --no-diff and --no-header
options to avoid diff calculation and omit header, respectively.
(main): process --no-diff and --no-header
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ 2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com> + + * benchtests/scripts/compare_string.py: Add --no-diff and --no-header + options to avoid diff calculation and omit header, respectively. + (main): process --no-diff and --no-header + +2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com> H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add |