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] Simple malloc benchtest.


On 24 December 2013 04:29, OndÅej BÃlka <neleai@seznam.cz> wrote:
> A measurement must start somewhere but microbenchmarks is not that
> place. These should be integrated directly to profiler which skips

But it is that place for the obvious reason that a minimal set of
general application-like inputs should give reasonable confidence
about a change.  You place way too much emphasis on 'real workloads'
in the generic context that is glibc - they're just as prone to
selection bias as any simulated input since you're never really going
to get all real workloads to make it a comprehensive test.  Real
workloads are a good tests for specific cases where a user wants to
see if a certain implementation is suitable for their requirement.

Siddhesh
-- 
http://siddhesh.in


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