about summary refs log tree commit diff
path: root/benchtests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* benchtests: Add fclose benchmarkH.J. Lu5 days1-0/+6
* benchtests: Add random() benchmarkWilco Dijkstra2024-04-181-0/+1
* benchtests: Add more benchtests for rounding functions.Junxian Zhu2024-02-231-0/+11
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* benchtests: Reformat Makefile.Carlos O'Donell2023-05-181-15/+32
* benchtests: Add fmodf benchmarkAdhemerval Zanella Netto2023-04-031-0/+1
* benchtests: Add fmod benchmarkAdhemerval Zanella Netto2023-04-031-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-011-3/+3
* Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein2022-10-031-1/+9
* benchtests: Add arc4random benchtestAdhemerval Zanella Netto2022-07-221-1/+4
* benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hashNoah Goldstein2022-05-231-4/+21
* benchtests: Add wcrtomb microbenchmarkSiddhesh Poyarekar2022-05-061-0/+1
* benchtests: Better libmvec integrationSiddhesh Poyarekar2022-04-291-15/+17
* benchtests: Add UNSUPPORTED benchmark statusSiddhesh Poyarekar2022-04-291-5/+18
* benchtests: Add pthread-mutex-locks benchWangyang Guo2022-04-271-0/+2
* benchtests: Use "=" instead of ":=" [BZ #28970]H.J. Lu2022-03-161-2/+4
* benchtests: Generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-2/+6
* benchtests: Add benches for memset with 0 valueH.J. Lu2022-02-231-0/+3
* benchtests: Add benches for bzeroH.J. Lu2022-02-081-0/+3
* benchtests: Sort benches in MakefileH.J. Lu2022-02-071-19/+110
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Revert "benchtests: Add acosf function to bench-math"Sunil K Pandey2021-11-051-1/+0
* benchtests: Add hypotfAdhemerval Zanella2021-11-011-0/+1
* benchtests: Add acosf function to bench-mathSunil K Pandey2021-10-291-0/+1
* Benchtests: Add benchtests for __memcmpeqNoah Goldstein2021-10-271-1/+1
* bench-math: Sort and put each bench per lineH.J. Lu2021-10-231-6/+62
* benchtests: Building benchmarks as static executablesH.J. Lu2021-10-041-7/+19
* add workload traces for cbrtlPaul Zimmermann2021-05-101-0/+4
* add workload traces for missing functions (double format)Paul Zimmermann2021-03-291-4/+5
* benchtests: Add ilogb* testsRaphael Moreira Zinsly2021-03-161-2/+2
* benchtests: Do not build bench-timing-type with MODULE_NAME=libcArjun Shankar2021-01-261-7/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* New benchtest: pthread locksDJ Delorie2020-10-211-1/+2
* benchtests: Run _Float128 tests only on architectures that support itArjun Shankar2020-09-231-1/+5
* benchtests: Add "workload" traces for sinf128Paul Zimmermann2020-09-101-1/+1
* benchtests: Add "workload" traces for powf128Paul Zimmermann2020-09-101-1/+1
* benchtests: Add "workload" traces for expf128Paul Zimmermann2020-09-101-1/+1
* benchtests: Add exp10f benchmarkAdhemerval Zanella2020-06-191-1/+2
* benchtests: Restore the clock_gettime optionH.J. Lu2020-06-051-0/+6
* Add benchtests for roundeven and roundevenf.Shen-Ta Hsieh2020-03-271-2/+4
* Run bench-timing-type with newly built libc.Joseph Myers2020-01-201-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* benchtests: Add logb{f} benchmarkAdhemerval Zanella2019-07-081-1/+1
* benchtests: hypot benchmarkAdhemerval Zanella2019-07-081-1/+1
* benchtests: Add isnan/isinf/isfinite benchmarkAdhemerval Zanella2019-06-121-1/+4
* benchtests: Enable BIND_NOW if configured with --enable-bind-nowFlorian Weimer2019-04-251-2/+10
* Reduce benchtests timeWilco Dijkstra2019-04-241-2/+2
* Add generic hp-timing supportWilco Dijkstra2019-03-221-6/+0