On Tue, Feb 21, 2012 at 8:03 AM, James Westby <jw+deb...@jameswestby.net> wrote: > 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?
Nah, as John says its in the setup; I was debugging the template difference was all :) -Rob _______________________________________________ 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