tinybench - v6.2.0
    Preparing search index...

    Interface TaskResultWithStatistics

    The statistical data for task results

    interface TaskResultWithStatistics {
        latency: Statistics;
        period: number;
        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.

    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.