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:
9
tests/3_lis/outputs/google_gemini-3.1-pro-preview.js
Normal file
9
tests/3_lis/outputs/google_gemini-3.1-pro-preview.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const findLISLength = async a => {
|
||||
const { bisectLeft } = await import("https://esm.sh/d3-array");
|
||||
const s = [];
|
||||
for (const x of a) s[bisectLeft(s, x)] = x;
|
||||
return s.length;
|
||||
};
|
||||
export default findLISLength;
|
||||
// Generation time: 15.537s
|
||||
// Result: PASS
|
||||
Reference in New Issue
Block a user