Docs: Update benchmark results

This commit is contained in:
github-actions[bot]
2025-11-27 19:36:55 +00:00
parent e8b9dd6d0e
commit ba567f4017
109 changed files with 1138 additions and 1679 deletions

View File

@@ -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