You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get out the time to build each page? Either grepping the output for lines like INFO: Build Time ... that had the time to build each page, or a table that prints at the end of the build with all the build times would fine
My packages often have docs that use SciML solvers to run the examples and bad settings for the solver can lead to huge run times where I know that >90% of the time to build the docs is running the examples, but I don't know which pages are holding up the build unless I am watching the logs.
Base testing produces a little table for tests that would be a good design to copy.
The text was updated successfully, but these errors were encountered:
Is there a way to get out the time to build each page? Either grepping the output for lines like
INFO: Build Time ...
that had the time to build each page, or a table that prints at the end of the build with all the build times would fineMy packages often have docs that use SciML solvers to run the examples and bad settings for the solver can lead to huge run times where I know that >90% of the time to build the docs is running the examples, but I don't know which pages are holding up the build unless I am watching the logs.
Base testing produces a little table for tests that would be a good design to copy.
The text was updated successfully, but these errors were encountered: