[][src]Function super_analyzer_core::analyze_package

pub fn analyze_package<P: AsRef<Path>>(
    package: P,
    config: &mut Config,
    benchmarks: &mut BTreeMap<String, Vec<Benchmark>>
) -> Result<(), Error>

Analyzes the given package with the given configuration.