GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchtests
Commit message (
Expand
)
Author
Age
Files
Lines
*
benchtests: Add wcrtomb microbenchmark
Siddhesh Poyarekar
2022-05-06
2
-0
/
+140
*
benchtests: Better libmvec integration
Siddhesh Poyarekar
2022-04-29
1
-15
/
+17
*
benchtests: Add UNSUPPORTED benchmark status
Siddhesh Poyarekar
2022-04-29
1
-5
/
+18
*
benchtests: Add pthread-mutex-locks bench
Wangyang Guo
2022-04-27
2
-0
/
+290
*
benchtests: Improve bench-strrchr
Noah Goldstein
2022-04-22
1
-44
/
+82
*
benchtests: Use json-lib in bench-strncasecmp.c
Noah Goldstein
2022-03-25
1
-44
/
+69
*
benchtests: Use json-lib in bench-strcasecmp.c
Noah Goldstein
2022-03-25
1
-26
/
+51
*
benchtests: Use json-lib in bench-strspn.c
Noah Goldstein
2022-03-25
1
-20
/
+58
*
benchtests: Use json-lib in bench-strpbrk.c
Noah Goldstein
2022-03-25
1
-20
/
+61
*
benchtests: Add random benchmark in bench-strchr.c
Noah Goldstein
2022-03-25
1
-0
/
+143
*
benchtests: Use json-lib in bench-strchr.c
Noah Goldstein
2022-03-25
1
-30
/
+64
*
benchtests: Use "=" instead of ":=" [BZ #28970]
H.J. Lu
2022-03-16
1
-2
/
+4
*
benchtests: make compare_strings.py accept string as attribute value
Su Lifan
2022-03-08
1
-1
/
+6
*
benchtests: Generate .d dependency files [BZ #28922]
H.J. Lu
2022-02-25
1
-2
/
+6
*
benchtests: Remove duplicated loop in bench-bzero-walk.c
H.J. Lu
2022-02-25
1
-6
/
+0
*
benchtests: Add small sizes (<= 64) to bench-bzero-walk.c
H.J. Lu
2022-02-24
1
-0
/
+3
*
benchtests: Add benches for memset with 0 value
H.J. Lu
2022-02-23
7
-3
/
+149
*
benchtests: Add benches for bzero
H.J. Lu
2022-02-08
4
-0
/
+372
*
benchtests: Sort benches in Makefile
H.J. Lu
2022-02-07
1
-19
/
+110
*
Benchtests: Add length zero benchmark for memset in bench-memset.c
Noah Goldstein
2022-02-06
1
-1
/
+1
*
Benchtests: move 'alloc_bufs' from loop in bench-memset.c
Noah Goldstein
2022-02-05
1
-2
/
+2
*
benchtests: Add more coverage for strcmp and strncmp benchmarks
Noah Goldstein
2022-02-03
2
-69
/
+183
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
84
-84
/
+84
*
benchtests: Add partial overlap case in bench-memmove-walk.c
Noah Goldstein
2021-11-06
1
-15
/
+46
*
benchtests: Add additional cases to bench-memcpy.c and bench-memmove.c
Noah Goldstein
2021-11-06
2
-9
/
+66
*
Revert "benchtests: Add acosf function to bench-math"
Sunil K Pandey
2021-11-05
2
-2710
/
+0
*
benchtests: Add hypotf
Adhemerval Zanella
2021-11-01
2
-0
/
+1008
*
benchtests: Make hypot input random
Adhemerval Zanella
2021-11-01
1
-12
/
+1003
*
benchtests: Add acosf function to bench-math
Sunil K Pandey
2021-10-29
2
-0
/
+2710
*
benchtests: Improve bench-memcpy-random
Wilco Dijkstra
2021-10-29
1
-26
/
+28
*
Benchtests: Add benchtests for __memcmpeq
Noah Goldstein
2021-10-27
3
-7
/
+29
*
bench-math: Sort and put each bench per line
H.J. Lu
2021-10-23
1
-6
/
+62
*
benchtests: Add medium cases and increase iters in bench-memset.c
Noah Goldstein
2021-10-08
1
-2
/
+2
*
benchtests: Building benchmarks as static executables
H.J. Lu
2021-10-04
2
-7
/
+29
*
benchtests: Improve reliability of memcmp benchmarks
Noah Goldstein
2021-09-24
1
-11
/
+10
*
benchtests: Fix validate_benchout.py exceptions
Naohiro Tamura
2021-09-16
3
-3
/
+9
*
benchtests: Remove redundant assert.h
Naohiro Tamura
2021-09-13
2
-2
/
+0
*
benchtests: Enable scripts/plot_strings.py to read stdin
Naohiro Tamura
2021-09-13
1
-3
/
+8
*
Remove sysdeps/*/tls-macros.h
Fangrui Song
2021-08-18
1
-22
/
+0
*
Remove obsolete comments/name from several benchtest input files.
Paul Zimmermann
2021-08-02
6
-23
/
+0
*
Remove obsolete comments/name from acos-inputs, since slow path was removed.
Paul Zimmermann
2021-08-02
1
-3
/
+0
*
tests: use xmalloc to allocate implementation array
Siddhesh Poyarekar
2021-07-28
1
-2
/
+3
*
benchtests: Fixed bench-memcpy-random: buf1: mprotect failed
Naohiro Tamura
2021-05-26
1
-2
/
+2
*
Bench: Add support for choose direction of memcpy in benchtests
Noah Goldstein
2021-05-23
3
-65
/
+94
*
x86: Expand bench-memcmp.c and test-memcmp.c
Noah Goldstein
2021-05-18
1
-6
/
+26
*
benchtests: Use JSON for bench-rawmemchr output
Matheus Castanho
2021-05-17
1
-15
/
+39
*
add workload traces for cbrtl
Paul Zimmermann
2021-05-10
2
-0
/
+1008
*
Bench: Expand bench-memchr.c
Noah Goldstein
2021-05-03
1
-0
/
+13
*
bench-memcpy: Collect data from 2KB to 4KB
H.J. Lu
2021-05-03
1
-0
/
+8
*
x86: Expand test-memset.c and bench-memset.c
Noah Goldstein
2021-04-19
1
-2
/
+4
[next]