aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-strncmp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-03benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein1-29/+81
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-24bench-strncmp.c: Add workloads on page boundaryH.J. Lu1-0/+128
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-28Further improve string bench timingWilco Dijkstra1-1/+1
2019-02-12String benchtest cleanupWilco Dijkstra1-34/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-21Refactor string benchtestsWilco Dijkstra1-8/+0
2018-08-08benchtests: Clean up the alloc_bufsSiddhesh Poyarekar1-2/+2
2018-03-06benchtests: Don't benchmark 0 length calls for strncmpSiddhesh Poyarekar1-24/+0
2018-03-06benchtests: Reallocate buffers for every strncmp implementationSiddhesh Poyarekar1-44/+53
2018-03-06benchtests: Convert strncmp benchmark output to jsonSiddhesh Poyarekar1-60/+96
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-26S390: Optimize strncmp and wcsncmp.Stefan Liebler1-25/+85
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-04benchtests: Switch string benchmarks to use bench-timing.h.Will Newton1-27/+17
2013-06-11Copy over string performance tests into benchtestsSiddhesh Poyarekar1-0/+249