Whenever I need to update the results in the README it ties my machine up for 30 minutes and counting. It would be good to find some compute resource that isn't my machine.
Ideally with:
consistent, known hardware
able to fetch the results
doesn't share workload with other processes which would interfere with benchmarks
free or cheap
If anyone has any suggestions please leave a comment.
If you set your machine up as a GitHub runner, you can schedule the job to run when you're asleep. Then setup GitHub workflow in repo. Jobs get serialized on the same runner.
Whenever I need to update the results in the README it ties my machine up for 30 minutes and counting. It would be good to find some compute resource that isn't my machine.
Ideally with:
If anyone has any suggestions please leave a comment.