On Mon, 20 Feb 2012 17:17:22 +1300, Robert Collins <robe...@robertcollins.net> 
wrote:
> bin/py -m timeit -s 'import pystache' -s 'source =
> file("/home/robertc/source/launchpad/lp-branches/working/lib/lp/bugs/templates/buglisting.mustache",
> "rb").read().decode("utf8")' -s 'import json' -s 'data =
> json.loads(file("profdata", "rb").read().decode("utf8"))' -s 'render =
> pystache.render' -s 'import pdb' 'render(source, data)'

It looks like this is importing pdb, which could be skewing your
numbers?

Thanks,

James

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to     : launchpad-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to