diff options
Diffstat (limited to 'perf/bug397.py')
| -rw-r--r-- | perf/bug397.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perf/bug397.py b/perf/bug397.py index 4d72e908..390741e5 100644 --- a/perf/bug397.py +++ b/perf/bug397.py @@ -7,8 +7,7 @@ Run this file two ways under coverage and see that the times are the same: $ coverage run lab/bug397.py fast Runtime per example: 131.34 +/- 4.48 us -Written by David MacIver as part of -https://bitbucket.org/ned/coveragepy/issues/397/stopping-and-resuming-coverage-with +Written by David MacIver as part of https://github.com/nedbat/coveragepy/issues/397 """ from __future__ import print_function |
