anp / lolbench

tracking performance of rustc-generated binaries over time
https://lolbench.rs
Apache License 2.0
104 stars 12 forks source link

lolbench.rs down #68

Open vielmetti opened 5 years ago

vielmetti commented 5 years ago

On http://lolbench.rs/

There isn't a GitHub Pages site here.

If you're trying to publish one, read the full documentation to learn how to set up GitHub Pages for your repository, organization, or user account.

GitHub Status — @githubstatus

anp commented 5 years ago

Hi! Unfortunately github messaged me a little while ago to tell me that the data repo wife the website had grown too large, and they disabled the repo before i had a chance to reduce the size.

There are a few steps I need to take to get the site back up:

  1. create a new repo for the data
  2. change the builder code to squash history or some similar space saving measure
  3. pull the existing repo from the builders, upload it
mati865 commented 5 years ago

Maybe other providers (gitlab or whatever else) allows more data?

anp commented 5 years ago

In this case I think the repo metadata size was the biggest concern which is harder to handle with any git host.

Sent with GitHawk

anp commented 3 years ago

After having this sit for (quite) a while, I think the best path forward is going to be moving off of git for storing the data from runs. Will need some rework to change the runner over.

vielmetti commented 2 years ago

@anp any progress on this? Consider perhaps that self-hosted git (like @gitea) might work.

mati865 commented 2 years ago

Alternatively Git LFS could be used.

bjorn3 commented 2 years ago

Git LFS is very expensive on Github.

anp commented 2 years ago

I don't think it'll be too hard to set up a file store or a database for the data -- it will just require modifying the lolbench code.

vielmetti commented 2 years ago

@anp - do you have any idea how much storage you'd need? I'm not sure if "too large" is measured in megabytes, gigabytes, terabytes, petabytes etc.