aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2018-05-07benchtests: Move iterator declaration into loop headerSiddhesh Poyarekar2-5/+3
2018-03-19Undefine attribute_hidden to fix benchtestsWilco Dijkstra1-0/+1
2018-03-15Use correct includes in benchtestsWilco Dijkstra6-2/+15
2018-03-06benchtests: Don't benchmark 0 length calls for strncmpSiddhesh Poyarekar1-24/+0
2018-03-06benchtests: Reallocate buffers for every strncmp implementationSiddhesh Poyarekar1-44/+53
2018-03-06benchtests: Convert strncmp benchmark output to jsonSiddhesh Poyarekar1-60/+96
2018-02-12Remove slow paths from powWilco Dijkstra1-4/+2
2018-02-02benchtests: Make bench-memcmp print jsonSiddhesh Poyarekar1-26/+50
2018-02-02benchtests: Reallocate buffers for every test runSiddhesh Poyarekar1-10/+13
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2017-12-15Convert strcmp benchmark output to json formatSiddhesh Poyarekar1-27/+51
2017-11-28benchtests: Enable BENCHSET to run subset of testsVictor Rodriguez2-20/+68
2017-11-28benchtests: Expand range of tests names in schema.jsonVictor Rodriguez1-1/+1
2017-11-28benchtests: Adjust valid and accepted propertiesVictor Rodriguez1-1/+2
2017-11-20benchtests: Bump start size since smaller sizes are noisySiddhesh Poyarekar3-3/+3
2017-11-20benchtests: Fix walking sizes and directions for *-walk benchmarksSiddhesh Poyarekar3-21/+12
2017-10-13Benchtests for sinf, cosf and sincosfRajalakshmi Srinivasaraghavan4-1/+10626
2017-10-05benchtests: Memory walking benchmark for memmoveSiddhesh Poyarekar2-1/+144
2017-10-05benchtests: Memory walking benchmark for memsetSiddhesh Poyarekar2-1/+139
2017-10-05benchtests: Memory walking benchmark for memcpySiddhesh Poyarekar2-1/+129
2017-09-20Add exp2f and log2f benchmark traceSzabolcs Nagy3-1/+5277
2017-09-19Add logf traceWilco Dijkstra2-1/+2889
2017-09-19Add expf traceWilco Dijkstra2-1/+2389
2017-09-19Add benchtests for trunc and truncf.Joseph Myers3-1/+46
2017-09-16benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar1-3/+8
2017-09-16benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar1-9/+11
2017-09-16benchtests: Use argparse to parse argumentsSiddhesh Poyarekar2-13/+35
2017-09-14benchtests: Reallocate buffers for memsetSiddhesh Poyarekar3-13/+47
2017-09-14benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar2-31/+80
2017-09-14Add new codepage charmaps/IBM858 [BZ #21084]Mike FABIAN1-0/+2
2017-08-21benchtests: Do not compile benchmark objects as libc modules [BZ #21864]Florian Weimer1-4/+5
2017-08-17Add math benchmark latency testWilco Dijkstra2-10/+37
2017-08-11benchtests: Print json in memmove benchmarkSiddhesh Poyarekar2-41/+87
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar9-154/+2
2017-08-08benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar1-0/+2
2017-08-08benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar1-10/+18
2017-08-08benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar3-3/+3
2017-06-22benchtests: New script to parse memcpy resultsSiddhesh Poyarekar2-0/+173
2017-06-22benchtests: Make memcpy benchmarks print results in jsonSiddhesh Poyarekar3-49/+117
2017-06-22benchtests: Print string array elements, int and uint in jsonSiddhesh Poyarekar2-0/+68
2017-06-20Add powf traceWilco Dijkstra1-0/+2187
2017-06-20Improve math benchmark infrastructureWilco Dijkstra2-18/+45
2017-06-20Add powf bench testsPaul Clarke2-1/+332
2017-06-14nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella3-1/+73
2017-06-04benchtests: Add more tests for memrchrH.J. Lu1-1/+16
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2-3/+2
2017-03-28Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.Steve Ellcey1-2/+2
2017-03-26Actually add bench-memcpy-randomSiddhesh Poyarekar1-0/+157
2017-03-23Add a new randomized memcpy test for copies up to 256 bytes. The distributionWilco Dijkstra1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers76-76/+76