Use index for writing trees

This commit is contained in:
2018-09-17 17:14:47 +02:00
parent ec0feab38d
commit be2e15384b
2 changed files with 50 additions and 20 deletions

View File

@@ -10,5 +10,5 @@ fn main()
pretty_env_logger::init();
let benchmark_repository = BenchmarkRepository::new("git@git.luehne.de:patrick/tplp-planning-benchmark.git", Path::new("storage"), "git", "Potassco Bot", "bot@potassco.org");
benchmark_repository.commit_file(Path::new("/tmp/test"), Path::new("test-result/test"), "test-results");
benchmark_repository.commit_file(Path::new("/tmp/test"), Path::new("test-new/fourth"), "test-results");
}