brain-score / brain-score.web

1 stars 6 forks source link

Reduce load of leaderboard calculation on web server #221

Open kvfairchild opened 8 months ago

kvfairchild commented 8 months ago

The daily score calculation scales exponentially with the number of models and benchmarks, and is likely the cause of the daily "slow loading" we are currently seeing (previously resulting in regular downtime before we upgraded the web instance size). Optimizing and/or offloading this calculation (e.g. to an ephemeral EC2 instance) will hopefully resolve these issues.

mschrimpf commented 8 months ago

related to https://github.com/brain-score/brain-score.web/issues/222