This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5070551cbf Describe remainder as primary and drem as alternative in the manual new 738a9914a0 benchtests: Print string array elements, int and uint in json new 5ee1e3cebc benchtests: Make memcpy benchmarks print results in json new 25d5247277 benchtests: New script to parse memcpy results
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: benchtests/bench-memcpy-large.c | 49 ++++++--- benchtests/bench-memcpy-random.c | 42 ++++++-- benchtests/bench-memcpy.c | 75 +++++++++----- benchtests/json-lib.c | 62 ++++++++++++ benchtests/json-lib.h | 6 ++ benchtests/scripts/benchout_strings.schema.json | 44 ++++++++ benchtests/scripts/compare_strings.py | 129 ++++++++++++++++++++++++ 7 files changed, 358 insertions(+), 49 deletions(-) create mode 100644 benchtests/scripts/benchout_strings.schema.json create mode 100755 benchtests/scripts/compare_strings.py