about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-16 11:47:32 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-09-16 11:47:32 +0530
commit06b1de237801402c7da327f0a36f4e6aa2f06cc2 (patch)
tree7b8bc690a5f7f10dd3683fce0e7b57c9aa5c8b22 /ChangeLog
parent9ac44708881c086f27f86b36c20749052d079c8f (diff)
downloadglibc-06b1de237801402c7da327f0a36f4e6aa2f06cc2.tar.gz
glibc-06b1de237801402c7da327f0a36f4e6aa2f06cc2.tar.xz
glibc-06b1de237801402c7da327f0a36f4e6aa2f06cc2.zip
benchtests: Use argparse to parse arguments
Make the script more usable by adding proper command line options
along with a way to query the options.  The script is capable of doing
a bunch of things right now like choosing a base for comparison,
choosing to generate graphs, etc. and they should be accessible via
command line switches.

	* benchtests/scripts/compare_strings.py: Use argparse.
	* benchtests/README: Document existence of compare_strings.py.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58acb54b0a..fd9cc0ce99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-16  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* benchtests/scripts/compare_strings.py: Use argparse.
+	* benchtests/README: Document existence of compare_strings.py.
+
 2017-09-15  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/s_fma.c: Include <libm-alias-double.h>.