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

Implement a log rotation every N benchmarks #7

Open
SuperFola opened this issue Oct 12, 2024 · 0 comments
Open

Implement a log rotation every N benchmarks #7

SuperFola opened this issue Oct 12, 2024 · 0 comments

Comments

@SuperFola
Copy link
Member

We should cut the data files in N elements so that the website do not load a million results and try to render it all at once.

Files could be stored as (i*N)-original-name, so that we can find them easily.

We should also limit the number of elements in the current file to N max. All the excess should go to another file (N*i)-original-name.

The old files will then file up slowly and we will still have enough data in the current files for the graphs.

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

No branches or pull requests

1 participant