Validate bench.out against a JSON schema
commit42b1161e8c45df468d1696b43a7820c3ffe29da1
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 11 Jun 2014 08:46:29 +0000 (11 14:16 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 11 Jun 2014 08:46:29 +0000 (11 14:16 +0530)
tree9f736456fa4b53ccb02b0f9459141f23d31f7db2
parent4a594c34356b1ae90b69f359fa95e9c4ad8d8694
Validate bench.out against a JSON schema

This patch adds a JSON schema for the benchmark output file and also
adds a script that validates the generated output against the schema.
ChangeLog
benchtests/Makefile
benchtests/scripts/benchout.schema.json [new file with mode: 0644]
benchtests/scripts/validate_benchout.py [new file with mode: 0755]