mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for openrouter/aurora-alpha
This commit is contained in:
8
tests/4_transpiler/outputs/openrouter_aurora-alpha.js
Normal file
8
tests/4_transpiler/outputs/openrouter_aurora-alpha.js
Normal file
@@ -0,0 +1,8 @@
|
||||
let hb
|
||||
async function renderTemplate(t, d) {
|
||||
hb = hb || (await import('https://cdn.jsdelivr.net/npm/handlebars@4.7.7/dist/handlebars.esm.js')).default
|
||||
return hb.compile(t)(d)
|
||||
}
|
||||
export default renderTemplate;
|
||||
// Generation time: 1.117s
|
||||
// Result: FAIL
|
||||
Reference in New Issue
Block a user