diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 11:43:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 11:43:28 -0400 |
commit | 11998ee5ee43b334744123f820b488091728ae52 (patch) | |
tree | a90234a68fd193415a10b7dfdcab5b01982ba8f6 /perf | |
parent | a1ae430c3cd952478e677ca396db1c9e560eaa8f (diff) | |
download | python-coveragepy-git-11998ee5ee43b334744123f820b488091728ae52.tar.gz |
Update NOTICE link to GitHub.
Diffstat (limited to 'perf')
-rw-r--r-- | perf/perf_measure.py | 2 | ||||
-rw-r--r-- | perf/solve_poly.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perf/perf_measure.py b/perf/perf_measure.py index 2125251a..a8f2ffaa 100644 --- a/perf/perf_measure.py +++ b/perf/perf_measure.py @@ -1,5 +1,5 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Run like this: # .tox/py36/bin/python perf/perf_measure.py diff --git a/perf/solve_poly.py b/perf/solve_poly.py index 41365f48..66231725 100644 --- a/perf/solve_poly.py +++ b/perf/solve_poly.py @@ -1,5 +1,5 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt # Given empirical data from perf_measure.py, calculate the coefficients of the # polynomials for file, call, and line operation counts. |