Abstract
Protected
Abstract
_getGenerator function that automatically handles loading/closing BenchmarkInstances.
Instances of benchmarks, according to the current configuration.
An array of BenchmarkInstance.
Test the current benchmark set.
Function with no parameters that will be called after loading the bencharmk code as AST.
If true, executes the code after worker is applied.
If execution is enabled, will be called after execution with the corresponding ProcessExecutor.
An array with the names of benchmarks that finished with problemas, or an empty array if everything was fine.
Represents a set of BenchmarkInstances.
Param: name
The name of this benchmark set.
Deprecated
Use javascript's builtin Set instead to build a set of BenchmarkInstances (e.g. new Set()).