|
Some checks failed
🚀 Deploy / 🧪 Test (pull_request) Failing after 2m31s
🚀 Deploy / ʦ TypeScript (pull_request) Successful in 1m18s
🚀 Deploy / 🔍 Lint (pull_request) Successful in 48s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
- Fix EPL Elo/odds fallback to populate odds-derived Elo for teams missing sourceElo even when other teams have it (was silently throwing) - Reduce WorldCupSimulator default iterations 50k→10k; test iterations 500→100 (WorldCup) and 10k→500 (EPL) to prevent timeouts on slow CI - Override manifest defaultConfig iterations to 10k for world_cup and epl_standings so production fallback matches source-level defaults - Extract runKnockoutRound out of the 10k-iteration simulation loop - Replace hot-loop toSorted() on 2-element arrays with a conditional string comparison (eliminates allocation+sort on every group pair) - Remove local normalizeProbabilities duplicate; use shared normalizeSimulationResultColumns from simulation-probabilities.ts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| simulations | ||
| standings-sync | ||
| bracket-simulator.ts | ||
| brackt.server.ts | ||
| discord.ts | ||
| draft-autostart.ts | ||
| draft-discord.server.ts | ||
| draft-email.server.ts | ||
| ev-calculator.ts | ||
| icm-calculator.ts | ||
| probability-engine.ts | ||
| probability-updater.ts | ||
| sync-tournament-results.ts | ||