tinybench - v6.2.0
    Preparing search index...

    Interface TaskResultAbortedWithStatistics

    The task result for aborted tasks, having also statistical data.

    interface TaskResultAbortedWithStatistics {
        latency: Statistics;
        period: number;
        state: "aborted-with-statistics";
        throughput: Statistics;
        totalTime: number;
    }

    Hierarchy (View Summary)

    Index
    latency: Statistics

    Statistics of final latency samples in milliseconds.

    period: number

    Mean final latency in milliseconds: totalTime / runs.

    state: "aborted-with-statistics"

    the task state

    throughput: Statistics

    Throughput statistics in operations per second.

    totalTime: number

    Sum of final latency samples in milliseconds, after overrides and overhead correction; not elapsed wall time or the consumed iteration-cost budget.