aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2018-10-24x86: Support RDTSCP for benchtestsH.J. Lu
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-10-08benchtests: Set float type on --threshold argumentLeonardo Sandoval
2018-08-16Reallocate buffers for every run in strlenSiddhesh Poyarekar
2018-08-16Print strlen benchmark output in jsonSiddhesh Poyarekar
2018-08-11[benchtests] Add workload test properties to schemaSiddhesh Poyarekar
2018-08-11[benchtests] Add mandatory attributes to workload testsSiddhesh Poyarekar
2018-08-08benchtests: Clean up the alloc_bufsSiddhesh Poyarekar
2018-08-03[benchtests] Fix compare_strings.py for python2Siddhesh Poyarekar
2018-07-19benchtests: improve argument parsing through argparse libraryLeonardo Sandoval
2018-07-16Improve strstr performanceWilco Dijkstra
2018-06-12benchtests: Add -f/--functions argumentH.J. Lu
2018-06-01benchtests: Catch exceptions in input argumentsLeonardo Sandoval
2018-06-01benchtests: Add --no-diff and --no-header optionsLeonardo Sandoval
2018-05-07benchtests: Move iterator declaration into loop headerSiddhesh Poyarekar
2018-03-19Undefine attribute_hidden to fix benchtestsWilco Dijkstra
2018-03-15Use correct includes in benchtestsWilco Dijkstra
2018-03-06benchtests: Don't benchmark 0 length calls for strncmpSiddhesh Poyarekar
2018-03-06benchtests: Reallocate buffers for every strncmp implementationSiddhesh Poyarekar
2018-03-06benchtests: Convert strncmp benchmark output to jsonSiddhesh Poyarekar
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-02benchtests: Make bench-memcmp print jsonSiddhesh Poyarekar
2018-02-02benchtests: Reallocate buffers for every test runSiddhesh Poyarekar
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