Implemented autocommitter

This commit is contained in:
2018-09-28 00:13:46 +02:00
parent ec4190b609
commit ef50676ee8
4 changed files with 137 additions and 36 deletions

View File

@@ -59,8 +59,5 @@ fn main()
}
}
let duration = time::Duration::from_secs(20);
thread::sleep(duration);
benchmark_repository.wait_for_autocommit_thread();
}