aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2020-06-19benchtests: Add exp10f benchmarkAdhemerval Zanella2-1/+2390
2020-06-05benchtests: Restore the clock_gettime optionH.J. Lu3-2/+17
2020-06-05Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu1-1/+0
2020-05-20y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski1-1/+1
2020-03-27Add benchtests for roundeven and roundevenf.Shen-Ta Hsieh3-2/+47
2020-03-03Convert Python scripts to Python 3Alistair Francis2-2/+2
2020-02-10Improve random memcpy benchmarkWilco Dijkstra1-29/+57
2020-01-20Run bench-timing-type with newly built libc.Joseph Myers1-1/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers82-82/+82
2019-11-13Add new script for plotting string benchmark JSON outputKrzysztof Koch1-0/+395
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert81-81/+81
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra5-91/+65
2019-07-08benchtests: Add logb{f} benchmarkAdhemerval Zanella3-1/+23
2019-07-08benchtests: hypot benchmarkAdhemerval Zanella2-1/+17
2019-06-28Further improve string bench timingWilco Dijkstra12-13/+14
2019-06-28Bump up the runtime for "short" benchmarksAnton Youdkevitch9-8/+9
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2-2/+3
2019-06-12benchtests: Add isnan/isinf/isfinite benchmarkAdhemerval Zanella4-1/+67
2019-06-11Benchmark strstr hard needlesWilco Dijkstra1-0/+79
2019-05-21Improve string benchtest timingWilco Dijkstra12-32/+25
2019-04-25benchtests: Enable BIND_NOW if configured with --enable-bind-nowFlorian Weimer1-2/+10
2019-04-24Reduce benchtests timeWilco Dijkstra2-3/+3
2019-04-09Improve string benchtestsWilco Dijkstra9-141/+73
2019-04-09Improve bench-strstrWilco Dijkstra1-83/+137
2019-04-09Improve bench-memmemWilco Dijkstra1-17/+62
2019-04-09Remove TIMING_INITWilco Dijkstra5-17/+1
2019-03-22Add generic hp-timing supportWilco Dijkstra3-48/+9
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-1/+1
2019-02-27Add some spaces before '('.Joseph Myers3-9/+10
2019-02-22Break some lines before not after operators.Joseph Myers2-7/+7
2019-02-14Add missing bench-malloc-simple.c file.Wilco Dijkstra1-0/+188
2019-02-14Add malloc micro benchmarkWilco Dijkstra1-5/+13
2019-02-14benchtests: Remove useless ORIG_SRC in memmove benchmarksSiddhesh Poyarekar2-8/+8
2019-02-12String benchtest cleanupWilco Dijkstra19-384/+28
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