From 06b1de237801402c7da327f0a36f4e6aa2f06cc2 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 16 Sep 2017 11:47:32 +0530 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58acb54b0a..fd9cc0ce99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-16 Siddhesh Poyarekar + + * benchtests/scripts/compare_strings.py: Use argparse. + * benchtests/README: Document existence of compare_strings.py. + 2017-09-15 Joseph Myers * math/s_fma.c: Include . -- cgit 1.4.1