diff --git a/examples/test.rs b/examples/test.rs index 6456b79..b3722af 100644 --- a/examples/test.rs +++ b/examples/test.rs @@ -16,14 +16,6 @@ fn main() let mut benchmark_repository = BenchmarkRepository::new("git@git.luehne.de:patrick/tplp-planning-benchmark.git", Path::new("storage"), "git", "Potassco Bot", "bot@potassco.org"); - /*let files = vec! - [ - TargetPath{source: &Path::new("/tmp/test"), destination: &Path::new("foobar/test")}, - TargetPath{source: &Path::new("/tmp/test2"), destination: &Path::new("foobar/test-2")}, - ]; - - benchmark_repository.commit_files(&files[..], "test-results");*/ - let content = benchmark_repository.read_file(Path::new("configurations.yml"), "test-config").unwrap(); let configurations = &YamlLoader::load_from_str(&content).unwrap()[0]["configurations"];