aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2018-12-27Improve bench-strlenWilco Dijkstra1-14/+20
2018-12-21Refactor string benchtestsWilco Dijkstra21-207/+71
2018-12-12benchtests: send non-consumable data to stderrLeonardo Sandoval1-3/+4
2018-12-12benchtests: include --stats parameterLeonardo Sandoval1-9/+18
2018-12-12benchtests: keep comparing even if function timings do not matchLeonardo Sandoval1-1/+1
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers1-7/+0
2018-10-24x86: Support RDTSCP for benchtestsH.J. Lu2-0/+15
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-3/+0
2018-10-08benchtests: Set float type on --threshold argumentLeonardo Sandoval1-1/+1
2018-08-16Reallocate buffers for every run in strlenSiddhesh Poyarekar1-7/+10
2018-08-16Print strlen benchmark output in jsonSiddhesh Poyarekar1-15/+38
2018-08-11[benchtests] Add workload test properties to schemaSiddhesh Poyarekar1-0/+4
2018-08-11[benchtests] Add mandatory attributes to workload testsSiddhesh Poyarekar1-0/+2
2018-08-08benchtests: Clean up the alloc_bufsSiddhesh Poyarekar6-33/+42
2018-08-03[benchtests] Fix compare_strings.py for python2Siddhesh Poyarekar1-2/+3
2018-07-19benchtests: improve argument parsing through argparse libraryLeonardo Sandoval1-21/+19
2018-07-16Improve strstr performanceWilco Dijkstra2-0/+2
2018-06-12benchtests: Add -f/--functions argumentH.J. Lu1-10/+42
2018-06-01benchtests: Catch exceptions in input argumentsLeonardo Sandoval1-10/+24
2018-06-01benchtests: Add --no-diff and --no-header optionsLeonardo Sandoval1-10/+18
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