rosetta-rs / template-benchmarks-rs

Collected benchmarks for templating crates written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fairness for dynamic templating engines.

olsuh opened this issue · comments

commented

For dynamic template engines ( Handlebars, Tera, Liquid ), I think it's fair to separate template initialization and rendering so as not to include initialization (template compilation) time in the benchmark.