We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be86d42 commit ef53ab0Copy full SHA for ef53ab0
src/utils.ts
@@ -217,7 +217,7 @@ export function useAllLeaderboard(mode: 'Full' | 'Lite' = 'Full') {
217
218
async function load(mode: 'Full' | 'Lite' = 'Full') {
219
const url = mode === 'Lite'
220
- ? 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard-lite.json'
+ ? 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard-mini.json'
221
: 'https://raw.githubusercontent.com/multi-swe-bench/experiments/refs/heads/dist/leaderboard.json'
222
223
const response = await fetch(url)
0 commit comments