liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

Cargo timing reports #41

Open fmorency opened 2 years ago

fmorency commented 2 years ago

Rust 1.60 added support for collecting information on build, and generate nice reports such as https://blog.rust-lang.org/images/2022-04-07-timing.html

See https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html#cargo---timings for details about this new feature.

Would be a nice-to-have in the CI

hansl commented 2 years ago

I think this is done by now.

fmorency commented 2 years ago

We never included this feature in the CI.

It's nice to have but low priority; I'm not sure we want this in the CI anyway.

I'm re-opening for visibility.