s/avalanche/turbine (#4561)

* s/avalanche/turbine/g
This commit is contained in:
anatoly yakovenko
2019-06-06 12:48:40 -07:00
committed by GitHub
parent 53275cc678
commit 82df267ec9
8 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ fn run_simulation(stakes: &[u64], fanout: usize) {
assert!(!batches.is_empty());
// start avalanche simulation
// start turbine simulation
let now = Instant::now();
batches.par_iter_mut().for_each(|batch| {
let mut cluster = c_info.clone();