mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 00:27:55 +00:00
Docs: Update benchmark for google/gemini-3-flash-preview
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const renderTemplate = async (template, data) => {
|
||||
const { default: hb } = await import('https://esm.sh/handlebars');
|
||||
return hb.compile(template)(data);
|
||||
};
|
||||
export default renderTemplate;
|
||||
// Generation time: 14.517s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user