Update libra to new fork (#6523)

* Update to new libra branch

* Use core and association addresses
This commit is contained in:
TristanDebrunner
2019-10-29 10:39:10 -07:00
committed by GitHub
parent 029a2837e4
commit 489dc657c6
11 changed files with 523 additions and 663 deletions

View File

@@ -76,7 +76,7 @@ fn test_bench_tps_local_cluster_solana() {
fn test_bench_tps_local_cluster_move() {
let mut config = Config::default();
config.tx_count = 100;
config.duration = Duration::from_secs(20);
config.duration = Duration::from_secs(25);
config.use_move = true;
test_bench_tps_local_cluster(config);