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
Translate at least the simple.* template from one of the other directories to liquid/simple.liquid.
Adding a function templates_test.go and templates_complex_test.go
This (osteele/liquid) package doesn't have a “precompile to go” option. The closest match is to precompile the template, and then run the compiled template. That performance is barely different from applying an uncompiled template — because most of the render time is in emulating Ruby semantics — so it probably doesn't make sense to add timings to the “precompilation to Go code” sections of SlinSo/goTemplateBenchmark's README.
I've created a related issue #32, to add benchmarks to this (osteele/liquid) repository. This can be done independently of creating a PR to add timings to SlinSo/goTemplateBenchmark, except that the work of translating the test files from that repo into Liquid could be used for both this issue and that one.
Checklist
Detailed Description
The text was updated successfully, but these errors were encountered: