This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Parallelize better 28_regex/* testing


Hi

> On 22/nov/2013, at 21:12, Jakub Jelinek <jakub@redhat.com> wrote:
> 
> Hi!
> 
> I've noticed recently that the 28_regex/ tests look very expensive
> testing time wise, while there are only ~ 120 tests, I'm routinely seeing
> 28_regex/* complete last.  This patch moves the most expensive 28_regex/
> tests ([ab]*, about 2/3 of all the regex tests) to a separate job, while
> one of the former 10 jobs tests the rest of 28_regex/ together with 26_*/.
> 
> The make check time on i686-linux shortened by ~5 minutes today,
> x86_64-linux by about ~4 minutes.
> 
> Ok for trunk?

Ok, thanks!

Paolo


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