about summary refs log tree commit diff
path: root/benchtests
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06101-101/+101
* benchtests: Make str{n}{cat|cpy} benchmarks output jsonNoah Goldstein2022-11-084-115/+297
* string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein2022-11-081-9/+9
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-011-3/+3
* Bench: Improve benchtests for memchr, strchr, strnlen, strrchrNoah Goldstein2022-10-195-45/+137
* Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein2022-10-036-12/+151
* Benchtest: Add additional benchmarks for strlen and strnlenNoah Goldstein2022-09-282-7/+81
* benchtests: Add arc4random benchtestAdhemerval Zanella Netto2022-07-225-3/+230
* Benchtests: Improve memrchr benchmarksNoah Goldstein2022-06-071-45/+65
* benchtests: Add workload name for sincosfAdhemerval Zanella2022-06-011-0/+1
* benchtests: Add workload name for cosfAdhemerval Zanella2022-06-011-1/+1
* benchtests: Improve benchtests for strstr, memmem, and memchrNoah Goldstein2022-05-273-92/+283
* benchtests: Improve bench-strnlen.cNoah Goldstein2022-05-231-25/+52
* elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein2022-05-231-1/+2
* benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein2022-05-237-8/+335
* benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2022-05-062-0/+140
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-291-15/+17
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-291-5/+18
* benchtests: Add pthread-mutex-locks benchWangyang Guo2022-04-272-0/+290
* benchtests: Improve bench-strrchrNoah Goldstein2022-04-221-44/+82
* benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein2022-03-251-44/+69
* benchtests: Use json-lib in bench-strcasecmp.cNoah Goldstein2022-03-251-26/+51
* benchtests: Use json-lib in bench-strspn.cNoah Goldstein2022-03-251-20/+58
* benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein2022-03-251-20/+61
* benchtests: Add random benchmark in bench-strchr.cNoah Goldstein2022-03-251-0/+143
* benchtests: Use json-lib in bench-strchr.cNoah Goldstein2022-03-251-30/+64
* benchtests: Use "=" instead of ":=" [BZ #28970]H.J. Lu2022-03-161-2/+4
* benchtests: make compare_strings.py accept string as attribute valueSu Lifan2022-03-081-1/+6
* benchtests: Generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-2/+6
* benchtests: Remove duplicated loop in bench-bzero-walk.cH.J. Lu2022-02-251-6/+0
* benchtests: Add small sizes (<= 64) to bench-bzero-walk.cH.J. Lu2022-02-241-0/+3
* benchtests: Add benches for memset with 0 valueH.J. Lu2022-02-237-3/+149
* benchtests: Add benches for bzeroH.J. Lu2022-02-084-0/+372
* benchtests: Sort benches in MakefileH.J. Lu2022-02-071-19/+110
* Benchtests: Add length zero benchmark for memset in bench-memset.cNoah Goldstein2022-02-061-1/+1
* Benchtests: move 'alloc_bufs' from loop in bench-memset.cNoah Goldstein2022-02-051-2/+2
* benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein2022-02-032-69/+183
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0184-84/+84
* benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein2021-11-061-15/+46
* benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein2021-11-062-9/+66
* Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2021-11-052-2710/+0
* benchtests: Add hypotfAdhemerval Zanella2021-11-012-0/+1008
* benchtests: Make hypot input randomAdhemerval Zanella2021-11-011-12/+1003
* benchtests: Add acosf function to bench-mathSunil K Pandey2021-10-292-0/+2710
* benchtests: Improve bench-memcpy-randomWilco Dijkstra2021-10-291-26/+28
* Benchtests: Add benchtests for __memcmpeqNoah Goldstein2021-10-273-7/+29
* bench-math: Sort and put each bench per lineH.J. Lu2021-10-231-6/+62
* benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein2021-10-081-2/+2
* benchtests: Building benchmarks as static executablesH.J. Lu2021-10-042-7/+29
* benchtests: Improve reliability of memcmp benchmarksNoah Goldstein2021-09-241-11/+10