Skip to content

Commit 4f3f548

Browse files
committed
docs(benchmark): use PNG frontier chart so GitHub renders it in README
GitHub does not reliably render inline SVG via <img src>; all other README images are PNG. Switch the v2 frontier comparison chart to a PNG (dark-theme bar chart, 8 models by suite base score) referenced from the root README, benchmark README, and leaderboard.
1 parent 0d242c9 commit 4f3f548

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Assets/CoreAIBenchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Frontier hosted models, run through the [`cli-agents`](https://github.com/) `ope
223223
OpenAI-compatible shim over the Claude Code / Codex CLIs. This is a **separate leaderboard** from the local
224224
LM Studio models above (different suite version *and* different backend class). Ranked by suite base score.
225225

226-
![CoreAI Game-Creation Benchmark v2 — frontier-model comparison](../../Docs/Images/benchmark_v2_frontier.svg)
226+
![CoreAI Game-Creation Benchmark v2 — frontier-model comparison](../../Docs/Images/benchmark_v2_frontier.png)
227227

228228
| # | Model | Score | Pass-rate | P/PA/F | G1 | G2 | G3 | G4 | G5 | G6 | G7 | G8 | Tokens |
229229
|---:|---|---:|---:|---|---:|---:|---:|---:|---:|---:|---:|---:|---:|

Docs/BENCHMARK_LEADERBOARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Scores are only comparable **within the same suite version**. Scenario sets, che
2525

2626
### Frontier models (2026-07-11 maintainer sweep, G1–G8)
2727

28-
<img src="Images/benchmark_v2_frontier.svg" alt="CoreAI Game-Creation Benchmark v2 — frontier-model comparison (suite base score, TerminalBench-style bar chart)" width="900">
28+
<img src="Images/benchmark_v2_frontier.png" alt="CoreAI Game-Creation Benchmark v2 — frontier-model comparison (suite base score, TerminalBench-style bar chart)" width="900">
2929

3030
Run through the `cli-agents` `openai-server` bridge (an OpenAI-compatible shim over the Claude Code / Codex
3131
CLIs). Ranked by suite base score. Per-group scores are G1…G8; see the benchmark README for the group legend.
26.5 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CoreAI ships a game-creation benchmark: it scores how well an LLM builds and cha
8989

9090
**Top-tier models — v2 frontier sweep (2026-07-11):**
9191

92-
<img src="Docs/Images/benchmark_v2_frontier.svg" alt="CoreAI Game-Creation Benchmark v2 — top-tier frontier-model comparison ranked by suite score" width="900">
92+
<img src="Docs/Images/benchmark_v2_frontier.png" alt="CoreAI Game-Creation Benchmark v2 — top-tier frontier-model comparison ranked by suite score" width="900">
9393

9494
| # | Model | Suite | Pass-rate |
9595
|---:|---|---:|---:|

0 commit comments

Comments
 (0)