8000 Reference the performance repo instead of the benchmarks repo (#43) · python/devguide@16cc80d · GitHub
[go: up one dir, main page]

Skip to content

Commit 16cc80d

Browse files
authored
Reference the performance repo instead of the benchmarks repo (#43)
1 parent f99cca8 commit 16cc80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Benchmarks
130130
----------
131131
Benchmarking is useful to test that a change does not degrade performance.
132132

133-
`The Grand Unified Python Benchmark Suite <https://hg.python.org/benchmarks/>`_
133+
`The Python Benchmark Suite <https://github.com/python/performance>`_
134134
has a collection of benchmarks for all Python implementations. Documentation
135135
about running the benchmarks is in the `README.txt
136-
<https://hg.python.org/benchmarks/file/tip/README.txt>`_ of the benchmarks repo.
136+
<https://github.com/python/performance/blob/master/README.rst>`_ of the repo.

0 commit comments

Comments
 (0)
0