[PATCH] Add --enable-large-benchtests for large data benchmarks

Siddhesh Poyarekar sid@reserved-bit.com
Wed Apr 6 02:38:00 GMT 2016


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



More information about the Libc-alpha mailing list