diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -23,6 +23,18 @@ $ python perf.py -r -b apps /control/python /test/python +To compare two python 3.x versions run: + + $ python3 perf.py -r -b 2n3 /control/python /test/python + +It is also possible to run a slightly larger subset of the benchmark suite +with python 3, to do this first create a separate directory "../benchmarks3k" +and then run: + + $ p="$(pwd)" + $ cd ../benmarks3k + $ "${p}/make_perf3.sh" "${p}" + $ python3 perf.py -r -b py3k /control/python /test/python Notable Benchmark groups ------------------------