Benchmark

Trait Benchmark 

Source
pub trait Benchmark {
    // Required methods
    fn metadata(&self) -> &BenchmarkMetadata;
    fn load(&self, source: &Path, path: &Path) -> Result<(), Box<dyn Error>>;
}

Required Methods§

Source

fn metadata(&self) -> &BenchmarkMetadata

Source

fn load(&self, source: &Path, path: &Path) -> Result<(), Box<dyn Error>>

Implementors§