glibc/benchtests/scripts
Victor Rodriguez d5090db30e benchtests: Expand range of tests names in schema.json
When executing bench-math the benchmark output is invalid with this
error msg:

    Invalid benchmark output: 'workload-spec2006.wrf' does not match any of
    the regexes: '^[_a-zA-Z0-9]*$¹ or Invalid benchmark output: Additional
    properties are not allowed ('workload-spec2006.wrf' was unexpected)

The error was seen when running the test:
workload-spec2006.wrf, 'stack=1024,guard=1' and 'stack=1024,guard=2'.
The problem is that the current regex's do not accept the hyphen, dot, equal
and comma in the output.

This patch changes the regex in benchout.schema.json to accept symbols in
benchmark tests names.

ChangeLog:

        * benchtests/scripts/benchout.schema.json: Fix regex to accept a
        wider range of tests names.

Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
Reviewed-By: Siddhesh Poyarekar <siddhesh@sourceware.org>
2017-11-28 19:52:57 +05:30
..
bench.py Add math benchmark latency test 2017-08-17 16:27:20 +01:00
benchout.schema.json benchtests: Expand range of tests names in schema.json 2017-11-28 19:52:57 +05:30
benchout_strings.schema.json benchtests: New script to parse memcpy results 2017-06-22 23:44:51 +05:30
compare_bench.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
compare_strings.py benchtests: New -g option to generate graphs in compare_strings.py 2017-09-16 15:24:00 +05:30
import_bench.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
validate_benchout.py Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00