rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
28 stars 4 forks source link

Add benchmarks for derive macro #12

Closed GuillaumeGomez closed 2 weeks ago

GuillaumeGomez commented 2 weeks ago

We could use something like we have here. We can do an include_str! and then call the parser on it in the bench I think?