bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 15 Apr 2011 16:05:20 +0200
changeset 7236 b91205ada414
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
added test case to monitor speed improvements in the repository code. To use it, add a test in a patch, then hack CW to speed it up in another patch, updating the test if needed. By running the test with and without the second patch applied you can easily see the speed improvements

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])