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]

Re: [PATCH 0/3] benchtests: keep comparing in case of missing fields


On 11/12/18 4:35 AM, leonardo.sandoval.gonzalez@linux.intel.com wrote:
From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

Without this patch series, the script immediately quits the first time
a routine to compare has neither 'timings' nor 'min/mean' stats field,
so making it useless at least for bench-math benchset. Also, it includes
a new argument that allows user to define the desired statistic(s),
defaulting to min and mean.

Leonardo Sandoval (3):
   benchtests: keep comparing even if function timings do not match
   benchtests: keep comparing even if value does not exist
   benchtests: send non-consumable data to stderr

  benchtests/scripts/compare_bench.py | 34 +++++++++++++++++++----------
  1 file changed, 22 insertions(+), 12 deletions(-)


Thank you for your patches. The changes look OK in principle but need a few changes to follow the glibc Contribution guidelines. Specifically, the patches need to be accompanied with a ChangeLog and also a descriptive text explaining the rationale of each patch. Please review the contribution checklist to know more:

https://sourceware.org/glibc/wiki/Contribution%20checklist

I'll add comments to the individual patches separately.

Thanks,
Siddhesh


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