bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.52k stars 301 forks source link

Update the book and/or add a workflow for doing so #677

Open hecatia-elegua opened 1 year ago

hecatia-elegua commented 1 year ago

I noticed ´fibonacci´ not being public in the github pages book, but that was fixed a few months ago: https://github.com/bheisler/criterion.rs/blob/57c4d847b730dee7ed04a8cf857d7b120f2ddabb/book/src/getting_started.md?plain=1#L9

If anyone wants to pick this up, adding a github actions workflow for this will save some time. something like this: example workflow

kraktus commented 11 months ago

bump, just came across this too, the repo's book is updated to include version 0.5.1 but the online version is still stuck at 0.3: https://bheisler.github.io/criterion.rs/book/getting_started.html

kraktus commented 11 months ago

I've opened a PR, in the meantime if someone wants to see the up-to-date book, it's up here: https://kraktus.github.io/criterion.rs/criterion_rs.html