This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: test suite run time
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Mike Stump <mikestump at comcast dot net>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org List" <fortran at gcc dot gnu dot org>
- Date: Wed, 2 Oct 2013 19:43:41 +0100
- Subject: Re: test suite run time
- Authentication-results: sourceware.org; auth=none
- References: <CD5C2D71-BF36-401A-9224-8DDFBC1DAA07 at comcast dot net>
On 17 September 2013 22:48, Mike Stump wrote:
> I was doing a -j32 build and test suite run and noticed:
>
> normal7) \
> dirs="`cd $$srcdir; echo 2[68]_*/*`";; \
>
> was the long leg.
Yes, that's taking *significantly* longer than the other legs, we
should rebalance them. I'll have a look at that some time.