summaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-15Convert strcmp benchmark output to json formatSiddhesh Poyarekar
2017-11-28benchtests: Enable BENCHSET to run subset of testsVictor Rodriguez
2017-11-28benchtests: Expand range of tests names in schema.jsonVictor Rodriguez
2017-11-28benchtests: Adjust valid and accepted propertiesVictor Rodriguez
2017-11-20benchtests: Bump start size since smaller sizes are noisySiddhesh Poyarekar
2017-11-20benchtests: Fix walking sizes and directions for *-walk benchmarksSiddhesh Poyarekar
2017-10-13Benchtests for sinf, cosf and sincosfRajalakshmi Srinivasaraghavan
2017-10-05benchtests: Memory walking benchmark for memmoveSiddhesh Poyarekar
2017-10-05benchtests: Memory walking benchmark for memsetSiddhesh Poyarekar
2017-10-05benchtests: Memory walking benchmark for memcpySiddhesh Poyarekar
2017-09-20Add exp2f and log2f benchmark traceSzabolcs Nagy
2017-09-19Add logf traceWilco Dijkstra
2017-09-19Add expf traceWilco Dijkstra
2017-09-19Add benchtests for trunc and truncf.Joseph Myers
2017-09-16benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar
2017-09-16benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar
2017-09-16benchtests: Use argparse to parse argumentsSiddhesh Poyarekar
2017-09-14benchtests: Reallocate buffers for memsetSiddhesh Poyarekar
2017-09-14benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar
2017-09-14Add new codepage charmaps/IBM858 [BZ #21084]Mike FABIAN
2017-08-21benchtests: Do not compile benchmark objects as libc modules [BZ #21864]Florian Weimer
2017-08-17Add math benchmark latency testWilco Dijkstra
2017-08-11benchtests: Print json in memmove benchmarkSiddhesh Poyarekar
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar
2017-08-08benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar
2017-08-08benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar
2017-08-08benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar
2017-06-22benchtests: New script to parse memcpy resultsSiddhesh Poyarekar
2017-06-22benchtests: Make memcpy benchmarks print results in jsonSiddhesh Poyarekar
2017-06-22benchtests: Print string array elements, int and uint in jsonSiddhesh Poyarekar
2017-06-20Add powf traceWilco Dijkstra
2017-06-20Improve math benchmark infrastructureWilco Dijkstra
2017-06-20Add powf bench testsPaul Clarke
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella
2017-06-04benchtests: Add more tests for memrchrH.J. Lu
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-28Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.Steve Ellcey
2017-03-26Actually add bench-memcpy-randomSiddhesh Poyarekar
2017-03-23Add a new randomized memcpy test for copies up to 256 bytes. The distributionWilco Dijkstra
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-22Add configure check for python programSiddhesh Poyarekar
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra
2016-12-19benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella
2016-12-19benchtests: Add fmax/fmin benchmarksAdhemerval Zanella
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella
2016-12-18Link benchset tests against libsupportSiddhesh Poyarekar
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra
2016-10-21Use -fno-builtin for sqrt benchmark.Joseph Myers
2016-05-18Clear destination buffer updated by the previous runH.J. Lu