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.
+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”
# timing info for the function variant.
if 'timings' not in pts1['functions'][func][var].keys() or \
'timings' not in pts2['functions'][func][var].keys():
- return
+ continue
# If two lists do not have the same length then it is likely that
# the performance characteristics of the function have changed.