tinybench - v6.1.2
    Preparing search index...

    Type Alias BenchEventsWithTask

    BenchEventsWithTask: Extract<
        BenchEvents,
        "add"
        | "cycle"
        | "error"
        | "remove"
        | "warning",
    >

    Bench events that have an associated Task