mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-13 16:17:54 +00:00
Docs: Update benchmark for openai/gpt-5.2
This commit is contained in:
7
tests/4_transpiler/outputs/openai_gpt-5.2.js
Normal file
7
tests/4_transpiler/outputs/openai_gpt-5.2.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export async function renderTemplate(t, d = {}) {
|
||||
let { default: H } = await import("https://esm.sh/handlebars@4.7.8")
|
||||
return H.compile(String(t))({ ...d })
|
||||
}
|
||||
export default renderTemplate;
|
||||
// Generation time: 2.200s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user