Our doc-tests / runnable examples are currently ran sequentially, we should consider some optimisations to ensure they are executed faster:
- Executing examples in parallel
- Bundling examples based on run strategy and expected outcome (note: may cause some issues with one example result affecting the result of other - should research how this is done in rustdoc)