mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for anthropic/claude-sonnet-4.6
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const renderTemplate = async (template, data) => {
|
||||
const { default: Handlebars } = await import(
|
||||
"https://cdn.jsdelivr.net/npm/handlebars@latest/dist/handlebars.esm.min.js"
|
||||
);
|
||||
return Handlebars.compile(template)(data);
|
||||
};
|
||||
export default renderTemplate;
|
||||
// Generation time: 1.675s
|
||||
// Result: FAIL
|
||||
Reference in New Issue
Block a user