about summary refs log tree commit diff
path: root/benchtests/bench-strcoll.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix benchtests build failure after 'add benchmark for strcoll'Stefan Liebler2015-06-191-3/+1
| | | | | | | | | | | 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.
* Add strcoll benchmarkLeonhard Holz2015-05-131-0/+277