On 21/12/18 8:26 PM, Wilco Dijkstra wrote: > The current bench-strlen compares against a slow byte-oriented strlen which > is not useful given it's too easy to beat. Remove it and compare against the > generic C strlen version and memchr. > > OK to commit? OK. We should do this for all functions. Siddhesh