aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2020-03-03Convert Python scripts to Python 3Alistair Francis
2020-02-10Improve random memcpy benchmarkWilco Dijkstra
2020-01-20Run bench-timing-type with newly built libc.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-13Add new script for plotting string benchmark JSON outputKrzysztof Koch
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra
2019-07-08benchtests: Add logb{f} benchmarkAdhemerval Zanella
2019-07-08benchtests: hypot benchmarkAdhemerval Zanella
2019-06-28Further improve string bench timingWilco Dijkstra
2019-06-28Bump up the runtime for "short" benchmarksAnton Youdkevitch
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler
2019-06-12benchtests: Add isnan/isinf/isfinite benchmarkAdhemerval Zanella
2019-06-11Benchmark strstr hard needlesWilco Dijkstra
2019-05-21Improve string benchtest timingWilco Dijkstra
2019-04-25benchtests: Enable BIND_NOW if configured with --enable-bind-nowFlorian Weimer
2019-04-24Reduce benchtests timeWilco Dijkstra
2019-04-09Improve string benchtestsWilco Dijkstra
2019-04-09Improve bench-strstrWilco Dijkstra
2019-04-09Improve bench-memmemWilco Dijkstra
2019-04-09Remove TIMING_INITWilco Dijkstra
2019-03-22Add generic hp-timing supportWilco Dijkstra
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-14Add missing bench-malloc-simple.c file.Wilco Dijkstra
2019-02-14Add malloc micro benchmarkWilco Dijkstra
2019-02-14benchtests: Remove useless ORIG_SRC in memmove benchmarksSiddhesh Poyarekar
2019-02-12String benchtest cleanupWilco Dijkstra
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-27Improve bench-strlenWilco Dijkstra
2018-12-21Refactor string benchtestsWilco Dijkstra
2018-12-12benchtests: send non-consumable data to stderrLeonardo Sandoval
2018-12-12benchtests: include --stats parameterLeonardo Sandoval
2018-12-12benchtests: keep comparing even if function timings do not matchLeonardo Sandoval
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers
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