aboutsummaryrefslogtreecommitdiff
path: root/benchtests/bench-memset.c
AgeCommit message (Expand)AuthorFilesLines
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-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-08benchtests: Add medium cases and increase iters in bench-memset.cNoah Goldstein1-2/+2
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein1-2/+4
2021-02-10benchtests: Updated json bench-variant attributeNaohiro Tamura1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra1-13/+21
2019-02-12String benchtest cleanupWilco Dijkstra1-55/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-21Refactor string benchtestsWilco Dijkstra1-7/+0
2018-08-08benchtests: Clean up the alloc_bufsSiddhesh Poyarekar1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-14benchtests: Reallocate buffers for memsetSiddhesh Poyarekar1-1/+4
2017-09-14benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar1-20/+45
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar1-16/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella1-1/+1
2016-04-01Test 64-byte alignment in memset benchtestH.J. Lu1-1/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-26S390: Optimize wmemset.Stefan Liebler1-21/+42
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-10PowerPC: memset optimization for POWER8/PPC64Adhemerval Zanella1-0/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-04benchtests: Switch string benchmarks to use bench-timing.h.Will Newton1-20/+12
2013-06-20Fix loop construction to functions callsAdhemerval Zanella1-0/+1
2013-06-11Copy over string performance tests into benchtestsSiddhesh Poyarekar1-0/+169