Skip to main content

Interface: PublishTimings

Defined in: publishTimings.types.ts:6

How long each of a publish's three steps took, in milliseconds, measured by the endpoint around the work itself — the client renders them as the publish report's checked steps rather than inventing durations it never saw.

Properties

compileMs

readonly compileMs: number

Defined in: publishTimings.types.ts:8

Compiling the draft — the validation gate.


moveMs

readonly moveMs: number

Defined in: publishTimings.types.ts:12

Moving the route's pointer through the consumer's origin.


writeMs

readonly writeMs: number

Defined in: publishTimings.types.ts:10

Writing the artifact into the store.