Represents a set of BenchmarkInstances.

The name of this benchmark instance.

Hierarchy

  • benchmarkInstance

    Constructors

    Properties

    CACHE_ENABLE: boolean = false

    Methods

    • Test the current instance.

      Parameters

      • worker: ((instance: benchmarkInstance) => boolean) = ...

        Function with no parameters that will be called after loading the benchmark code as AST.

      • executeCode: boolean = false

        If true, executes the code after worker is applied.

      • outputProcessor: ((executor: processExecutor) => void) = ...

        If execution is enabled, will be called after execution with the corresponding ProcessExecutor.

      Returns boolean

      True, if finished without problems