diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-05-06 18:16:43 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2022-05-06 18:16:43 +0530 |
commit | 050cc5f7c1fc30ae2a071282faed9b6a68ca95ba (patch) | |
tree | 99ec0856fdd996b167395f17364e185f1af048b7 /benchtests/Makefile | |
parent | cf73acb596e39af4bd9f32846552cd41d9e17a78 (diff) | |
download | glibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.zip glibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.tar.gz glibc-050cc5f7c1fc30ae2a071282faed9b6a68ca95ba.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 149d87e..de9de5c 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -171,6 +171,7 @@ ifeq (no,$(cross-compiling)) wcsmbs-benchset := \ wcpcpy \ wcpncpy \ + wcrtomb \ wcscat \ wcschr \ wcschrnul \ |