aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2022-06-07Benchtests: Improve memrchr benchmarksNoah Goldstein1-45/+65
2022-06-01benchtests: Add workload name for sincosfAdhemerval Zanella1-0/+1
2022-06-01benchtests: Add workload name for cosfAdhemerval Zanella1-1/+1
2022-05-27benchtests: Improve benchtests for strstr, memmem, and memchrNoah Goldstein3-92/+283
2022-05-23benchtests: Improve bench-strnlen.cNoah Goldstein1-25/+52
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein1-1/+2
2022-05-23benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein7-8/+335
2022-05-06benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2-0/+140
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar1-15/+17
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar1-5/+18
2022-04-27benchtests: Add pthread-mutex-locks benchWangyang Guo2-0/+290
2022-04-22benchtests: Improve bench-strrchrNoah Goldstein1-44/+82
2022-03-25benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein1-44/+69
2022-03-25benchtests: Use json-lib in bench-strcasecmp.cNoah Goldstein1-26/+51
2022-03-25benchtests: Use json-lib in bench-strspn.cNoah Goldstein1-20/+58
2022-03-25benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein1-20/+61
2022-03-25benchtests: Add random benchmark in bench-strchr.cNoah Goldstein1-0/+143
2022-03-25benchtests: Use json-lib in bench-strchr.cNoah Goldstein1-30/+64
2022-03-16benchtests: Use "=" instead of ":=" [BZ #28970]H.J. Lu1-2/+4
2022-03-08benchtests: make compare_strings.py accept string as attribute valueSu Lifan1-1/+6
2022-02-25benchtests: Generate .d dependency files [BZ #28922]H.J. Lu1-2/+6
2022-02-25benchtests: Remove duplicated loop in bench-bzero-walk.cH.J. Lu1-6/+0
2022-02-24benchtests: Add small sizes (<= 64) to bench-bzero-walk.cH.J. Lu1-0/+3
2022-02-23benchtests: Add benches for memset with 0 valueH.J. Lu7-3/+149
2022-02-08benchtests: Add benches for bzeroH.J. Lu4-0/+372
2022-02-07benchtests: Sort benches in MakefileH.J. Lu1-19/+110
2022-02-06Benchtests: Add length zero benchmark for memset in bench-memset.cNoah Goldstein1-1/+1
2022-02-05Benchtests: move 'alloc_bufs' from loop in bench-memset.cNoah Goldstein1-2/+2
2022-02-03benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein2-69/+183
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert84-84/+84
2021-11-06benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein1-15/+46
2021-11-06benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein2-9/+66
2021-11-05Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2-2710/+0
2021-11-01benchtests: Add hypotfAdhemerval Zanella2-0/+1008
2021-11-01benchtests: Make hypot input randomAdhemerval Zanella1-12/+1003
2021-10-29benchtests: Add acosf function to bench-mathSunil K Pandey2-0/+2710
2021-10-29benchtests: Improve bench-memcpy-randomWilco Dijkstra1-26/+28
2021-10-27Benchtests: Add benchtests for __memcmpeqNoah Goldstein3-7/+29
2021-10-23bench-math: Sort and put each bench per lineH.J. Lu1-6/+62
2021-10-08benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein1-2/+2
2021-10-04benchtests: Building benchmarks as static executablesH.J. Lu2-7/+29
2021-09-24benchtests: Improve reliability of memcmp benchmarksNoah Goldstein1-11/+10
2021-09-16benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura3-3/+9
2021-09-13benchtests: Remove redundant assert.hNaohiro Tamura2-2/+0
2021-09-13benchtests: Enable scripts/plot_strings.py to read stdinNaohiro Tamura1-3/+8
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-22/+0
2021-08-02Remove obsolete comments/name from several benchtest input files.Paul Zimmermann6-23/+0
2021-08-02Remove obsolete comments/name from acos-inputs, since slow path was removed.Paul Zimmermann1-3/+0
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar1-2/+3
2021-05-26benchtests: Fixed bench-memcpy-random: buf1: mprotect failedNaohiro Tamura1-2/+2