diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-12-10 14:52:23 -0600 |
---|---|---|
committer | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-12-12 11:05:22 -0600 |
commit | 587426d499e6ac40dafd9a19dcd12cb6af93f5fc (patch) | |
tree | bff685386a3108bd73bfa7b5b180bb29b5c31e93 /ChangeLog | |
parent | 46703efa02f6ddebce5ee54c92f7c32598de0de6 (diff) | |
download | glibc-587426d499e6ac40dafd9a19dcd12cb6af93f5fc.tar.gz glibc-587426d499e6ac40dafd9a19dcd12cb6af93f5fc.tar.xz glibc-587426d499e6ac40dafd9a19dcd12cb6af93f5fc.zip |
benchtests: keep comparing even if function timings do not match
Allows other functions to be processed, making the script a bit more fault tolerant thus useful. * benchtests/scripts/compare_bench.py (compare_runs): Continue instead of return.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f85b3f5fd9..18b9f37637 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-12-12 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com> + + * benchtests/scripts/compare_bench.py (compare_runs): Continue + instead of return. + 2018-12-12 Florian Weimer <fweimer@redhat.com> * sysdeps/posix/timespec_get.c: Add missing “any later version” |