about summary refs log tree commit diff
path: root/benchtests
Commit message (Expand)AuthorAgeFilesLines
* tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar2021-07-281-2/+3
* benchtests: Fixed bench-memcpy-random: buf1: mprotect failedNaohiro Tamura2021-05-261-2/+2
* Bench: Add support for choose direction of memcpy in benchtestsNoah Goldstein2021-05-233-65/+94
* x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein2021-05-181-6/+26
* benchtests: Use JSON for bench-rawmemchr outputMatheus Castanho2021-05-171-15/+39
* add workload traces for cbrtlPaul Zimmermann2021-05-102-0/+1008
* Bench: Expand bench-memchr.cNoah Goldstein2021-05-031-0/+13
* bench-memcpy: Collect data from 2KB to 4KBH.J. Lu2021-05-031-0/+8
* x86: Expand test-memset.c and bench-memset.cNoah Goldstein2021-04-191-2/+4
* benchtests: Fix name of exp10f benchmark variantSiddhesh Poyarekar2021-04-181-1/+1
* benchtests: Fix pthread-locks test to produce valid jsonSiddhesh Poyarekar2021-04-182-8/+11
* x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2021-04-161-2/+6
* add workload traces for missing functions (double format)Paul Zimmermann2021-03-2915-4/+13231
* benchtests: Add ilogb* testsRaphael Moreira Zinsly2021-03-164-2/+35
* benchtests: Updated json bench-variant attributeNaohiro Tamura2021-02-101-1/+1
* strchr: Add additional benchmarks and testsnoah2021-02-081-1/+25
* benchtests: Do not build bench-timing-type with MODULE_NAME=libcArjun Shankar2021-01-261-7/+7
* install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song2021-01-111-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0283-84/+84
* New benchtest: pthread locksDJ Delorie2020-10-212-1/+556
* bench-strcmp.c: Add workloads on page boundaryH.J. Lu2020-09-241-0/+56
* bench-strncmp.c: Add workloads on page boundaryH.J. Lu2020-09-241-0/+128
* benchtests: Run _Float128 tests only on architectures that support itArjun Shankar2020-09-234-7/+11
* benchtests: Add "workload" traces for sinf128Paul Zimmermann2020-09-102-1/+2008
* benchtests: Add "workload" traces for sinfPaul Zimmermann2020-09-101-0/+2004
* benchtests: Add "workload" traces for sinPaul Zimmermann2020-09-101-0/+2004
* benchtests: Add "workload" traces for powf128Paul Zimmermann2020-09-102-1/+1006
* benchtests: Add "workload" traces for powPaul Zimmermann2020-09-101-0/+1002
* benchtests: Add "workload" traces for expf128Paul Zimmermann2020-09-102-1/+1006
* benchtests: Add "workload" traces for expPaul Zimmermann2020-09-101-0/+1002
* benchtests/README update.Paul Zimmermann2020-08-041-6/+14
* Remove --enable-obsolete-rpc configure flagPetr Vorel2020-07-131-29/+0
* benchtests: Add exp10f benchmarkAdhemerval Zanella2020-06-192-1/+2390
* benchtests: Restore the clock_gettime optionH.J. Lu2020-06-053-2/+17
* Update HP_TIMING_NOW for _ISOMAC in sysdeps/generic/hp-timing.hH.J. Lu2020-06-051-1/+0
* y2038: Replace __clock_gettime with __clock_gettime64Lukasz Majewski2020-05-201-1/+1
* Add benchtests for roundeven and roundevenf.Shen-Ta Hsieh2020-03-273-2/+47
* Convert Python scripts to Python 3Alistair Francis2020-03-032-2/+2
* Improve random memcpy benchmarkWilco Dijkstra2020-02-101-29/+57
* Run bench-timing-type with newly built libc.Joseph Myers2020-01-201-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0182-82/+82
* Add new script for plotting string benchmark JSON outputKrzysztof Koch2019-11-131-0/+395
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0781-81/+81
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-305-91/+65
* benchtests: Add logb{f} benchmarkAdhemerval Zanella2019-07-083-1/+23
* benchtests: hypot benchmarkAdhemerval Zanella2019-07-082-1/+17
* Further improve string bench timingWilco Dijkstra2019-06-2812-13/+14
* Bump up the runtime for "short" benchmarksAnton Youdkevitch2019-06-289-8/+9
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-192-2/+3
* benchtests: Add isnan/isinf/isfinite benchmarkAdhemerval Zanella2019-06-124-1/+67