about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-16 15:23:12 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-16 15:23:12 +0530
commit5a6547b7b9e8174a2aa228c4d3c5de7245f720b6 (patch)
tree2dd047fd82e4c55d89ffd240d8c8a4eab7b389bf /ChangeLog
parent06b1de237801402c7da327f0a36f4e6aa2f06cc2 (diff)
downloadglibc-5a6547b7b9e8174a2aa228c4d3c5de7245f720b6.tar.gz
glibc-5a6547b7b9e8174a2aa228c4d3c5de7245f720b6.tar.xz
glibc-5a6547b7b9e8174a2aa228c4d3c5de7245f720b6.zip
benchtests: Make compare_strings.py output a bit prettier
Make the column widths for the outputs fixed so that they look a
little less messy.  They will still look bad with lots of IFUNCs (like
on x86) but it's still a step forward.

	* benchtests/scripts/compare_strings.py (process_results):
	Better spacing for output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd9cc0ce99..20746e64a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-09-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+	* benchtests/scripts/compare_strings.py (process_results):
+	Better spacing for output.
+
 	* benchtests/scripts/compare_strings.py: Use argparse.
 	* benchtests/README: Document existence of compare_strings.py.