This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 0/3] benchtests: keep comparing in case of missing fields
- From: leonardo dot sandoval dot gonzalez at linux dot intel dot com
- To: libc-alpha at sourceware dot org
- Cc: Leonardo Sandoval <leonardo dot sandoval dot gonzalez at linux dot intel dot com>
- Date: Mon, 10 Dec 2018 17:05:01 -0600
- Subject: [PATCH 0/3] benchtests: keep comparing in case of missing fields
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(-)
--
2.19.2