debate-map / app

Monorepo for the client, server, etc. of the Debate Map website.
https://debatemap.app
MIT License
73 stars 16 forks source link

Set up GitHub Action that will do a fresh compile of the rust "app-server" crate on each commit, and record the "--timings" html output into "debate-map/compile-timings" repo #341

Open Venryx opened 3 weeks ago

Venryx commented 3 weeks ago

How to have Rust record compile-timings info: https://doc.rust-lang.org/cargo/reference/timings.html

GitHub actions docs (entry point): https://docs.github.com/en/actions