librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
216 stars 51 forks source link

Add Continuous Profiling To CI #302

Open XAMPPRocky opened 3 months ago

XAMPPRocky commented 3 months ago

To make it more visible to see when a contribution has improved performance or would degrade performance, it would be great if we could add a continuous profiling and showing the difference the PR makes.

I'm not sure what solutions there are for this in Rust, but any contributions for this are welcome.

Nicceboy commented 2 months ago

This seems promising, maybe good for starters?

https://github.com/benchmark-action/github-action-benchmark

For the most benefits, it might need GitHub pages tho.