diff -r 8d5d1f2c7378 benchmark.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/benchmark.rst Sat Jun 07 12:31:01 2014 -0700 @@ -0,0 +1,9 @@ +Benchmarking +============ + +Benchmarking is useful to test that an existing patch does not degrade performance. + +`The Grand Unified Python Benchmark Suite `_ has a collection of benchmarks for all +Python implementations. The documentation for the benchmarks can be found `here `_. + +Note that the suite is intended for testing against performance regressions rather than optimizing code. diff -r 8d5d1f2c7378 index.rst --- a/index.rst Sat May 10 21:01:39 2014 -0700 +++ b/index.rst Sat Jun 07 12:31:01 2014 -0700 @@ -191,6 +191,7 @@ patch runtests coverage + benchmark docquality documenting silencewarnings