mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-24 09:53:48 +00:00
wip
This commit is contained in:
parent
40ca698013
commit
5fb5b359f6
5 changed files with 2 additions and 13 deletions
|
@ -56,7 +56,7 @@ def benchmark_template_rendering(template_name, iterations=1000):
|
|||
|
||||
# Benchmarking each template
|
||||
time_native_extends, output_native_extends = benchmark_template_rendering(
|
||||
"cotton/benchmarks/native_extends.html"
|
||||
"benchmarks/native_extends.html"
|
||||
)
|
||||
time_compiled_cotton, output_compiled_cotton = benchmark_template_rendering(
|
||||
"cotton/benchmarks/cotton_compiled.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue