@edgible-team/sdk
    Preparing search index...

    Type Alias BenchmarkPhaseStatus

    BenchmarkPhaseStatus:
        | "started"
        | "succeeded"
        | "failed"
        | "timed_out"
        | "no_event"

    Phase transition outcomes reported through onProgress.

    Type Declaration

    • "started"
    • "succeeded"
    • "failed"
    • "timed_out"
    • "no_event"

      Workload only: no lifecycle event arrived before the phase timeout (not a failure).