This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/2 v2] benchtests: Add --no-diff and --no-header options
- From: Siddhesh Poyarekar <siddhesh at gotplt dot org>
- To: leonardo dot sandoval dot gonzalez at linux dot intel dot com, libc-alpha at sourceware dot org
- Date: Wed, 30 May 2018 07:17:37 +0530
- Subject: Re: [PATCH 1/2 v2] benchtests: Add --no-diff and --no-header options
- References: <20180529171747.3667-1-leonardo.sandoval.gonzalez@linux.intel.com>
On 05/29/2018 10:47 PM, leonardo.sandoval.gonzalez@linux.intel.com wrote:
From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Having a string comparison report with neither diff numbers nor header
yields a more useful output to be consumed by other tools.
* benchtests/scripts/compare_string.py: Add --no-diff and --no-header
options to avoid diff calculation and omit header, respectively.
(main): process --no-diff and --no-header
Looks OK.
Thanks,
Siddhesh