glibc/benchtests/scripts
Leonardo Sandoval 1cf4ae7fe6 benchtests: improve argument parsing through argparse library
The argparse library is used on compare_bench script to improve command line
argument parsing. The 'schema validation file' is now optional, reducing by
one the number of required parameters.

	* benchtests/scripts/compare_bench.py (__main__): use the argparse
	library to improve command line parsing.
	(__main__): make schema file as optional parameter (--schema),
	defaulting to benchtests/scripts/benchout.schema.json.
	(main): move out of the parsing stuff to __main_  and leave it
	only as caller of main comparison functions.
2018-07-19 14:53:37 -05:00
..
bench.py Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
benchout_strings.schema.json benchtests: New script to parse memcpy results 2017-06-22 23:44:51 +05:30
benchout.schema.json benchtests: Expand range of tests names in schema.json 2017-11-28 19:52:57 +05:30
compare_bench.py benchtests: improve argument parsing through argparse library 2018-07-19 14:53:37 -05:00
compare_strings.py benchtests: Add -f/--functions argument 2018-06-12 09:10:42 -07:00
import_bench.py Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
validate_benchout.py Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00