about summary refs log tree commit diff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2022-05-06 18:16:43 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2022-05-06 18:16:43 +0530
commit050cc5f7c1fc30ae2a071282faed9b6a68ca95ba (patch)
tree99ec0856fdd996b167395f17364e185f1af048b7 /benchtests/Makefile
parentcf73acb596e39af4bd9f32846552cd41d9e17a78 (diff)
downloadglibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.tar.gz
glibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.tar.xz
glibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.zip
benchtests: Add wcrtomb microbenchmark
Add a simple benchmark that measures wcrtomb performance with various
locales with 1-4 byte characters.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 149d87e22e..de9de5cf58 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -171,6 +171,7 @@ ifeq (no,$(cross-compiling))
 wcsmbs-benchset := \
   wcpcpy \
   wcpncpy \
+  wcrtomb \
   wcscat \
   wcschr \
   wcschrnul \