Documentation
¶
Overview ¶
cmd/analysis is the dedicated lighthouse audit service. It consumes per-job streams (stream:{jobID}:lh) populated by the crawl-side dispatcher when a milestone fires, runs each audit through a Runner, and writes the results back into lighthouse_runs.
Phase 2 ships this as a stub-runner skeleton — the Go binary, stream consumer, and result-write loop. Phase 3 layers Chromium and the lighthouse npm package on top via Dockerfile.analysis and swaps the stub runner for a localRunner that shells out to the real binary.
Click to show internal directories.
Click to hide internal directories.