This commit is contained in:
Simon Gardling 2021-03-29 12:26:30 +00:00
parent fa6547f992
commit d36bec61f4

View File

@ -14,10 +14,12 @@ fn main() {
}
// let n_iterations = 16384;
let n_iterations = 100;
let n_iterations = 1024;
// let n_iterations = 100;
// let n_iterations = 10;
let (width, height) = (512, 512);
let (width, height) = (256, 256);
// let (width, height) = (512, 512);
// let (width, height) = (1024, 1024);
// let (width, height) = (2048, 2048);