This commit is contained in:
Will Abbott 2024-07-05 23:38:25 +01:00
parent 40ca698013
commit 5fb5b359f6
5 changed files with 2 additions and 13 deletions

View file

@ -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"