From ad7d66a8974ed301e14063a351b175240cec259e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 13 Oct 2025 10:35:43 -0700 Subject: [PATCH] Fix: Correct file extension in link --- README | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README b/README index 88ddd22..3340e3e 100644 --- a/README +++ b/README @@ -24,24 +24,6 @@ openai/gpt-5-codex ## Benchmark Results -The list below shows the pass/fail status and execution time for each model on each test. +Live benchmark results, including pass/fail status and code generation time, are available on our [results page](https://multipleof4.github.io/benchmark/). - -**google/gemini-2.5-pro** -- 1_dijkstra: ❌ Fail (0.037s) -- 2_convex_hull: ⚪ Not Run -- 3_lis: ⚪ Not Run -- 4_determinant: ⚪ Not Run - -**anthropic/claude-sonnet-4.5** -- 1_dijkstra: ❌ Fail (0.035s) -- 2_convex_hull: ⚪ Not Run -- 3_lis: ⚪ Not Run -- 4_determinant: ⚪ Not Run - -**openai/gpt-5-codex** -- 1_dijkstra: ❌ Fail (0.033s) -- 2_convex_hull: ⚪ Not Run -- 3_lis: ⚪ Not Run -- 4_determinant: ⚪ Not Run - +The results are updated automatically via GitHub Actions.