• Kevin Modzelewski's avatar
    Add a django_parsing microbenchmark · 79b09dc0
    Kevin Modzelewski authored
    ie django_template minus the lexing.  We are faster now on the lexing,
    but the parsing is where most of the time gets spent.
    
    Also, change this benchmark and django_lexing to have a unicode template.
    Usually django does that conversion automatically, but the templates bypass
    where that happens, and we end up doing a lot of extra unicode decoding.
    79b09dc0
django_lexing.py 3.32 KB