summaryrefslogtreecommitdiff
path: root/benchtests/bench-strcoll.c
AgeCommit message (Collapse)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-06-19Fix benchtests build failure after 'add benchmark for strcoll'Stefan Liebler
This patch fixes implicit declaration of function strdup, strtok, strcoll, strchr and removes unused variable res. ChangeLog: * benchtests/bench-strcoll.c: Include string.h. (main): Remove unused variable res.
2015-05-13Add strcoll benchmarkLeonhard Holz