This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Add --enable-large-benchtests for large data benchmarks
- From: Siddhesh Poyarekar <sid at reserved-bit dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 6 Apr 2016 08:07:53 +0530
- Subject: Re: [PATCH] Add --enable-large-benchtests for large data benchmarks
- Authentication-results: sourceware.org; auth=none
- References: <20160403204905 dot GA24627 at intel dot com> <CAMe9rOqmZZEFsGhjW-g7E7PBjvL=OE2OK438m9gvropg3fwXMg at mail dot gmail dot com> <20160405135649 dot GB5585 at devel dot intra dot reserved-bit dot com> <CAMe9rOq3es3DzcGwyvdiw_-syeTe=wp2pN9SZ-oWs4D=Sx_uNA at mail dot gmail dot com>
On Tue, Apr 05, 2016 at 08:19:04AM -0700, H.J. Lu wrote:
> From 410d4ffe105eefab7248d9e8f9840936393b6837 Mon Sep 17 00:00:00 2001
> From: "H.J. Lu" <hjl.tools@gmail.com>
> Date: Wed, 30 Mar 2016 09:18:27 -0700
> Subject: [PATCH] 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.
Looks OK. There is a lot of duplicated code across the string
benchmarks that we need to consolidate, but that is another project
for another day.
Siddhesh