You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here I believe rows is the root object in the context so the template variable real maps to the Rust variable rows.real which is an array of 1000 DataWrappers.
The text was updated successfully, but these errors were encountered:
I was taking inspiration from Tera's benchmarks for Liquid but huge_loop seems off unless I'm misunderstanding Tera or Handlebars.
Here, it is iterating on the
rows
object which has two elements.From another Issue it sounds like this is meant to mirror handlebars
Here I believe
rows
is the root object in the context so the template variablereal
maps to the Rust variablerows.real
which is an array of 1000DataWrappers
.The text was updated successfully, but these errors were encountered: