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:
8
tests/4_transpiler/outputs/x-ai_grok-4.js
Normal file
8
tests/4_transpiler/outputs/x-ai_grok-4.js
Normal file
@@ -0,0 +1,8 @@
|
||||
async function renderTemplate(template, data) {
|
||||
const { default: Handlebars } = await import('https://esm.sh/handlebars');
|
||||
const compiled = Handlebars.compile(template);
|
||||
return compiled(data);
|
||||
}
|
||||
export default renderTemplate;
|
||||
// Generation time: 22.419s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user