niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
508 stars 79 forks source link

Setup a self-hosted GitHub CI runner to reduce variance #60

Open niklas-heer opened 2 years ago

niklas-heer commented 2 years ago

As discussed in #17 variance can be introduced by the different machines used by Azure to run the pipeline. A way to avoid that possibility would be to set up a self-hosted GitHub runner.

https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners

aktech commented 1 year ago

By the way, if you want a no-maintenance method to achieve that, you can use cirun.io for the same, much faster and cheaper too.

niklas-heer commented 1 year ago

@aktech that is a good point, thank you.