about summary refs log tree commit diff
path: root/benchtests
Commit message (Expand)AuthorAgeFilesLines
* x86: Support RDTSCP for benchtestsH.J. Lu2018-10-242-0/+15
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-3/+0
* benchtests: Set float type on --threshold argumentLeonardo Sandoval2018-10-081-1/+1
* Reallocate buffers for every run in strlenSiddhesh Poyarekar2018-08-161-7/+10
* Print strlen benchmark output in jsonSiddhesh Poyarekar2018-08-161-15/+38
* [benchtests] Add workload test properties to schemaSiddhesh Poyarekar2018-08-111-0/+4
* [benchtests] Add mandatory attributes to workload testsSiddhesh Poyarekar2018-08-111-0/+2
* benchtests: Clean up the alloc_bufsSiddhesh Poyarekar2018-08-086-33/+42
* [benchtests] Fix compare_strings.py for python2Siddhesh Poyarekar2018-08-031-2/+3
* benchtests: improve argument parsing through argparse libraryLeonardo Sandoval2018-07-191-21/+19
* Improve strstr performanceWilco Dijkstra2018-07-162-0/+2
* benchtests: Add -f/--functions argumentH.J. Lu2018-06-121-10/+42
* benchtests: Catch exceptions in input argumentsLeonardo Sandoval2018-06-011-10/+24
* benchtests: Add --no-diff and --no-header optionsLeonardo Sandoval2018-06-011-10/+18
* benchtests: Move iterator declaration into loop headerSiddhesh Poyarekar2018-05-072-5/+3
* Undefine attribute_hidden to fix benchtestsWilco Dijkstra2018-03-191-0/+1
* Use correct includes in benchtestsWilco Dijkstra2018-03-156-2/+15
* benchtests: Don't benchmark 0 length calls for strncmpSiddhesh Poyarekar2018-03-061-24/+0
* benchtests: Reallocate buffers for every strncmp implementationSiddhesh Poyarekar2018-03-061-44/+53
* benchtests: Convert strncmp benchmark output to jsonSiddhesh Poyarekar2018-03-061-60/+96
* Remove slow paths from powWilco Dijkstra2018-02-121-4/+2
* benchtests: Make bench-memcmp print jsonSiddhesh Poyarekar2018-02-021-26/+50
* benchtests: Reallocate buffers for every test runSiddhesh Poyarekar2018-02-021-10/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0182-82/+82
* Convert strcmp benchmark output to json formatSiddhesh Poyarekar2017-12-151-27/+51
* benchtests: Enable BENCHSET to run subset of testsVictor Rodriguez2017-11-282-20/+68
* benchtests: Expand range of tests names in schema.jsonVictor Rodriguez2017-11-281-1/+1
* benchtests: Adjust valid and accepted propertiesVictor Rodriguez2017-11-281-1/+2
* benchtests: Bump start size since smaller sizes are noisySiddhesh Poyarekar2017-11-203-3/+3
* benchtests: Fix walking sizes and directions for *-walk benchmarksSiddhesh Poyarekar2017-11-203-21/+12
* Benchtests for sinf, cosf and sincosfRajalakshmi Srinivasaraghavan2017-10-134-1/+10626
* benchtests: Memory walking benchmark for memmoveSiddhesh Poyarekar2017-10-052-1/+144
* benchtests: Memory walking benchmark for memsetSiddhesh Poyarekar2017-10-052-1/+139
* benchtests: Memory walking benchmark for memcpySiddhesh Poyarekar2017-10-052-1/+129
* Add exp2f and log2f benchmark traceSzabolcs Nagy2017-09-203-1/+5277
* Add logf traceWilco Dijkstra2017-09-192-1/+2889
* Add expf traceWilco Dijkstra2017-09-192-1/+2389
* Add benchtests for trunc and truncf.Joseph Myers2017-09-193-1/+46
* benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar2017-09-161-3/+8
* benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar2017-09-161-9/+11
* benchtests: Use argparse to parse argumentsSiddhesh Poyarekar2017-09-162-13/+35
* benchtests: Reallocate buffers for memsetSiddhesh Poyarekar2017-09-143-13/+47
* benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar2017-09-142-31/+80
* Add new codepage charmaps/IBM858 [BZ #21084]Mike FABIAN2017-09-141-0/+2
* benchtests: Do not compile benchmark objects as libc modules [BZ #21864]Florian Weimer2017-08-211-4/+5
* Add math benchmark latency testWilco Dijkstra2017-08-172-10/+37
* benchtests: Print json in memmove benchmarkSiddhesh Poyarekar2017-08-112-41/+87
* benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar2017-08-119-154/+2
* benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar2017-08-081-0/+2
* benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar2017-08-081-10/+18