mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 00:27:55 +00:00
Refactor: Display results as a list instead of a table
This commit is contained in:
24
README
24
README
@@ -24,12 +24,24 @@ openai/gpt-5-codex
|
|||||||
|
|
||||||
## Benchmark Results
|
## Benchmark Results
|
||||||
|
|
||||||
The table below shows the pass/fail status for each model on each test.
|
The list below shows the pass/fail status and execution time for each model on each test.
|
||||||
|
|
||||||
<!-- RESULTS_START -->
|
<!-- RESULTS_START -->
|
||||||
Model | 1_dijkstra | 2_convex_hull | 3_lis | 4_determinant
|
**google/gemini-2.5-pro**
|
||||||
--------------------------- | ---------- | ------------- | --------- | -------------
|
- 1_dijkstra: ❌ Fail (0.213s)
|
||||||
google/gemini-2.5-pro | ❌ Fail | ⚪ Not Run | ⚪ Not Run | ⚪ Not Run
|
- 2_convex_hull: ⚪ Not Run
|
||||||
anthropic/claude-sonnet-4.5 | ❌ Fail | ⚪ Not Run | ⚪ Not Run | ⚪ Not Run
|
- 3_lis: ⚪ Not Run
|
||||||
openai/gpt-5-codex | ❌ Fail | ⚪ Not Run | ⚪ Not Run | ⚪ Not Run
|
- 4_determinant: ⚪ Not Run
|
||||||
|
|
||||||
|
**anthropic/claude-sonnet-4.5**
|
||||||
|
- 1_dijkstra: ❌ Fail (0.189s)
|
||||||
|
- 2_convex_hull: ⚪ Not Run
|
||||||
|
- 3_lis: ⚪ Not Run
|
||||||
|
- 4_determinant: ⚪ Not Run
|
||||||
|
|
||||||
|
**openai/gpt-5-codex**
|
||||||
|
- 1_dijkstra: ❌ Fail (0.245s)
|
||||||
|
- 2_convex_hull: ⚪ Not Run
|
||||||
|
- 3_lis: ⚪ Not Run
|
||||||
|
- 4_determinant: ⚪ Not Run
|
||||||
<!-- RESULTS_END -->
|
<!-- RESULTS_END -->
|
||||||
|
|||||||
Reference in New Issue
Block a user