To run form-rendering benchmarks:
- Install djangobench in a virtualenv according to the instructions.
- Don't make svn clones of Django as shown there, just clone git://github.com/carljm/django.git and make sure you have local clones of the "master" and "soc2011/form-rendering" branches.
- Install this project in the same virtualenv (
pip install -e .should do it if you have it cloned locally). - From the root of your Django git clone, with your virtualenv active, run
something like
djangobench --vcs=git --control=master --experiment=soc2011/form-rendering --trials=1000 --benchmark-dir /path/to/here/formrenderbench/benchmarks