This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] benchtests/Makefile: Run the string benchmarks four times by default.


On Wed, Sep 04, 2013 at 03:48:24PM +0100, Will Newton wrote:
> 
> The string benchmarks can be affected by physical page placement, so
> running them multiple times is required to account for this. Also
> backup the results of the previous run like is done for the other
> benchmarks.

I wonder if this would make a lot of difference.  On an otherwise idle
system (which is essentially a pre-condition for benchmark runs), I
would expect more or less similar page placement (i.e. reachable via
comparable indices) for consecutive executions of a program.  You
would probably need to have something spawned in parallel to actually
make a difference.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]