SPeCS Packages Documentation
    Preparing search index...

    Represents a set of BenchmarkInstances.

    The name of this benchmark instance.

    Hierarchy (View Summary)

    Index

    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