diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-06-01 23:13:29 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-06-01 23:13:29 +0530 |
commit | 0994b9b6f685d460ee72170824a5393b592dc3c5 (patch) | |
tree | da45b4e4391ec4a35a0b83883d931e35e8ab2b03 /ChangeLog | |
parent | 2483fa850f86a2edec705aaeb2ca84414d6e1367 (diff) | |
download | glibc-0994b9b6f685d460ee72170824a5393b592dc3c5.tar.gz glibc-0994b9b6f685d460ee72170824a5393b592dc3c5.tar.xz glibc-0994b9b6f685d460ee72170824a5393b592dc3c5.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f2d0cac06d..624e6f0f4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-06-01 Siddhesh Poyarekar <siddhesh@redhat.com> + + * 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 Steve Ellcey <sellcey@imgtec.com> * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to |