tinybench - v5.1.0
    Preparing search index...

    Interface TaskResultCompleted

    The task result for completed tasks with statistical data.

    interface TaskResultCompleted {
        latency: Statistics;
        period: number;
        state: "completed";
        throughput: Statistics;
        totalTime: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    latency: Statistics

    the task latency statistics

    period: number

    how long each operation takes (ms)

    state: "completed"

    the task state

    throughput: Statistics

    the task throughput statistics

    totalTime: number

    the time to run the task benchmark cycle (ms)