This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: time unit in bench-skeleton
- From: Siddhesh Poyarekar <siddhesh at gotplt dot org>
- To: Victor Rodriguez <vm dot rod25 at gmail dot com>
- Cc: Carlos O'Donell <carlos at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 29 Jun 2017 08:37:44 +0530
- Subject: Re: time unit in bench-skeleton
- Authentication-results: sourceware.org; auth=none
- References: <CAK5mtey=C09DO0VTy0kK5vFNA5dasY4kdu6xc=rs5pOhsqy0rw@mail.gmail.com> <5282c9e5-da80-76f9-3542-051929a9a73f@redhat.com> <a1895cb0-156f-208d-a54b-3bdc2e81e75f@gotplt.org> <CAK5mtexFBR6y53yzkv=-C1kQ5q6qqJmZNdgyFYAbFExNDQh64w@mail.gmail.com>
On Wednesday 28 June 2017 08:33 PM, Victor Rodriguez wrote:
> Thanks a lot, one more question, I was checking the src of the tests
> and as far as i understand the benchmarks are running against the
> installed Glibc right ? not the recently compiled. Am I right?
If you run the benchmarks as is, they will run by default against the
installed glibc. The 'make bench' target invokes the benchmarks with
the built dynamic linker, so the benchmark then runs against the built
glibc. You can invoke them manually using the testrun.sh script in the
build directory so that they run against the built glibc.
Siddhesh