@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Class Summarizer<Output, Configuration>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Index
    log: (message: string) => void
    • First phase of the summary, can be used to extract all data of interest from the individual benchmark or statistic results. This can write temporary files based on the configuration.

      Parameters

      • useTypeClassification: boolean

        Whether to split the analysis based on the detected type (e.g. 'test', 'example', ...)

      Returns Promise<void>

    • Second phase of the summary, can be used to combine the data from the first phase and produce some kind of "ultimate results".

      Returns Promise<Output>