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