arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

We need more realistic Django template benchmarks #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current template is very synthetic.  It's about six lines of a
doubly-nested for loop that generates a large HTML table.  Most web
applications do complicated things like include templates from other files
and access object attributes, which we expect to be very slow since each
lookup involves throwing and catching a couple of exceptions.

I'm currently working on diking some templates and data from Rietveld.  I'd
like to avoid importing all of either Google App Engine or Rietveld,
though, since this should really only require Rietveld's model classes and
Django's template renderer.

Original issue reported on code.google.com by reid.kle...@gmail.com on 30 Jun 2009 at 5:43

GoogleCodeExporter commented 8 years ago
The Rietveld benchmark was added in r784.

Original comment by collinw on 29 Jul 2009 at 6:48