aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2022-07-22benchtests: Add arc4random benchtestAdhemerval Zanella Netto
2022-06-07Benchtests: Improve memrchr benchmarksNoah Goldstein
2022-06-01benchtests: Add workload name for sincosfAdhemerval Zanella
2022-06-01benchtests: Add workload name for cosfAdhemerval Zanella
2022-05-27benchtests: Improve benchtests for strstr, memmem, and memchrNoah Goldstein
2022-05-23benchtests: Improve bench-strnlen.cNoah Goldstein
2022-05-23elf: Optimize _dl_new_hash in dl-new-hash.hNoah Goldstein
2022-05-23benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein
2022-05-06benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar
2022-04-29benchtests: Better libmvec integrationSiddhesh Poyarekar
2022-04-29benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar
2022-04-27benchtests: Add pthread-mutex-locks benchWangyang Guo
2022-04-22benchtests: Improve bench-strrchrNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strcasecmp.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strspn.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein
2022-03-25benchtests: Add random benchmark in bench-strchr.cNoah Goldstein
2022-03-25benchtests: Use json-lib in bench-strchr.cNoah Goldstein
2022-03-16benchtests: Use "=" instead of ":=" [BZ #28970]H.J. Lu
2022-03-08benchtests: make compare_strings.py accept string as attribute valueSu Lifan
2022-02-25benchtests: Generate .d dependency files [BZ #28922]H.J. Lu
2022-02-25benchtests: Remove duplicated loop in bench-bzero-walk.cH.J. Lu
2022-02-24benchtests: Add small sizes (<= 64) to bench-bzero-walk.cH.J. Lu
2022-02-23benchtests: Add benches for memset with 0 valueH.J. Lu
2022-02-08benchtests: Add benches for bzeroH.J. Lu
2022-02-07benchtests: Sort benches in MakefileH.J. Lu
2022-02-06Benchtests: Add length zero benchmark for memset in bench-memset.cNoah Goldstein
2022-02-05Benchtests: move 'alloc_bufs' from loop in bench-memset.cNoah Goldstein
2022-02-03benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-06benchtests: Add partial overlap case in bench-memmove-walk.cNoah Goldstein
2021-11-06benchtests: Add additional cases to bench-memcpy.c and bench-memmove.cNoah Goldstein
2021-11-05Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey
2021-11-01benchtests: Add hypotfAdhemerval Zanella
2021-11-01benchtests: Make hypot input randomAdhemerval Zanella
2021-10-29benchtests: Add acosf function to bench-mathSunil K Pandey
2021-10-29benchtests: Improve bench-memcpy-randomWilco Dijkstra
2021-10-27Benchtests: Add benchtests for __memcmpeqNoah Goldstein
2021-10-23bench-math: Sort and put each bench per lineH.J. Lu
2021-10-08benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein
2021-10-04benchtests: Building benchmarks as static executablesH.J. Lu
2021-09-24benchtests: Improve reliability of memcmp benchmarksNoah Goldstein
2021-09-16benchtests: Fix validate_benchout.py exceptionsNaohiro Tamura
2021-09-13benchtests: Remove redundant assert.hNaohiro Tamura
2021-09-13benchtests: Enable scripts/plot_strings.py to read stdinNaohiro Tamura
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song
2021-08-02Remove obsolete comments/name from several benchtest input files.Paul Zimmermann
2021-08-02Remove obsolete comments/name from acos-inputs, since slow path was removed.Paul Zimmermann
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar