ocurrent / current-bench

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

Allow using a separate bench_repo from outside of github #432

Open ElectreAAS opened 1 year ago

ElectreAAS commented 1 year ago

Since #431, we can use a specific branch of the bench_repo to run the benchmarks of a different project. For now we assume that bench_repo is a Github repository, and it will fail if that is not the case. We should be platform-agnostic in this.

See FIXME here