mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-03-17 03:11:01 +00:00
Docs: Update benchmark for x-ai/grok-4.20-beta
This commit is contained in:
4
tests/11_geospatial/outputs/x-ai_grok-4.20-beta.js
Normal file
4
tests/11_geospatial/outputs/x-ai_grok-4.20-beta.js
Normal 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
|
||||
Reference in New Issue
Block a user