Skip to content

Implement a log rotation every N benchmarks #7

Description

@SuperFola

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions