Refactor: Use indented block for results

This commit is contained in:
2025-10-13 05:56:07 -07:00
parent 06d66aa1ad
commit 881269bb0b

10
README
View File

@@ -27,9 +27,9 @@ openai/gpt-5-codex
The table below shows the pass/fail status for each model on each test. The table below shows the pass/fail status for each model on each test.
<!-- RESULTS_START --> <!-- RESULTS_START -->
| Model | 1_dijkstra | 2_convex_hull | 3_lis | 4_determinant | Model | 1_dijkstra | 2_convex_hull | 3_lis | 4_determinant
| --- | --- | --- | --- | --- | ----------------------------|------------|---------------|---------|---------------
| google/gemini-2.5-pro | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail | google/gemini-2.5-pro | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail
| anthropic/claude-sonnet-4.5 | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail | anthropic/claude-sonnet-4.5 | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail
| openai/gpt-5-codex | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail | openai/gpt-5-codex | ❌ Fail | ❌ Fail | ❌ Fail | ❌ Fail
<!-- RESULTS_END --> <!-- RESULTS_END -->