Skip to content

run schemadoc against dbs in parallel

Administrator requested to merge cc/make-schemadoc-even-faster into main

Created by: camdencheek

Currently, we run schemadoc for the Frontend db and the CodeIntel db in sequence, but a big portion of the time spent is migrating each db. We can run those in parallel and cut the runtime in half. On my machine, this cuts schemadoc runtime from 20s to 9s.

Merge request reports

Loading