tinybench - v5.1.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

    Properties

    latency: Statistics

    the task latency statistics

    period: number

    how long each operation takes (ms)

    throughput: Statistics

    the task throughput statistics

    totalTime: number

    the time to run the task benchmark cycle (ms)