Class Summarizer<Output, Configuration>Abstract

Type Parameters

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of Summarizer

Constructors

Properties

Methods

Constructors

Properties

log: ((message: string) => void)

Methods

  • 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>