glibc/benchtests/scripts
Siddhesh Poyarekar 0994b9b6f6 New module to import and process benchmark output
This is the beginning of a module to import and process benchmark
outputs.  The module currently supports importing of a bench.out and
validating it against a schema file.  In future this could grow a set
of routines that benchmark consumers may find useful to build their
own analysis tools.  I have altered validate_bench to use this module
too.

	* benchtests/scripts/import_bench.py: New file.
	* benchtests/scripts/validate_benchout.py: Import import_bench
	instead of jsonschema.
	(validate_bench): Remove function.
	(main): Use import_bench.
2015-06-01 23:13:29 +05:30
..
bench.py Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
benchout.schema.json Validate bench.out against a JSON schema 2014-06-11 14:16:29 +05:30
import_bench.py New module to import and process benchmark output 2015-06-01 23:13:29 +05:30
validate_benchout.py New module to import and process benchmark output 2015-06-01 23:13:29 +05:30