[PATCH 0 of 1] tests: asciify output of tsttest

Yuya Nishihara yuya at tcha.org
Sun Sep 19 01:53:15 CDT 2010


Slightly improved asciify patch, originally written by Mads:

http://comments.gmane.org/gmane.comp.version-control.mercurial.devel/34164

See [PATCH 1] for test output changes.

Here's a little performance test:

Without this patch:
% time ./run-tests.py *.t
# Ran 213 tests, 0 skipped, 0 failed.
./run-tests.py *.t  294.78s user 76.66s system 98% cpu 6:18.68 total

With this patch:
% time ./run-tests.py *.t
# Ran 213 tests, 0 skipped, 0 failed.
./run-tests.py *.t  295.05s user 76.74s system 98% cpu 6:18.91 total


More information about the Mercurial-devel mailing list