SPeCS Packages Documentation
    Preparing search index...

    Represents a set of BenchmarkInstances.

    The name of this benchmark set.

    Use javascript's builtin Set instead to build a set of BenchmarkInstances (e.g. new Set()).

    Index

    Constructors

    Methods

    • Test the current benchmark set.

      Parameters

      • worker: ((instance: BenchmarkInstance) => boolean) | undefined = ...

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

      • executeCode: boolean | undefined = false

        If true, executes the code after worker is applied.

      • outputProcessor: ((executor: ProcessExecutor) => void) | undefined = ...

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

      Returns string[]

      An array with the names of benchmarks that finished with problemas, or an empty array if everything was fine.