Benchtest: Add additional benchmarks for strlen and strnlen
authorNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 28 Sep 2022 19:20:12 +0000 (12:20 -0700)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 29 Sep 2022 03:16:04 +0000 (20:16 -0700)
commit5eb21c62cea9e5879e7637ac6713ba2cb5993ca5
tree9cda9bc9d0845f914c9cf5d8ca7200a836eda02c
parentb0969fa53a28b4ab2159806bf6c99a98999502ee
Benchtest: Add additional benchmarks for strlen and strnlen

Current benchmarks are missing many cases in the mid-length range
which is often the hottest size range.
benchtests/bench-strlen.c
benchtests/bench-strnlen.c