You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ BalatroBench is a static web application that displays performance leaderboards
14
14
-**community.html**: Community strategy leaderboard page with similar layout and functionality
15
15
-**about.html**: About page with project information and metrics documentation
16
16
-**script.js**: Shared JavaScript for all pages - fetches and renders leaderboard data, with theme-aware Chart.js integration, interactive expandable rows, and detailed statistics visualization
17
-
-**data/**: Contains benchmark results organized by version, strategy, and data type
18
-
-`data/benchmarks/v0.8.1/default/leaderboard.json`: Primary model leaderboard data
19
-
-`data/community/v0.8.1/default/leaderboard.json`: Community strategy leaderboard data
17
+
-**benchmarks/**: Contains benchmark results organized by version, strategy, and data type
18
+
-`benchmarks/models/v0.14.1/default/leaderboard.json`: Primary model leaderboard data
19
+
-`benchmarks/strategies/v0.13.2/openai/gpt-oss-20b/leaderboard.json`: Community strategy leaderboard data
20
20
- Individual model result files in vendor subdirectories (e.g., `openai/gpt-5.json`, `google/gemini-2.5-pro.json`, `anthropic/claude-sonnet-4.json`)
21
21
22
22
### Data Structure
@@ -89,14 +89,14 @@ The application supports automatic dark mode detection with:
0 commit comments