about summary refs log tree commit diff
path: root/benchtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar2017-08-083-3/+3
* benchtests: New script to parse memcpy resultsSiddhesh Poyarekar2017-06-222-0/+173
* benchtests: Make memcpy benchmarks print results in jsonSiddhesh Poyarekar2017-06-223-49/+117
* benchtests: Print string array elements, int and uint in jsonSiddhesh Poyarekar2017-06-222-0/+68
* Add powf traceWilco Dijkstra2017-06-201-0/+2187
* Improve math benchmark infrastructureWilco Dijkstra2017-06-202-18/+45
* Add powf bench testsPaul Clarke2017-06-202-1/+332
* nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)Adhemerval Zanella2017-06-143-1/+73
* benchtests: Add more tests for memrchrH.J. Lu2017-06-041-1/+16