quicker cycling
This commit is contained in:
parent
0a6e0b6833
commit
04a9748aa6
|
@ -356,7 +356,7 @@ fn pause_once() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_cycles(cycles: &i32) {
|
fn print_cycles(cycles: &i32) {
|
||||||
if *cycles % 456789 != 0 {
|
if *cycles % 45678 != 0 {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let instructions_per_second = 400000;
|
let instructions_per_second = 400000;
|
||||||
|
|
Loading…
Reference in a new issue