@eagleoutice/flowr - v2.15.9
    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 results. This can write temporary files based on the configuration.

      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>