tinybench - v5.1.0
    Preparing search index...

    Type Alias Concurrency

    Concurrency: "bench" | "task" | null
    • When mode is set to null (default), concurrency is disabled.
    • When mode is set to 'task', each task's iterations (calls of a task function) run concurrently.
    • When mode is set to 'bench', different tasks within the bench run concurrently.