ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Retro-benchmark new repositories #314

Open art-w opened 2 years ago

art-w commented 2 years ago

When a new project is added to current-bench, it starts with no previous history and so provide no immediate value. We could add a way to rewind the git history to prefill the graphs with interesting metrics (and demonstrate that the CB integration works!)

This is a bit tricky because the make bench target will not exist in the past! We need a way of knowing which commits should be rebased in the past.

punchagan commented 2 years ago

87 seems related. Just tagging here so we can close the other issue, when we work on this, or even supersede that one right away.

art-w commented 2 years ago

Oh you're right, I missed #87 in my survey and created a duplicate!