On 2007-10-22 1:53 am, bubblboy <[EMAIL PROTECTED]> wrote: > > I do not know about the others on this mailing list, but when I read > these kind of things I want to know more: > - how did you test this? > - how did you benchmark? what program did you use for benchmarking? > - how often did you test this? (this is probably the most important one) > - which templates did you compare? > - what other programs were running while you ran the tests? > - what are the /exact/ results of your tests? >
I have released Tenjin 0.6.1. http://www.kuwata-lab.com/tenjin/ http://downloads.sourceforge.net/tenjin/pyTenjin-0.6.1.tar.gz Benchmark script is in it and now it supports Templetor, Mako, and Genshi. The following shows how to try benchmark script. $ tar xzf pyTenjin-0.6.1 $ cd pyTenjin-0.6.1 $ sudo python setup.py install $ cd benchmark/ $ python bench.py -q -n 10000 If you have any question or suggestion, please send me mail. -- makoto kuwata --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
