mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Test cleanup
This commit is contained in:
parent
c639e85be5
commit
9bf2c7fb5e
1 changed files with 1 additions and 5 deletions
|
@ -152,10 +152,6 @@ mod test {
|
|||
println!("nonce {}", b.header.pow.nonce);
|
||||
assert_ne!(b.header.pow.nonce, 310);
|
||||
assert!(b.header.pow.to_difficulty(0) >= Difficulty::min());
|
||||
let start = ::std::time::Instant::now();
|
||||
for n in 0..100000 {
|
||||
assert!(verify_size(&b.header).is_ok());
|
||||
}
|
||||
println!("==> {}", start.elapsed().as_secs());
|
||||
assert!(verify_size(&b.header).is_ok());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue