mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-15 09:07:55 +00:00
Docs: Update benchmark results
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const renderTemplate = async (tmpl, data) => {
|
||||
const { default: H } = await import('https://cdn.jsdelivr.net/npm/handlebars@latest/+esm')
|
||||
return H.compile(tmpl)(data)
|
||||
}
|
||||
export default renderTemplate;
|
||||
const renderTemplate = async (t, d) =>
|
||||
(await import('https://esm.sh/handlebars'))
|
||||
.default.compile(t)(d)
|
||||
export default renderTemplate;
|
||||
// Generation time: 29.656s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user