Remove unnecessary comment again
This commit is contained in:
parent
a9f4b700ba
commit
9fb2a44705
@ -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 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 content = benchmark_repository.read_file(Path::new("configurations.yml"), "test-config").unwrap();
|
||||||
let configurations = &YamlLoader::load_from_str(&content).unwrap()[0]["configurations"];
|
let configurations = &YamlLoader::load_from_str(&content).unwrap()[0]["configurations"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user