Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce load of leaderboard calculation on web server #221

Open
kvfairchild opened this issue Jan 12, 2024 · 1 comment
Open

Reduce load of leaderboard calculation on web server #221

kvfairchild opened this issue Jan 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kvfairchild
Copy link
Collaborator

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
Copy link
Member

related to #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants