mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 11:21:00 +00:00
Docs: Update benchmark for google/gemini-3.1-flash-lite-preview
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
async function renderTemplate(tmpl, data) {
|
||||
const { compile } = await import('https://cdn.skypack.dev/handlebars');
|
||||
return compile(tmpl)(data);
|
||||
}
|
||||
export default renderTemplate;
|
||||
// Generation time: 1.302s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user