use const

This commit is contained in:
NikVolf 2016-11-24 13:28:18 +03:00
parent b19408a0a8
commit 3597c2e8cc
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ pub fn reorg_short(benchmark: &mut Benchmark) {
let mut blocks = Vec::new();
for x in 0..1000 {
for x in 0..BLOCKS {
let base = rolling_hash.clone();
let next_block = test_data::block_builder()