ocurrent / current-bench

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

Run benchmarks from main branch for new projects #354

Closed art-w closed 2 years ago

art-w commented 2 years ago

When onboarding a new project, the benchmarks do not immediately run on the main/master branch (you have to create PRs). It would be a nicer feedback that everything is working properly if they would! (also to establish a baseline for PRs)

gs0510 commented 2 years ago

The benchmarks do immediately run on the default branch, I have this demo repo here and the corresponding autumn page here. The only consideration is that the default branch needs to have the make target and the right format of the benchmarks otherwise it will fail!