This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] benchtests: Increase interoperability and robustness


From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

While benchmarking and reporting numbers through the compare_script.py script,
I found the latter output table not so useful as input of other tools. To make the
output simpler, alias raw data, two options are suggested (--no-diff and --no-header).
Also bad input can come from user, so catch these and quit properly.

Leonardo Sandoval (3):
  benchtests: Add --no-diff option to avoid diff calculation
  benchtests: Add --no-header option to omit header
  benchtests: Catch exceptions in input arguments

 ChangeLog                             | 16 ++++++++++
 benchtests/scripts/compare_strings.py | 44 +++++++++++++++++++--------
 2 files changed, 48 insertions(+), 12 deletions(-)

-- 
2.17.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]