bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Find some cloud machine to run benchmarks for updating "official" results #16

Open bitshifter opened 4 years ago

bitshifter commented 4 years ago

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.

jwinarske commented 1 year ago

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.