Changes between Initial Version and Version 1 of Ticket #1439, comment 2


Ignore:
Timestamp:
2014-09-23T23:08:07Z (10 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1439, comment 2

    initial v1  
    1313And if you use `python setup.py test --coverage`, then you get one subprocess.call to invoke `bin/tahoe @coverage`, a second one inside the `bin/tahoe` wrapper to run the real bin/tahoe, and third one in bin/tahoe to run `coverage`. But for large tests, that's usually small compared to the overhead induced by the coverage tracing function.
    1414
    15 I'm hoping that our #2255/#2207 overhauls can remove these extra calls.
     15I'm hoping that our #2255/#2077 overhauls can remove these extra calls.