New module to import and process benchmark output
commit0994b9b6f685d460ee72170824a5393b592dc3c5
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 1 Jun 2015 17:43:29 +0000 (1 23:13 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 1 Jun 2015 17:43:29 +0000 (1 23:13 +0530)
treeda45b4e4391ec4a35a0b83883d931e35e8ab2b03
parent2483fa850f86a2edec705aaeb2ca84414d6e1367
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.
ChangeLog
benchtests/scripts/import_bench.py [new file with mode: 0644]
benchtests/scripts/validate_benchout.py