Docs: Update benchmark for x-ai/grok-4.20-beta

This commit is contained in:
github-actions[bot]
2026-03-12 20:26:15 +00:00
parent 899a107441
commit b7056ba038
12 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export async function analyzeGPS(r,b){let t=await import("https://cdn.jsdelivr.net/npm/@turf/turf@6/turf.min.js");let f=r.filter(p=>t.booleanPointInPolygon(p.loc,b)).sort((a,c)=>a.ts-c.ts).map(p=>p.loc);return f.length<2?0:Math.round(100*t.length(t.lineString(f),"kilometers"))/100}
export default analyzeGPS;
// Generation time: 0.886s
// Result: FAIL