TuringLang / TuringGLM.jl

Bayesian Generalized Linear models using `@formula` syntax.
https://turinglang.org/TuringGLM.jl/dev
MIT License
70 stars 7 forks source link

Speedup docs #27

Closed rikhuijzer closed 2 years ago

rikhuijzer commented 2 years ago

The docs build was quite slow because each tutorial was evaluated in a new process. Even with parallelization, the GitHub Runners can run only 2 notebooks at the same time which caused it to take 18 minutes. Thanks to https://github.com/rikhuijzer/PlutoStaticHTML.jl/pull/37, it is now possible to evaluate all notebooks in the same process which avoids the need to compile everything again. I've ran tests in my fork of this repo and the running time went down to 12 minutes.

rikhuijzer commented 2 years ago

Got it :partying_face: :partying_face:

The timeouts were caused by Distributions 0.25.38.