Docs: Update benchmark results

This commit is contained in:
github-actions[bot]
2025-10-13 13:07:35 +00:00
parent 7efae39296
commit f2defd7b70
4 changed files with 277 additions and 3 deletions

6
README
View File

@@ -28,19 +28,19 @@ The list below shows the pass/fail status and execution time for each model on e
<!-- RESULTS_START -->
**google/gemini-2.5-pro**
- 1_dijkstra: ❌ Fail (0.213s)
- 1_dijkstra: ❌ Fail (0.036s)
- 2_convex_hull: ⚪ Not Run
- 3_lis: ⚪ Not Run
- 4_determinant: ⚪ Not Run
**anthropic/claude-sonnet-4.5**
- 1_dijkstra: ❌ Fail (0.189s)
- 1_dijkstra: ❌ Fail (0.032s)
- 2_convex_hull: ⚪ Not Run
- 3_lis: ⚪ Not Run
- 4_determinant: ⚪ Not Run
**openai/gpt-5-codex**
- 1_dijkstra: ❌ Fail (0.245s)
- 1_dijkstra: ❌ Fail (0.031s)
- 2_convex_hull: ⚪ Not Run
- 3_lis: ⚪ Not Run
- 4_determinant: ⚪ Not Run