From 6b69f98dcd34d63e507cae1d8bfe83ea8d597830 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sun, 4 Jun 2017 09:44:48 -0700 Subject: benchtests: Add more tests for memrchr bench-memchr.c is shared with bench-memrchr.c. This patch adds some tests for positions close to the beginning for memrchr, which are equivalent to positions close to the end for memchr. * benchtests/bench-memchr.c (do_test): Print out both length and position. (test_main): Also test the position close to the beginning for memrchr. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 055e7afcd9..9e824d5cff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-06-04 H.J. Lu + + * benchtests/bench-memchr.c (do_test): Print out both length + and position. + (test_main): Also test the position close to the beginning for + memrchr. + 2017-06-04 Zack Weinberg * nis/nis_add.c, nis/nis_addmember.c, nis/nis_call.c -- cgit 1.4.1