Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Buck build for JGit

On Thu, Dec 31, 2015 at 8:09 PM, Thomas Meyer <thomas@xxxxxxxx> wrote:
> Am 01.01.2016 3:56 vorm. schrieb Shawn Pearce <spearce@xxxxxxxxxxx>:
>>
>> On Thu, Dec 31, 2015 at 6:30 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
>> > Out of curiosity, what build times do you see with these three build
>> > systems?
>>
>> First build:
>>   mvn package:   7m19.584s
>>   buck build/test:  2m9.535s
>>
>> No-op rebuild:
>>   mvn:  8m16.095s
>>   buck:  0m8.296s
>>
>
> Do you know why exactly maven is so slow?

No, its Maven.

> How did you invoke it?

mvn package

> Did you run with -T 1C ?

Sure, it took 15m38.326s and didn't tell me much.


Back to the top