mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
Modify example execution counts
This commit is contained in:
@@ -15,7 +15,7 @@ fn main() {
|
||||
let mut modified_vec = vec.clone();
|
||||
modified_vec[n - 1] = Hash256::random();
|
||||
|
||||
for _ in 0..100 {
|
||||
for _ in 0..10_000 {
|
||||
run(&vec, &modified_vec);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user