about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-04-06 08:37:20 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-04-06 08:37:39 -0700
commita25322f4e855eb5b24c63c2395c941c3327627ca (patch)
treecc8b1f49463d80b515ebbac336aad323bd974f4a /benchtests/Makefile
parentaa7353ce5cb7acc83fe4fb45ef9d9a0cd67dcbda (diff)
downloadglibc-a25322f4e855eb5b24c63c2395c941c3327627ca.tar.gz
glibc-a25322f4e855eb5b24c63c2395c941c3327627ca.tar.xz
glibc-a25322f4e855eb5b24c63c2395c941c3327627ca.zip
Add memcpy/memmove/memset benchmarks with large data
Add memcpy, memmove and memset benchmarks with large data sizes.

	* benchtests/Makefile (string-benchset): Add memcpy-large,
	memmove-large and memset-large.
	* benchtests/bench-memcpy-large.c: New file.
	* benchtests/bench-memmove-large.c: Likewise.
	* benchtests/bench-memmove-large.c: Likewise.
	* benchtests/bench-string.h (TIMEOUT): Don't redefine.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index a37d6666ec..020ab98374 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -38,7 +38,7 @@ string-benchset := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \
 		   strcat strchr strchrnul strcmp strcpy strcspn strlen \
 		   strncasecmp strncat strncmp strncpy strnlen strpbrk strrchr \
 		   strspn strstr strcpy_chk stpcpy_chk memrchr strsep strtok \
-		   strcoll
+		   strcoll memcpy-large memmove-large memset-large
 wcsmbs-benchset := wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat \
 		   wcscmp wcsncmp wcschr wcschrnul wcsrchr wcsspn wcspbrk wcscspn \
 		   wmemchr wmemset wmemcmp