1 thing
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user