[PATCH] tests: run check-code.py on working directory files

Patrick Mézard pmezard at gmail.com
Sat Aug 7 10:06:36 CDT 2010


Le 07/08/10 16:41, Dirkjan Ochtman a écrit :
> On Sat, Aug 7, 2010 at 16:00, Patrick Mezard <pmezard at gmail.com> wrote:
>> # HG changeset patch
>> # User Patrick Mezard <pmezard at gmail.com>
>> # Date 1281188285 -7200
>> # Node ID 7ce73bd363cc06243b666e771c67b21dbf628e47
>> # Parent  46039b2af34950b53bcdc52760a53bcfd7a7b802
>> tests: run check-code.py on working directory files
>>
>> If we insist on Mercurial sources to pass check-code.py, let automate the
>> process and make it part of the tests.
> 
> I like the idea, but wonder how fast this is.

On my (hot) MBP which is hardly a reference:

$ time python run-tests test-check-code-hg.py

real	0m38.709s
user	0m32.336s
sys	0m3.967s

The same with the loop breaking immediately:

real	0m14.750s
user	0m10.135s
sys	0m3.317s

Not super fast, similar to or slightly slower than our average test I think.

(Last time I ran the test suite, it took more than 30mn).

--
Patrick Mézard


More information about the Mercurial-devel mailing list