PhpBench\Extension\CoreExtension::getDefaultConfig PHP Method

getDefaultConfig() public method

public getDefaultConfig ( )
    public function getDefaultConfig()
    {
        return ['bootstrap' => null, 'path' => null, 'reports' => [], 'outputs' => [], 'executors' => [], 'config_path' => null, 'progress' => getenv('CONTINUOUS_INTEGRATION') ? 'travis' : 'verbose', 'retry_threshold' => null, 'time_unit' => TimeUnit::MICROSECONDS, 'output_mode' => TimeUnit::MODE_TIME, 'storage' => 'xml', 'archiver' => 'xml', 'subject_pattern' => '^bench', 'archive_path' => '_archive', 'env_baselines' => ['nothing', 'md5', 'file_rw'], 'env_baseline_callables' => [], 'xml_storage_path' => getcwd() . '/_storage', 'extension_autoloader' => null, 'php_config' => [], 'php_binary' => null, 'php_wrapper' => null, 'annotation_import_use' => false];
    }