aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2021-05-26benchtests: Fixed bench-memcpy-random: buf1: mprotect failedNaohiro Tamura1-2/+2
2021-05-23Bench: Add support for choose direction of memcpy in benchtestsNoah Goldstein3-65/+94
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein1-6/+26
2021-05-17benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho1-15/+39
2021-05-10add workload traces for cbrtlPaul Zimmermann2-0/+1008
2021-05-03Bench: Expand bench-memchr.cNoah Goldstein1-0/+13
2021-05-03bench-memcpy: Collect data from 2KB to 4KBH.J. Lu1-0/+8
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein1-2/+4
2021-04-18benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar1-1/+1
2021-04-18benchtests: Fix pthread-locks test to produce valid jsonSiddhesh Poyarekar2-8/+11
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah1-2/+6
2021-03-29add workload traces for missing functions (double format)Paul Zimmermann15-4/+13231
2021-03-16benchtests: Add ilogb* testsRaphael Moreira Zinsly4-2/+35
2021-02-10benchtests: Updated json bench-variant attributeNaohiro Tamura1-1/+1
2021-02-08strchr: Add additional benchmarks and testsnoah1-1/+25
2021-01-26benchtests: Do not build bench-timing-type with MODULE_NAME=libcArjun Shankar1-7/+7
2021-01-11install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert83-84/+84
2020-10-21New benchtest: pthread locksDJ Delorie2-1/+556
2020-09-24bench-strcmp.c: Add workloads on page boundaryH.J. Lu1-0/+56
2020-09-24bench-strncmp.c: Add workloads on page boundaryH.J. Lu1-0/+128
2020-09-23benchtests: Run _Float128 tests only on architectures that support itArjun Shankar4-7/+11
2020-09-10benchtests: Add "workload" traces for sinf128Paul Zimmermann2-1/+2008
2020-09-10benchtests: Add "workload" traces for sinfPaul Zimmermann1-0/+2004
2020-09-10benchtests: Add "workload" traces for sinPaul Zimmermann1-0/+2004
2020-09-10benchtests: Add "workload" traces for powf128Paul Zimmermann2-1/+1006
2020-09-10benchtests: Add "workload" traces for powPaul Zimmermann1-0/+1002
2020-09-10benchtests: Add "workload" traces for expf128Paul Zimmermann2-1/+1006
2020-09-10benchtests: Add "workload" traces for expPaul Zimmermann1-0/+1002
2020-08-04benchtests/README update.Paul Zimmermann1-6/+14
2020-07-13Remove --enable-obsolete-rpc configure flagPetr Vorel1-29/+0
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