mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 00:27:55 +00:00
Docs: Update benchmark for openai/gpt-5.1-codex-max
This commit is contained in:
12
tests/3_lis/outputs/openai_gpt-5.1-codex-max.js
Normal file
12
tests/3_lis/outputs/openai_gpt-5.1-codex-max.js
Normal file
@@ -0,0 +1,12 @@
|
||||
async function findLISLength(a){
|
||||
let {bisectLeft}=await import('https://cdn.jsdelivr.net/npm/d3-array@3')
|
||||
let t=[]
|
||||
for(let x of a){
|
||||
let i=bisectLeft(t,x)
|
||||
t[i]=x
|
||||
}
|
||||
return t.length
|
||||
}
|
||||
export default findLISLength;
|
||||
// Generation time: 8.286s
|
||||
// Result: FAIL
|
||||
Reference in New Issue
Block a user